通过 Rube MCP 自动执行 Composio 搜索任务并优先获取最新工具模式
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "composio-search-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/composio-search-automation/SKILL.md 2. 保存为 ~/.claude/skills/composio-search-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索 Composio 当前可用的搜索工具及其最新 schema,然后选择合适工具,帮我查找与“Rube MCP 集成”相关的官方文档和示例。
返回已确认的工具模式、选用原因,以及与 Rube MCP 集成相关的文档和示例链接汇总。
先获取最新搜索工具 schema,再自动搜索 5 个与 Composio 类似的自动化平台,整理其核心功能、定价页面和 API 文档入口。
一份结构化竞品调研结果,包含平台名称、功能摘要、定价链接和 API 文档入口。
请先检查可用搜索工具的最新 schema,再批量搜索“Composio authentication”、“tool calling”、“MCP server setup”三组主题,并按主题输出高质量资源列表。
按主题分类的资源清单,每项含标题、来源、链接和简短说明。
Automate Composio Search operations through Composio's Composio Search toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/composio_search
RUBE_MANAGE_CONNECTIONS with toolkit composio_searchRUBE_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 composio_searchAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Composio Search 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 Composio Search task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["composio_search"]
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 Composio Search-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit composio_search |
| 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 自动执行 Code Interpreter 任务与数据处理流程