通过 Rube MCP 自动执行 Storeganise 常见操作并串联业务流程。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "storeganise-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/storeganise-automation/SKILL.md 2. 保存为 ~/.claude/skills/storeganise-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索 Storeganise 相关工具与最新参数 schema,然后把昨天新增的客户从我的数据源批量同步到 Storeganise;如果发现重复客户则跳过,并输出成功、跳过、失败的明细。
一份批量同步结果,包括执行步骤、客户处理明细与失败原因。
先搜索可用的 Storeganise 工具和字段 schema,然后根据这份客户问题列表在 Storeganise 中创建对应工单,按优先级分配标签,并在最后汇总每个工单的编号与状态。
已创建工单的清单,包含工单编号、优先级标签、状态及异常项。
先搜索 Storeganise 的当前工具 schema,再检查指定仓库的库存记录,找出缺少关键字段或状态异常的项目,并按给定规则批量更新;最后生成变更摘要。
一份库存检查与更新报告,包含发现的问题、已执行修改和最终统计。
Automate Storeganise operations through Composio's Storeganise toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/storeganise
RUBE_MANAGE_CONNECTIONS with toolkit storeganiseRUBE_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 storeganiseAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Storeganise 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 Storeganise task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["storeganise"]
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 Storeganise-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit storeganise |
| 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 自动处理 GitHub Gist 的创建、查询与管理任务。