connect-composio
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseConnect (Composio Integration)
Connect(Composio集成)
This skill enables Claude to perform actual actions across 1000+ applications rather than merely suggesting or describing them.
该技能让Claude能够在1000+应用中执行实际操作,而非仅仅给出建议或描述操作步骤。
The Difference
核心差异
Without Connect:
"Here's a draft email you can send..." "You could create a GitHub issue with..."
With Connect:
"Email sent to team@company.com" "GitHub issue #234 created in your-repo"
未使用Connect时:
"这是你可以发送的邮件草稿..." "你可以创建这样的GitHub Issue..."
使用Connect时:
"已向team@company.com发送邮件" "已在your-repo仓库创建GitHub Issue #234"
Supported Integrations
支持的集成应用
Communication
通讯类
- Email: Gmail, Outlook, Yahoo
- Messaging: Slack, Discord, Microsoft Teams
- Video: Zoom, Google Meet
- 邮件:Gmail、Outlook、Yahoo
- 即时通讯:Slack、Discord、Microsoft Teams
- 视频会议:Zoom、Google Meet
Development
开发类
- Code: GitHub, GitLab, Bitbucket
- Projects: Jira, Linear, Asana
- Docs: Notion, Confluence
- 代码仓库:GitHub、GitLab、Bitbucket
- 项目管理:Jira、Linear、Asana
- 文档协作:Notion、Confluence
Productivity
生产力类
- Docs: Google Docs, Sheets, Drive
- Notes: Notion, Evernote
- Calendar: Google Calendar, Outlook
- 文档工具:Google Docs、Sheets、Drive
- 笔记工具:Notion、Evernote
- 日历工具:Google Calendar、Outlook
Business
商务类
- CRM: Salesforce, HubSpot
- Database: PostgreSQL, MySQL
- Storage: AWS S3, Dropbox
- CRM系统:Salesforce、HubSpot
- 数据库:PostgreSQL、MySQL
- 云存储:AWS S3、Dropbox
Social
社交媒体类
- Twitter/X, LinkedIn, Facebook
- Instagram, YouTube
- Twitter/X、LinkedIn、Facebook
- Instagram、YouTube
Setup
配置步骤
1. Get API Key
1. 获取API密钥
Visit platform.composio.dev for a free API key.
访问platform.composio.dev免费获取API密钥。
2. Set Environment Variable
2. 设置环境变量
bash
export COMPOSIO_API_KEY="your-key-here"bash
export COMPOSIO_API_KEY="your-key-here"3. Install Package
3. 安装包
bash
undefinedbash
undefinedPython
Python
pip install composio
pip install composio
TypeScript
TypeScript
npm install @composio/core
undefinednpm install @composio/core
undefinedHow to Use
使用方法
Send Email
发送邮件
Send an email to john@example.com with subject "Meeting Tomorrow"
and body "Hi John, let's meet at 2pm. Best, [Name]"向john@example.com发送主题为"Meeting Tomorrow"的邮件,内容为"Hi John, let's meet at 2pm. Best, [Name]"Create GitHub Issue
创建GitHub Issue
Create a GitHub issue in my-org/my-repo:
Title: "Bug: Login fails on Safari"
Body: "Users report login issues on Safari 16+"
Labels: bug, priority-high在my-org/my-repo仓库创建GitHub Issue:
标题:"Bug: Login fails on Safari"
内容:"Users report login issues on Safari 16+"
标签:bug, priority-highPost to Slack
发送Slack消息
Post to #engineering channel:
"Deployment complete! v2.3.0 is now live."向#engineering频道发送消息:
"Deployment complete! v2.3.0 is now live."Create Notion Page
创建Notion页面
Create a Notion page in my workspace:
Title: "Q1 Planning"
Content: [meeting notes here]在我的工作区创建Notion页面:
标题:"Q1 Planning"
内容:[meeting notes here]Schedule Meeting
安排会议
Create a Google Calendar event:
Title: "Team Sync"
When: Tomorrow at 3pm
Duration: 30 minutes
Attendees: team@company.com创建Google Calendar事件:
标题:"Team Sync"
时间:明天下午3点
时长:30分钟
参会人:team@company.comAuthentication Flow
认证流程
First time using an app:
To send emails, I need Gmail access.
Authorize here: [OAuth link]After authorization, the connection persists for future requests.
首次使用某应用时:
要发送邮件,我需要获取Gmail访问权限。
请点击此处授权:[OAuth链接]授权完成后,连接会保持有效,供后续请求使用。
Framework Compatibility
框架兼容性
Works with:
- Claude Agent SDK
- OpenAI Agents
- Vercel AI SDK
- LangChain
- MCP (Model Context Protocol)
支持以下框架:
- Claude Agent SDK
- OpenAI Agents
- Vercel AI SDK
- LangChain
- MCP (Model Context Protocol)
Common Workflows
常见工作流
Daily Standup Automation
每日站会自动化
1. Pull yesterday's completed GitHub issues
2. Post summary to Slack #standup
3. Create today's task list in Notion1. 拉取昨日已完成的GitHub Issue
2. 在Slack #standup频道发布总结
3. 在Notion创建今日任务列表Meeting Follow-up
会议跟进自动化
1. Summarize meeting notes
2. Create action items in Jira
3. Email summary to attendees
4. Schedule follow-up meeting1. 总结会议纪要
2. 在Jira创建行动项
3. 向参会人发送纪要邮件
4. 安排跟进会议Content Publishing
内容发布自动化
1. Review draft in Google Docs
2. Create social media posts
3. Schedule on Twitter and LinkedIn
4. Track in spreadsheet1. 审核Google Docs中的草稿
2. 创建社交媒体帖子
3. 在Twitter和LinkedIn上排期发布
4. 在电子表格中跟踪进度Best Practices
最佳实践
- Authorize Once: Set up connections before heavy usage
- Confirm Actions: Review before executing in production
- Batch Operations: Group related actions together
- Error Handling: Always check confirmation messages
- Respect Limits: Be mindful of API rate limits
- 一次性授权:在高频使用前完成所有应用连接配置
- 确认操作:在生产环境执行前先检查操作内容
- 批量操作:将相关操作分组执行
- 错误处理:始终检查操作确认消息
- 遵守限制:注意API调用频率限制
Security
安全性
- OAuth-based authentication
- No passwords stored
- Permissions can be revoked anytime
- Scoped access per application
- 基于OAuth的认证机制
- 不存储任何密码
- 可随时撤销权限
- 按应用分配权限范围
Troubleshooting
故障排查
"App not connected"
- Click the authorization link provided
- Complete OAuth flow
- Retry the action
"Rate limited"
- Wait a few minutes
- Reduce request frequency
- Check API quotas
"Permission denied"
- Re-authorize with correct scopes
- Check organization permissions
提示“App not connected”
- 点击提供的授权链接
- 完成OAuth流程
- 重试操作
提示“Rate limited”
- 等待几分钟后重试
- 降低请求频率
- 检查API配额
提示“Permission denied”
- 使用正确的权限范围重新授权
- 检查组织权限设置