Access and manage Gmail emails and Google Tasks via Composio's unified API with tools for sending, searching, creating tasks, and more.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install composio-integration或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install composio-integration⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/composio-integration/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
Access 600+ apps and services through Composio's unified API. Currently connected: Gmail and Google Tasks.
Saved securely in: /home/sidharth/clawd/memory/composio-credentials.md Also in: ~/.bashrc (line 135) - auto-loads on terminal start
API Key: ak_AXxQjyexBuSiJXTYOTPB
GMAIL_FETCH_EMAILS - Fetch emailsGMAIL_SEND_EMAIL - Send emailsGMAIL_CREATE_EMAIL_DRAFT - Create draftGMAIL_REPLY_TO_THREAD - Reply to emailGMAIL_SEARCH_EMAILS - Search inboxGMAIL_ADD_LABEL_TO_EMAIL - Manage labelsGMAIL_DELETE_MESSAGE - Delete emailsGOOGLETASKS_INSERT_TASK - Create taskGOOGLETASKS_LIST_TASKS - List tasksGOOGLETASKS_LIST_ALL_TASKS - List all tasks across all listsGOOGLETASKS_UPDATE_TASK - Update taskGOOGLETASKS_DELETE_TASK - Delete taskGOOGLETASKS_CREATE_TASK_LIST - Create task listGOOGLETASKS_BULK_INSERT_TASKS - Bulk create tasksexport COMPOSIO_API_KEY="ak_AXxQjyexBuSiJXTYOTPB"
node scripts/list-tools.mjs gmail # Gmail tools only
node scripts/list-tools.mjs googletasks # Google Tasks tools
node scripts/list-tools.mjs # All tools (paginated)
Fetch Gmail Emails:
node scripts/execute-tool.mjs GMAIL_FETCH_EMAILS ca_0cxayHx2BME1 '{"maxResults":5}'
Create Google Task:
node scripts/execute-tool.mjs GOOGLETASKS_INSERT_TASK ca_kSNnWG4OHngG '{"title":"My Task","notes":"Task details"}'
Send Email:
node scripts/execute-tool.mjs GMAIL_SEND_EMAIL ca_0cxayHx2BME1 '{"to":"[email protected]","subject":"Hello","body":"Hi there!"}'
https://backend.composio.dev/api/v3/
All requests use header:
x-api-key: ak_AXxQjyexBuSiJXTYOTPB
All tool executions use:
user_id: pg-test-228260f1-217f-40f6-a08a-41fdd0b8d8e6
/home/sidharth/clawd/skills/composio-integration/scripts/
├── list-tools.mjs # List available tools
├── execute-tool.mjs # Execute any tool
└── (future scripts)
node scripts/execute-tool.mjs GMAIL_FETCH_EMAILS ca_0cxayHx2BME1 '{"maxResults":10,"labelIds":["INBOX"]}'
node scripts/execute-tool.mjs GOOGLETASKS_INSERT_TASK ca_kSNnWG4OHngG '{"title":"Follow up: Email subject","notes":"From: [email protected]"}'
node scripts/execute-tool.mjs GMAIL_SEND_EMAIL ca_0cxayHx2BME1 '{
"to":"[email protected]",
"subject":"Re: Your inquiry",
"body":"Thank you for reaching out..."
}'
To connect more apps (Calendar, Notion, Slack, etc.):
connected_account_idexecute-tool.mjsFull v3 API Docs: https://docs.composio.dev/rest-api/
Key Endpoints Used:
GET /api/v3/tools - List toolsGET /api/v3/tools/:slug - Get tool schemaPOST /api/v3/tools/execute/:slug - Execute toolGET /api/v3/connected_accounts - List connections---
Last Updated: 2026-01-20 Status: ✅ Fully Operational Integration Time: ~30 minutes
安装 Composio Integration 后,可以对 AI 说这些话来触发它
Send a Slack message to the #engineering channel about the deployment
Formats and sends the message with relevant context, tagging the right people
Summarize all unread messages in my inbox from today
Reads messages across connected channels and returns a prioritized summary
Draft a reply to this customer complaint and send it for review
Writes an empathetic, professional response and routes it to the approval queue
将技能文件夹放到 ~/.claude/skills/composio-integration/ 目录(个人级,所有项目可用),或 .claude/skills/composio-integration/(项目级)。重启 AI 客户端后,用 /composio-integration 主动调用,或让 AI 根据上下文自动发现并使用。
Composio Integration 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Composio Integration 可免费安装使用。请查阅仓库了解许可证信息。
Access and manage Gmail emails and Google Tasks via Composio's unified API with tools for sending, searching, creating tasks, and more.
Composio Integration 属于「Communication」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。