connect — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited connect (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
将 Claude 连接到任何应用。停止生成关于你可以做什么的文本 - 实际去做。
当你需要 Claude 时使用此技能:
| 没有 Connect | 有 Connect |
|---|---|
| "这是一个邮件草稿..." | 发送邮件 |
| "你应该创建一个 issue..." | 创建 issue |
| "把这个发布到 Slack..." | 发布它 |
| "把这个添加到 Notion..." | 添加它 |
1000+ 集成包括:
在 platform.composio.dev 获取免费密钥
export COMPOSIO_API_KEY="your-key"pip install composio # Python
npm install @composio/core # TypeScript完成。Claude 现在可以连接到任何应用。
发送邮件到 [email protected] - 主题:"已发布!" 正文:"v2.0 已上线,如有问题请告诉我"在 my-org/repo 创建 issue:"移动端超时 bug" 标签:bug发布到 #engineering:"部署完成 - v2.4.0 已上线"查找本周标记为"bug"的 GitHub issues,总结,发布到 Slack 的 #bugs 频道使用 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="你可以在外部应用中执行操作。",
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("发送 Slack 消息到 #general:你好!")首次使用应用:
要发送邮件,我需要 Gmail 访问权限。
在此授权:https://...
完成后说"已连接"。之后连接持续有效。
| 框架 | 安装 |
|---|---|
| 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 |
<p align="center"> <b>加入 20,000+ 构建可交付智能体的开发者</b> </p>
<p align="center"> <a href="https://platform.composio.dev/?utm_source=Github&utm_content=AwesomeSkills"> <img src="https://img.shields.io/badge/Get_Started_Free-4F46E5?style=for-the-badge" alt="Get Started"/> </a> </p>
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.