通过 Rube MCP 自动化 Grist 表格与数据管理任务,提升协作效率。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "grist-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/grist-automation/SKILL.md 2. 保存为 ~/.claude/skills/grist-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索可用的 Grist 工具和当前 schema,然后把“客户跟进”表中状态为“待联系”的记录批量更新为“已发送邮件”,并返回更新成功的记录数。
完成 schema 检查后执行批量更新,并返回更新结果摘要。
请先搜索当前 Grist schema,然后把以下新线索写入“销售线索”表:公司名、联系人、邮箱、来源;如果字段名不一致,请按最接近字段映射后再导入。
识别表结构并导入线索数据,返回成功写入的记录详情或摘要。
请先搜索 Grist 工具和表结构,检查“库存清单”表中的重复 SKU 和空白价格记录,列出问题项,并在确认可修改后执行清理或标记。
先输出发现的数据问题,再根据 schema 执行清理或标记并汇总结果。
Automate Grist operations through Composio's Grist toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/grist
RUBE_MANAGE_CONNECTIONS with toolkit gristRUBE_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 gristAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Grist 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 Grist task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["grist"]
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 Grist-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit grist |
| 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 自动执行 Griptape 任务并按最新工具 schema 调用。