← 返回
开发者工具 中文

Ogment

Invoke MCP tools via Ogment CLI — secure access to Linear, Notion, Gmail, PostHog, and 100+ SaaS integrations through Ogment's governance layer.
通过 Ogment CLI 调用 MCP 工具——借助 Ogment 治理层安全访问 Linear、Notion、Gmail、PostHog 及 100 多种 SaaS 集成。
asoviche asoviche 来源
开发者工具 clawhub v1.0.3 2 版本 99894.5 Key: 无需
★ 4
Stars
📥 867
下载
💾 23
安装
2
版本
#latest

概述

Ogment CLI Skill

Securely invoke MCP tools via the Ogment CLI. Access your connected SaaS tools (Linear, Notion, Gmail, Slack, Supabase, etc.) through Ogment's governance layer.

Quick Start

Step 1: Check Auth

ogment auth status
  • If loggedIn: true → skip to Step 3
  • If loggedIn: false → continue to Step 2

Step 2: Login (if needed)

ogment auth login

Extract verificationUri from the response and send it to your human as a clickable link:

> 🔐 Approve Ogment access:

> 👉 Click to approve

Wait for approval, then verify with ogment auth status.

Step 3: Discover What's Available

ogment catalog
ogment catalog <serverId>

Step 4: Summarize to Your Human

> ✅ Connected to Ogment! Here's what I can access:

> - Gmail: 11 tools (messages, threads, drafts)

> - Notion: 5 tools (search, fetch, comments)

> - Slack: 7 tools (conversations, users)

>

> What would you like me to help with?

Core Workflow

auth status → catalog → catalog <server> → invoke <server> <tool>

Discover servers

ogment catalog

List tools

ogment catalog <serverId>

Inspect tool schema

ogment catalog <serverId> <toolName>

Invoke a tool

ogment invoke <serverId> <toolName> --input '<json>'

Common Patterns

Gmail (requires userId: "me")

ogment invoke <server> gmail_listMessages --input '{"userId": "me", "maxResults": 10}'
ogment invoke <server> gmail_getMessage --input '{"userId": "me", "messageId": "<id>"}'

Notion

ogment invoke <server> Notion_notion-search --input '{"query": "quarterly review"}'

Supabase

ogment invoke <server> Supabase_execute_sql --input '{"query": "SELECT * FROM users LIMIT 5"}'

Linear

ogment invoke <server> Linear_list_issues --input '{}'

版本历史

共 2 个版本

  • v1.0.3 当前
    2026-03-29 09:24 安全 安全
  • v1.0.2
    2026-03-11 11:44

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ogment-agentic-cli

asoviche
通过 Ogment 安全访问业务集成(SaaS、API、数据)。适用于用户请求查询、创建、更新或管理外部系统中的数据时。
★ 4 📥 1,030
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,086 📥 814,738
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,385 📥 321,012