通过 Rube MCP 自动执行 Ragic 数据表任务,并先检索最新工具结构。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "ragic-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/ragic-automation/SKILL.md 2. 保存为 ~/.claude/skills/ragic-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用的 Ragic 工具及当前 schema,然后将这份客户名单批量新增到指定的 Ragic 表单中。若字段名不匹配,请先列出映射关系并继续执行。
返回已使用的工具、字段映射、成功创建的记录数量,以及失败项与原因。
先搜索 Ragic 相关工具和最新 schema,再查找今天待处理的订单,把状态更新为“已发货”,并为每条记录写入发货日期。
返回被更新的订单清单、更新结果摘要,以及未能更新的记录说明。
先搜索当前可用的 Ragic 工具与 schema,然后读取指定表单最近30天的数据,按负责人统计记录数量,并输出汇总结果。
返回读取到的数据范围、按负责人汇总的统计结果,以及可继续用于分析的结构化数据。
Automate Ragic operations through Composio's Ragic toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/ragic
RUBE_MANAGE_CONNECTIONS with toolkit ragicRUBE_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 ragicAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Ragic 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 Ragic task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["ragic"]
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 Ragic-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit ragic |
| 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 自动执行 Agility CMS 内容与管理流程操作