通过 Rube MCP 自动执行 Control D 相关配置与管理任务。
该技能本身更像提示型操作说明,未直接声明自身需要本地密钥或执行本地代码;但其设计依赖远程 Rube MCP 与 Composio/Control D 连接来发现并执行工具,因此实际使用会产生外部连接与第三方账户授权,需留意数据流向与授权边界。
材料写明“无 API keys needed”,但同时要求通过 `RUBE_MANAGE_CONNECTIONS` 建立 `control_d` 的 ACTIVE 连接并完成返回的授权链接,说明实际依赖第三方账户授权/连接令牌;未见其本地明文收集密钥,但凭证将由外部集成体系管理,存在常规授权滥用面。
明确要求添加远程 MCP 端点 `https://rube.app/mcp`,并引用 `composio.dev` 文档;`RUBE_SEARCH_TOOLS`、`RUBE_MULTI_EXECUTE_TOOL` 等流程会把任务描述、参数和会话信息发送给远程服务。材料未列出更多无关外发端点,也未见明显隐蔽外传红旗。
系统检查项表明这是 `prompt-only` 技能;文档主要提供调用顺序与参数范式,未声明在本机启动进程、执行脚本或申请系统级执行权限。需注意其可触发远程工具执行,但材料未显示本地代码执行能力。
该技能自身未声明直接读写本地文件;但通过 Control D 工具包执行“operations”意味着会访问被授权的 Control D 账户/配置数据,且查询、执行、分页、memory/session 信息可能进入第三方服务处理范围。未见要求超出声明用途的本地数据权限。
来源为 GitHub 开源仓库,且系统标记为 open-source,社区采用度高(64.7k stars)是明显降风险因素;当前材料更像收录在知名仓库中的技能说明。许可证未声明、维护状态未知,带来一定不确定性,但不足以构成高风险红旗。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "control-d-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/control-d-automation/SKILL.md 2. 保存为 ~/.claude/skills/control-d-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
Automate Control D operations through Composio's Control D toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/control_d
RUBE_MANAGE_CONNECTIONS with toolkit control_dRUBE_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 control_dAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Control D 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 Control D task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["control_d"]
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 Control D-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit control_d |
| 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
通过 Rube MCP 自动执行 Cardly 工作流,并先检索最新工具结构。
通过 Rube MCP 自动处理 Chatwork 消息、任务与协作流程,减少重复操作。
通过 Rube MCP 自动化 Linkup 任务,并先检索最新工具 schema 后执行操作。
通过 Rube MCP 自动执行 Backendless 常见操作,加速后端配置与维护流程。
通过 Rube MCP 自动执行 Raisely 相关操作与工作流。
通过 Rube MCP 自动化 DialMyCalls 通知、联系人与活动管理流程。
通过 Rube MCP 自动执行 Autom 相关任务,并先检索最新工具 schema。
通过 Rube MCP 自动执行 Discord 机器人相关任务与流程编排
通过 Rube MCP 自动执行 Dpd2 相关任务,并先检索最新工具 schema。
通过 Rube MCP 自动执行 Radar 相关任务与工作流操作。
通过 Rube MCP 自动执行 Dripcel 相关任务,并先检索最新工具 schema。
通过 Rube MCP 自动化 Retailed 相关任务,并先检索最新工具模式后执行。