通过 Rube MCP 自动执行 Autom 相关任务,并先检索最新工具 schema。
该技能本身更像开源的提示/操作说明,未声明本地密钥、文件或系统执行需求;主要风险面来自将客户端接入 Rube MCP,并通过其管理到 Autom 的外部连接与远程操作,整体属低到中等风险、以需留意为主。
材料声明该技能自身“无”环境变量或 API Key,但实际使用要求通过 `RUBE_MANAGE_CONNECTIONS` 建立并激活 `autom` 连接,说明凭证很可能托管在 Rube/Composio 侧或通过外部授权链路获取;未见明确凭证滥用红旗,但涉及第三方账户授权,仍需留意令牌范围与保管位置。
README 明确要求把 `https://rube.app/mcp` 添加为 MCP 服务器,并通过 Rube/Composio 执行工具发现、连接管理和远程操作;这意味着任务输入、会话 ID、工具参数及可能的业务数据会发送到外部服务。端点有明确声明,不属于不明外发,但仍是典型外部数据流转场景。
从材料看,该技能属于 prompt-only 的工作流说明,未描述在本机启动进程、执行 shell、安装二进制或申请系统级执行权限;其操作主要是调用现有 MCP 工具与远程服务,因此未见本地代码执行红旗。
未见对本地文件系统、剪贴板或设备资源的直接读写说明,但一旦 Autom 连接激活,Rube 工具可对授权的 Autom 账户/工作流数据执行查询或操作。数据访问范围取决于外部连接授予的权限,属于需审查授权边界的常规第三方集成风险。
来源为 GitHub 开源仓库,且社区采用度高(约 64.7k star);系统还标记为 open-source、prompt-only,这些都是显著的降风险因素。虽许可证未声明、维护状态未知,但基于当前材料未见闭源、不明来源或恶意注入类红旗,供应链风险整体较低。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "autom-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/autom-automation/SKILL.md 2. 保存为 ~/.claude/skills/autom-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
Automate Autom operations through Composio's Autom toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/autom
RUBE_MANAGE_CONNECTIONS with toolkit automRUBE_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 automAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Autom 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 Autom task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["autom"]
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 Autom-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit autom |
| 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 自动化 Benchmark Email 的邮件营销与名单管理流程
通过 Rube MCP 自动化 Better Proposals 中的提案创建、查询与流程处理。
通过 Rube MCP 自动处理 Bidsketch 提案与客户相关任务。
通过 Rube MCP 发现并执行 Bitquery 工具,自动化链上数据相关操作流程。
通过 Rube MCP 自动执行 Bitwarden 密码库查询、创建与更新等操作
通过 Rube MCP 自动处理 Beeminder 任务与目标更新流程
通过 Rube MCP 自动化执行 Composio 任务,并先检索工具获取最新参数结构。
通过 Rube MCP 自动化执行 AI/ML API 任务,并先检索最新工具 schema。
通过 Rube MCP 自动执行亚马逊相关任务,并先检索最新工具 schema。
通过 Rube MCP 自动执行模板化任务,并先检索最新工具结构后再操作。
通过 Rube MCP 自动执行 Agenty 任务,并先检索最新工具参数与结构。
通过 Rube MCP 自动化执行 V0 相关任务,并先检索最新工具 schema。