通过 Rube MCP 自动执行亚马逊相关任务,并先检索最新工具 schema。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "amazon-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/amazon-automation/SKILL.md 2. 保存为 ~/.claude/skills/amazon-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用的 Amazon 相关工具及其最新 schema,然后帮我获取最近 7 天的订单列表,提取订单号、下单时间、金额和状态,并整理成结构化表格。
返回基于最新 schema 调用得到的订单表格,字段清晰可用于后续处理。
先搜索 Amazon 库存管理相关工具的当前 schema,再根据以下 SKU 与库存数量批量更新库存,并返回每条更新结果与失败原因:SKU123=40,SKU456=0,SKU789=15。
输出每个 SKU 的库存更新结果摘要,包括成功、失败及错误说明。
先搜索当前可用的 Amazon 数据查询工具 schema,然后获取指定商品最近 30 天的销量、销售额和退货率,并给出简短趋势总结。
返回商品核心表现指标及简要分析,便于快速判断经营趋势。
Automate Amazon operations through Composio's Amazon toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/amazon
RUBE_MANAGE_CONNECTIONS with toolkit amazonRUBE_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 amazonAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Amazon 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 Amazon task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["amazon"]
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 Amazon-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit amazon |
| 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 自动化 Retailed 相关任务,并先检索最新工具模式后执行。