通过 Rube MCP 自动执行 Radar 相关任务与工作流操作。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "radar-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/radar-automation/SKILL.md 2. 保存为 ~/.claude/skills/radar-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索与 Radar 相关的可用工具及其当前 schema,然后告诉我可以执行哪些常见操作,并按用途分类整理。
返回当前可用的 Radar 工具列表、参数结构说明,以及按场景整理的操作清单。
先搜索 Radar 工具的最新 schema,然后根据下面内容创建一个新任务:标题“整理下周迭代需求”,负责人为产品团队,截止日期为本周五,并补充说明“需要与设计和开发确认优先级”。
自动创建任务,并返回创建结果、关键字段与执行状态。
请先搜索 Radar 相关工具的当前 schema,再把我本周创建且状态为“待处理”的事项批量更新为“进行中”,并输出更新成功与失败的项目列表。
批量执行状态更新,并给出变更结果摘要及异常项说明。
Automate Radar operations through Composio's Radar toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/radar
RUBE_MANAGE_CONNECTIONS with toolkit radarRUBE_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 radarAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Radar 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 Radar task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["radar"]
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 Radar-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit radar |
| 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 自动化执行 AI/ML API 任务,并先检索最新工具 schema。