通过 Rube MCP 自动执行 Moxie 任务,并先检索最新工具结构再操作。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "moxie-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/moxie-automation/SKILL.md 2. 保存为 ~/.claude/skills/moxie-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索与 Moxie 任务创建相关的可用工具和最新参数结构,再帮我创建一个新的 Moxie 任务:名称为“每周客户回访提醒”,频率为每周一上午 9 点,并返回你实际使用的字段。
先展示或确认已检索到的工具结构,再完成任务创建,并说明使用了哪些参数字段。
先搜索 Moxie 任务更新工具的当前 schema,然后批量把所有包含“销售”标签的任务状态改为启用,并将执行时间统一调整到工作日上午 10 点,最后汇总更新结果。
基于最新 schema 完成批量更新,并返回成功/失败数量及每项变更摘要。
请先搜索可用于查询和修改 Moxie 任务的工具及参数,然后检查“新用户欢迎流程”相关任务的当前状态;如果有暂停的任务,就把它恢复运行,并输出处理前后的状态对比。
先完成工具检索,再给出任务状态检查结果,并对已恢复的任务提供前后状态对比。
Automate Moxie operations through Composio's Moxie toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/moxie
RUBE_MANAGE_CONNECTIONS with toolkit moxieRUBE_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 moxieAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Moxie 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 Moxie task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["moxie"]
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 Moxie-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit moxie |
| 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 自动执行 Autom 相关任务,并先检索最新工具 schema。