通过 Rube MCP 自动化 Supportbee 客服工单与相关支持流程。
该技能本身更像开源提示/操作说明,未见本地执行、文件读写或直接嵌入密钥的红旗;主要安全关注点在于它引导接入第三方 Rube MCP 与 Supportbee 账户,从而产生常规的外部数据传输与账户授权风险。
材料声明“无 API keys”,但实际要求通过 `RUBE_MANAGE_CONNECTIONS` 建立 `supportbee` 连接并完成返回的授权链接,说明会涉及第三方账户授权/OAuth 凭证;技能本身未硬编码密钥,风险主要来自被授权的 Supportbee 账户能力范围。
README 明确要求添加 `https://rube.app/mcp` 作为 MCP 服务器,并通过 Composio/Rube 执行 Supportbee 操作;因此用户请求、工具参数及部分工单/客服数据很可能经由 Rube/Composio 再到 Supportbee,属于与声明功能一致的常规外发。
就当前材料看,这是一个 prompt-only 技能说明,未提供可执行脚本、安装命令或要求在本机启动额外进程;其行为依赖外部 MCP 工具调用,而非本地任意代码执行。
未见其声明访问本地文件或系统资源,但一旦 Supportbee 连接激活,技能可通过发现到的工具对 Supportbee 业务数据执行查询/批量操作;数据访问范围取决于外部连接授予的账户权限,应避免使用高权限账号。
来源为 GitHub 开源仓库,且社区采用度高(约 64.7k stars),这显著降低了供应链风险;不过许可证未声明、维护状态未知,且实际执行依赖第三方 Rube/Composio 服务,审计时仍应结合其上游服务条款与变更情况复核。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "supportbee-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/supportbee-automation/SKILL.md 2. 保存为 ~/.claude/skills/supportbee-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
Automate Supportbee operations through Composio's Supportbee toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/supportbee
RUBE_MANAGE_CONNECTIONS with toolkit supportbeeRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit supportbeeAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Supportbee operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Supportbee task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["supportbee"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Supportbee-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit supportbee |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
用自然语言自动化管理 Capsule CRM 的联系人、任务、项目与组织数据
通过 Rube MCP 自动化管理 Ngrok 隧道、端点与相关运维操作
通过 Rube MCP 自动执行 Breeze 任务,并先检索工具 schema 确保调用正确。
通过 Rube MCP 自动处理 Hacker News 检索、发布与监控等任务。
通过 Rube MCP 自动执行 Brex Staging 环境任务与流程
自动化处理 ClassMarker 测验与考试相关任务,提升出题与管理效率。
通过 Rube MCP 自动化 Supportivekoala 任务,批量处理个性化内容与流程。
通过 Rube MCP 自动处理 Beeminder 任务与目标更新流程
通过 Rube MCP 自动执行 Autom 相关任务,并先检索最新工具 schema。
通过 Rube MCP 自动化执行 Ambee 相关任务,并先检索最新工具结构。
通过 Rube MCP 自动化执行 Composio 任务,并先检索工具获取最新参数结构。
通过 Rube MCP 自动执行 EspoCRM 任务,快速处理客户与业务流程。