通过 Rube MCP 自动执行 Agenty 任务,并先检索最新工具参数与结构。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "agenty-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/agenty-automation/SKILL.md 2. 保存为 ~/.claude/skills/agenty-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索与 Agenty 相关的可用工具和最新参数 schema,然后帮我通过 Rube MCP 触发一个 Agenty 任务,抓取指定电商网站的商品名称、价格和评分,并返回任务状态与结果摘要。
返回已核对的工具信息、可执行任务参数、任务执行状态,以及抓取结果摘要。
请先搜索 Agenty 工具的当前 schema,再通过 Rube MCP 自动创建并运行一个 Agenty 采集任务,从企业目录页面提取公司名、联系人和邮箱,完成后整理成表格字段说明。
输出任务配置摘要、运行结果、提取字段列表,以及适合后续导出的结构化说明。
先搜索 Agenty 在 Rube MCP 中可用的工具定义和必填字段,再分析我这次自动化调用失败的原因,指出缺失参数或错误字段,并给出可直接重试的修正请求。
给出最新 schema 对照、失败原因分析、修正后的参数建议,以及可直接复用的调用示例。
Automate Agenty operations through Composio's Agenty toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/agenty
RUBE_MANAGE_CONNECTIONS with toolkit agentyRUBE_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 agentyAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Agenty 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 Agenty task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["agenty"]
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 Agenty-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit agenty |
| 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 任务,并先检索工具获取最新参数结构。