通过 Rube MCP 自动化 Agiled 中的客户、项目与业务流程操作。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "agiled-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/agiled-automation/SKILL.md 2. 保存为 ~/.claude/skills/agiled-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索 Agiled 相关工具与当前参数 schema,然后检查是否已存在名为“星河科技”的客户;如果不存在,就创建该客户,并填写邮箱 [email protected]、电话 13800000000,最后返回客户 ID 与执行结果摘要。
返回是否找到现有客户,或新创建客户的 ID、关键字段和执行摘要。
先搜索 Agiled 工具及最新 schema。为客户“星河科技”下的“官网改版”项目创建 3 个任务:需求确认、首页设计、上线检查,分别设置优先级、截止日期,并把结果整理成清单返回。
返回成功创建的项目任务列表,包含任务名称、优先级、截止日期及状态。
请先搜索可用的 Agiled 工具和字段 schema,然后获取我本周负责的任务与项目进展,筛选出逾期事项和即将到期事项,并生成一份简明汇总。
输出本周任务与项目进展摘要,突出逾期、临近截止和需要优先处理的事项。
Automate Agiled operations through Composio's Agiled toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/agiled
RUBE_MANAGE_CONNECTIONS with toolkit agiledRUBE_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 agiledAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Agiled 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 Agiled task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["agiled"]
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 Agiled-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit agiled |
| 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 自动执行 Giphy 搜索与动图管理等工作流。
通过 Rube MCP 自动执行 Autom 相关任务,并先检索最新工具 schema。