通过 Rube MCP 自动化 Retailed 相关任务,并先检索最新工具模式后执行。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "retailed-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/retailed-automation/SKILL.md 2. 保存为 ~/.claude/skills/retailed-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索与 Retailed 相关的可用工具及其最新 schema,然后帮我创建一个自动化流程:每天汇总新增任务、更新状态,并输出执行结果日志。
返回已检索到的工具信息、适配后的自动化步骤,以及可执行的结果日志或流程说明。
先检查当前 Retailed 工具 schema,再批量处理这些工作项:为高优先级事项打标签、分配负责人,并生成处理结果汇总。
输出符合当前 schema 的批量处理结果,包括标签、负责人分配和汇总报告。
请先搜索最新可用 schema,然后为 Retailed 搭建一个定时同步流程:每小时检查更新、同步变更,并在失败时记录错误信息。
给出基于最新 schema 的定时自动化方案,并附带同步、异常处理和日志记录结果。
Automate Retailed operations through Composio's Retailed toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/retailed
RUBE_MANAGE_CONNECTIONS with toolkit retailedRUBE_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 retailedAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Retailed 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 Retailed task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["retailed"]
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 Retailed-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit retailed |
| 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 自动执行远程检索任务,并先搜索工具获取最新接口信息。