connect by composiohq/awesome-claude-skills
npx skills add https://github.com/composiohq/awesome-claude-skills --skill connect将 Claude 连接到任何应用。停止生成关于你能做什么的文本——直接付诸行动。
当您需要 Claude 执行以下操作时,请使用此技能:
| 没有 Connect | 拥有 Connect |
|---|---|
| "这是一封邮件草稿..." | 发送邮件 |
| "你应该创建一个问题..." | 创建问题 |
| "把这个发到 Slack..." | 发布它 |
| "把这个添加到 Notion..." | 添加它 |
1000+ 集成,包括:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
在 platform.composio.dev 获取您的免费密钥
export COMPOSIO_API_KEY="your-key"
pip install composio # Python
npm install @composio/core # TypeScript
完成。Claude 现在可以连接到任何应用了。
Email sarah@acme.com - Subject: "Shipped!" Body: "v2.0 is live, let me know if issues"
Create issue in my-org/repo: "Mobile timeout bug" with label:bug
Post to #engineering: "Deploy complete - v2.4.0 live"
Find GitHub issues labeled "bug" from this week, summarize, post to #bugs on Slack
使用 Composio 工具路由器:
from composio import Composio
from claude_agent_sdk.client import ClaudeSDKClient
from claude_agent_sdk.types import ClaudeAgentOptions
import os
composio = Composio(api_key=os.environ["COMPOSIO_API_KEY"])
session = composio.create(user_id="user_123")
options = ClaudeAgentOptions(
system_prompt="You can take actions in external apps.",
mcp_servers={
"composio": {
"type": "http",
"url": session.mcp.url,
"headers": {"x-api-key": os.environ["COMPOSIO_API_KEY"]},
}
},
)
async with ClaudeSDKClient(options) as client:
await client.query("Send Slack message to #general: Hello!")
首次使用某个应用时:
To send emails, I need Gmail access.
Authorize here: https://...
Say "connected" when done.
之后连接会保持。
| 框架 | 安装 |
|---|---|
| Claude Agent SDK | pip install composio claude-agent-sdk |
| OpenAI Agents | pip install composio openai-agents |
| Vercel AI | npm install @composio/core @composio/vercel |
| LangChain | pip install composio-langchain |
| 任何 MCP 客户端 | 使用 session.mcp.url |
每周安装次数
651
仓库
GitHub 星标
42.3K
首次出现
Jan 20, 2026
安全审计
安装于
opencode557
gemini-cli515
codex495
cursor495
claude-code493
github-copilot438
Connect Claude to any app. Stop generating text about what you could do - actually do it.
Use this skill when you need Claude to:
| Without Connect | With Connect |
|---|---|
| "Here's a draft email..." | Sends the email |
| "You should create an issue..." | Creates the issue |
| "Post this to Slack..." | Posts it |
| "Add this to Notion..." | Adds it |
1000+ integrations including:
Get your free key at platform.composio.dev
export COMPOSIO_API_KEY="your-key"
pip install composio # Python
npm install @composio/core # TypeScript
Done. Claude can now connect to any app.
Email sarah@acme.com - Subject: "Shipped!" Body: "v2.0 is live, let me know if issues"
Create issue in my-org/repo: "Mobile timeout bug" with label:bug
Post to #engineering: "Deploy complete - v2.4.0 live"
Find GitHub issues labeled "bug" from this week, summarize, post to #bugs on Slack
Uses Composio Tool Router:
from composio import Composio
from claude_agent_sdk.client import ClaudeSDKClient
from claude_agent_sdk.types import ClaudeAgentOptions
import os
composio = Composio(api_key=os.environ["COMPOSIO_API_KEY"])
session = composio.create(user_id="user_123")
options = ClaudeAgentOptions(
system_prompt="You can take actions in external apps.",
mcp_servers={
"composio": {
"type": "http",
"url": session.mcp.url,
"headers": {"x-api-key": os.environ["COMPOSIO_API_KEY"]},
}
},
)
async with ClaudeSDKClient(options) as client:
await client.query("Send Slack message to #general: Hello!")
First time using an app:
To send emails, I need Gmail access.
Authorize here: https://...
Say "connected" when done.
Connection persists after that.
| Framework | Install |
|---|---|
| Claude Agent SDK | pip install composio claude-agent-sdk |
| OpenAI Agents | pip install composio openai-agents |
| Vercel AI | npm install @composio/core @composio/vercel |
| LangChain | pip install composio-langchain |
| Any MCP Client | Use session.mcp.url |
Weekly Installs
651
Repository
GitHub Stars
42.3K
First Seen
Jan 20, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
opencode557
gemini-cli515
codex495
cursor495
claude-code493
github-copilot438
超能力技能使用指南:AI助手技能调用优先级与工作流程详解
37,500 周安装
Gemini Interactions API 指南:统一接口、智能体交互与服务器端状态管理
833 周安装
Apollo MCP 服务器:让AI代理通过GraphQL API交互的完整指南
834 周安装
智能体记忆系统构建指南:分块策略、向量存储与检索优化
835 周安装
Scrapling官方网络爬虫框架 - 自适应解析、绕过Cloudflare、Python爬虫库
836 周安装
抽奖赢家选取器 - 随机选择工具,支持CSV、Excel、Google Sheets,公平透明
838 周安装
Medusa 前端开发指南:使用 SDK、React Query 构建电商商店
839 周安装