通过 Rube MCP 自动执行 Alchemy 相关任务,并先检索最新工具 schema。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "alchemy-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/alchemy-automation/SKILL.md 2. 保存为 ~/.claude/skills/alchemy-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索 Rube MCP 中与 Alchemy 相关的可用工具和最新输入 schema,再帮我执行一个创建自动化任务的流程,并列出每一步所用参数。
返回已检索到的工具与 schema 摘要,并给出可执行的自动化流程和参数说明。
请先搜索当前可用的 Alchemy 工具 schema,然后设计并执行一个批量处理流程:按顺序调用合适工具完成多项 Alchemy 操作,并输出执行结果汇总。
得到基于最新 schema 的批处理方案、执行过程说明,以及最终结果汇总。
我调用 Alchemy 自动化时报参数错误。请先搜索对应工具的最新 schema,找出我可能传错的字段,并给出修正后的请求示例。
输出字段问题分析、正确参数结构,以及修正后的调用示例。
Automate Alchemy operations through Composio's Alchemy toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/alchemy
RUBE_MANAGE_CONNECTIONS with toolkit alchemyRUBE_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 alchemyAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Alchemy 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 Alchemy task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["alchemy"]
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 Alchemy-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit alchemy |
| 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 自动化执行 AI/ML API 任务,并先检索最新工具 schema。