Ogment Agentic Cli
Skill by asoviche
Why use this skill?
Securely connect your SaaS tools like Linear, Notion, and Gmail to OpenClaw. Streamline your agentic workflows with Ogment's centralized governance and CLI integration.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/asoviche/ogment-agentic-cliWhat This Skill Does
The Ogment Agentic CLI skill acts as a secure, governance-focused bridge between the OpenClaw AI agent and your external SaaS ecosystem. By leveraging the Ogment platform, this skill allows agents to interface with powerful productivity tools like Linear, Notion, Gmail, and Slack without requiring individual API keys or complex OAuth management for every service. The CLI operates as a centralized gateway, ensuring that all tool interactions remain within defined security boundaries while providing a consistent, standardized way for your agent to perform complex operations across your connected workspaces.
Installation
To begin, ensure you have the necessary system dependencies. The CLI requires Node.js installed on your machine. You can install the package globally via terminal:
npm install -g @ogment-ai/cli
Once installed, you must perform the device authorization flow. Run ogment auth status to check if your session is active. If not, trigger the login with ogment auth login. The agent will provide you with a unique verification code and a secure URL. Visit the URL, enter the code, and return to your agent interface to continue once approval is confirmed.
Use Cases
This skill is ideal for professional workflows requiring cross-platform synchronization. Common use cases include:
- Project Management: Syncing GitHub issues with Linear tickets or updating Notion project trackers directly from a chat.
- Communication Automation: Drafting emails in Gmail or querying Slack threads to pull context for ongoing tasks.
- Context Retrieval: Fetching information from internal documentation platforms like Notion to inform current coding or brainstorming tasks.
Example Prompts
- "Check my connected services and let me know if my Linear and Gmail accounts are linked to the Ogment CLI."
- "Search for the project specs in Notion regarding the Q4 rollout and summarize the key requirements for me."
- "Draft a follow-up email in Gmail to the client based on the latest status updates in Linear."
Tips & Limitations
- Permissions: Ogment operates on a principle of least privilege. Ensure that you have granted the necessary permissions in your Ogment dashboard for each service.
- Dependency: You must have the
jqutility installed if you intend to filter large JSON responses from theogment catalogcommand. - Security: Never share your device verification code with unauthorized parties; it is strictly intended for your authenticated session management.
- Agent Behavior: Always let the agent initiate the
authflow; they are designed to handle the verification URI and status polling automatically to provide a seamless onboarding experience.
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-agentic-cli": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, network-access