通过 Rube MCP 自动执行 Codereadr 相关任务,并先检索最新工具模式
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "codereadr-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/codereadr-automation/SKILL.md 2. 保存为 ~/.claude/skills/codereadr-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索 codereadr 相关可用工具及其最新 schema,然后为我生成一个自动化流程:当有新的 Codereadr 任务时,自动读取任务详情、执行所需操作,并返回结果摘要。
一套基于最新工具 schema 的自动化流程说明或可执行步骤,包含任务读取、处理与结果汇总。
请先搜索当前可用的 codereadr 工具和参数定义,再帮我设计一个批量处理方案:依次获取待处理任务列表,逐条执行,并输出每条任务的状态与失败原因。
基于当前 schema 的批量自动化方案,含任务遍历、执行逻辑、状态跟踪和错误说明。
先搜索 codereadr 工具的最新 schema,检查我这段自动化调用思路是否缺少必填参数,并给出修正后的调用结构与注意事项。
最新 schema 对照下的参数检查结果、修正建议,以及更可靠的调用模板。
Automate Codereadr operations through Composio's Codereadr toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/codereadr
RUBE_MANAGE_CONNECTIONS with toolkit codereadrRUBE_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 codereadrAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Codereadr 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 Codereadr task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["codereadr"]
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 Codereadr-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit codereadr |
| 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 自动化 Agiled 中的客户、项目与业务流程操作。
通过 Rube MCP 自动执行 Composio 搜索任务并优先获取最新工具模式