with one click
composio
// 第三方应用集成技能。通过 Composio 连接1000+外部应用(Gmail、Slack、GitHub等)。当用户说"连接外部应用"、"集成API"、"第三方服务"时使用。
// 第三方应用集成技能。通过 Composio 连接1000+外部应用(Gmail、Slack、GitHub等)。当用户说"连接外部应用"、"集成API"、"第三方服务"时使用。
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | composio |
| description | 第三方应用集成技能。通过 Composio 连接1000+外部应用(Gmail、Slack、GitHub等)。当用户说"连接外部应用"、"集成API"、"第三方服务"时使用。 |
| tags | ["composio","tool-router","agents","mcp","tools","api","automation","cli"] |
| triggers | ["composio","外部应用","第三方集成","API集成","连接Gmail","连接Slack"] |
Check if the CLI is installed; if not, install it:
curl -fsSL https://composio.dev/install | bash
After installation, restart your terminal or source your shell config, then authenticate:
composio login
composio whoami
Use this when: The user wants to take action on an external app directly — no code writing needed. The agent uses the CLI to search, connect, and execute tools on behalf of the user.
Key commands (new top-level aliases):
composio search "<query>" — find tools by use casecomposio execute "<TOOL_SLUG>" -d '{...<input params>}' — execute a toolcomposio link [toolkit] — connect a user account to an appcomposio listen — listen for real-time trigger eventsTypical workflow: search → link (if needed) → execute
Full reference: Composio CLI Guide
Use this when: Writing code — an AI agent, app, or backend service that integrates with external tools via the Composio SDK.
Run this first inside the project directory to set up the API key:
composio init
Full reference: Building with Composio