Awesome-claude-skills-cn connect-apps

将 Claude 连接到 Gmail、Slack、GitHub 等外部应用。当用户想要发送邮件、创建 issue、发布消息或在外部服务中执行操作时使用此技能。

install
source · Clone the upstream repo
git clone https://github.com/Athe1st3154/awesome-claude-skills-cn
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Athe1st3154/awesome-claude-skills-cn "$T" && mkdir -p ~/.claude/skills && cp -r "$T/connect-apps" ~/.claude/skills/athe1st3154-awesome-claude-skills-cn-connect-apps && rm -rf "$T"
manifest: connect-apps/SKILL.md
source content

Connect Apps

将 Claude 连接到 1000+ 应用程序。真正发送邮件、创建 issue、发布消息——不仅仅是生成关于它的文本。

快速开始

第一步:安装插件

/plugin install composio-toolrouter

第二步:运行设置

/composio-toolrouter:setup

这将:

  • 要求您提供免费 API 密钥(在 platform.composio.dev 获取)
  • 配置 Claude 与 1000+ 应用程序的连接
  • 大约需要 60 秒

第三步:试试看!

设置完成后,重启 Claude Code 并尝试:

发送一封测试邮件到 YOUR_EMAIL@example.com

如果成功,说明已连接!

您可以做什么

让 Claude...会发生什么
"发送邮件给 sarah@acme.com 关于发布事宜"真正发送邮件
"创建 GitHub issue:修复登录 bug"创建 issue
"发布到 Slack #general:部署完成"发布消息
"添加会议记录到 Notion"添加到 Notion

支持的应用程序

邮件: Gmail、Outlook、SendGrid 聊天: Slack、Discord、Teams、Telegram 开发: GitHub、GitLab、Jira、Linear 文档: Notion、Google Docs、Confluence 数据: Sheets、Airtable、PostgreSQL 还有 1000+ 更多...

工作原理

  1. 您让 Claude 做某事
  2. Composio Tool Router 找到正确的工具
  3. 首次?您将通过 OAuth 授权(一次性)
  4. 操作执行并返回结果

故障排除

  • "找不到插件" → 确保您运行了
    /plugin install composio-toolrouter
  • "需要授权" → 点击 Claude 提供的 OAuth 链接,然后说"完成了"
  • 操作失败 → 检查您是否有目标应用程序的权限

<p align="center"> <b>加入 20,000+ 开发者的行列,构建能够交付的 AI 代理</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>