一键导入
composio
第三方应用集成技能。通过 Composio 连接1000+外部应用(Gmail、Slack、GitHub等)。当用户说"连接外部应用"、"集成API"、"第三方服务"时使用。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
第三方应用集成技能。通过 Composio 连接1000+外部应用(Gmail、Slack、GitHub等)。当用户说"连接外部应用"、"集成API"、"第三方服务"时使用。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
红龙工业设备 AI 智能获客系统。B2B 全栈 SDR,覆盖客户发现→背景调查→开发信触达→智能报价→Pipeline 管理,支持 WhatsApp + Email + Telegram + LinkedIn 多渠道。基于 OpenClaw Agent 技能集群。
获客系统初始化引导 v2.1。首次使用时引导用户配置凭据、生成工作台配置、挂载NAS、测试邮箱、安装依赖。当用户说"初始化获客系统"、"开始使用获客系统"、"一键安装依赖"时触发。
获客工作流参考(质量门控 + 阶段定义)。执行引擎已内置 — 实际编排使用 create_agent + spawn_agent,不再需要手动按步骤执行。本文件仅保留获客专用的质量检查点和阶段定义。
Use when 用户需要写开发信、cold email、外联邮件、起草销售邮件时。路由:此技能只生成邮件内容不发送,生成后必须交给 email-sender 技能发送(email-sender 内置ICP校验、邮箱铁律、联系记录),禁止直接调 send_email_smtp 发送开发信。
根据输入生成日报 Markdown 草稿并写入 reports 目录
Use when 需要发送邮件、批量发送开发信或跟进邮件时。路由:发送邮件必须走此技能(内置黑名单检查+ICP校验+邮箱铁律+联系记录),禁止绕过直接调 send_email_smtp。v2.0 对接实际 Agent 工具链,不再依赖 PowerShell 脚本。
| 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