ogment
Invoke MCP tools via Ogment CLI — secure access to Linear, Notion, Gmail, PostHog, and 100+ SaaS integrations through Ogment's governance layer.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/asoviche/ogmentWhat This Skill Does
The Ogment skill integrates the Ogment CLI directly into your OpenClaw agent, providing a secure, governed gateway to the Model Context Protocol (MCP) ecosystem. By acting as a bridge between the agent and 100+ SaaS platforms—including Linear, Notion, Gmail, Slack, and Supabase—this skill enables the agent to perform real-world tasks such as querying databases, organizing project management tickets, or searching through corporate documentation. Ogment provides an essential governance layer, ensuring that your agent's interactions with third-party APIs remain authenticated and managed.
Installation
To integrate this capability, use the ClawHub manager. Execute the following command in your terminal:
clawhub install openclaw/skills/skills/asoviche/ogment
Once installed, ensure your environment is authenticated by running ogment auth status. If you are not logged in, execute ogment auth login and follow the human-in-the-loop approval process to authorize the agent's access to your personal or professional data stores.
Use Cases
This skill is perfect for agents acting as personal or team assistants. Use it to:
- Automate CRM updates by fetching Notion blocks and syncing them with Linear issue trackers.
- Monitor communication channels by searching Gmail for specific threads and summarizing them for Slack.
- Conduct data operations by running SQL queries directly against a Supabase backend through natural language requests.
- Streamline cross-platform workflows, such as taking a Notion research document and using it to populate a template in a different SaaS tool.
Example Prompts
- "Check my Gmail for any emails from the finance team today and summarize the action items for me."
- "Search for the 'Q4 Planning' page in Notion and list all tasks that have been assigned to me."
- "Execute a SQL query against the Supabase database to identify the 5 most recently created user accounts and list their email addresses."
Tips & Limitations
Always remember to use the ogment catalog command when you are unsure of available tool names or server IDs, as specific naming conventions (like Supabase_execute_sql) are critical for successful execution. When interacting with APIs like Gmail, ensure you provide the userId: 'me' input, as this is required for most mailbox operations. Note that this skill requires an active internet connection and valid OAuth credentials; if an operation fails, verify your session status with ogment auth status to ensure your token hasn't expired.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-asoviche-ogment": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api