C

radar-automation

作者 ComposioHQ

radar-automation 是一个面向 Radar 工作流自动化的 Claude skill,通过 Composio Rube MCP 使用。它会引导 agent 搜索实时 Radar tools、验证当前连接,并基于最新 schemas 执行操作。

Stars67.5k
收藏0
评论0
收录时间2026年7月12日
分类工作流自动化
安装命令
npx skills add ComposioHQ/awesome-claude-skills --skill radar-automation
编辑评分

该 skill 评分为 70/100,属于可收录但能力有限的目录条目。对目录用户来说,它提供了较具体的 MCP 设置与工作流指导,比通用的 Radar 自动化提示更有用;但整体更偏向“发现工具并建立连接”的模式,而不是一套文档完善的 Radar 工作流集合。

70/100
亮点
  • 触发条件和适用范围清晰:专门用于通过 Rube MCP 调用 Composio 的 Radar toolkit 来自动化 Radar 操作。
  • 提供了可执行的前置条件和设置步骤,包括检查 RUBE_SEARCH_TOOLS、使用 RUBE_MANAGE_CONNECTIONS,以及确认 Radar connection 处于 ACTIVE 状态。
  • 强调执行前先发现 schema,有助于 agent 在调用 Radar tools 时避免基于过期假设操作。
注意点
  • 主要依赖实时的 Rube 工具发现,而不是内置的 Radar 专用 schemas、示例或参考文件,因此具体执行细节在运行时可能仍需要判断和解释。
  • 除 SKILL.md 外未包含安装命令或支持文件;能否采用取决于是否已配置 Rube MCP 并具备可用的 Radar active connection。
概览

radar-automation skill 概览

radar-automation 能做什么

radar-automation 是一个 Claude skill,用于通过 Composio 的 Rube MCP server 执行 Radar 工作流。它不是一个静态的 Radar API wrapper;它的核心指令是先用 RUBE_SEARCH_TOOLS 发现当前可用的 Radar tools,验证 Radar 连接,然后根据 Rube 返回的实时 schema 执行正确的 MCP tool。

最适合 Workflow Automation 用户

radar-automation skill 适合已经在使用 Radar、并希望 AI agent 协助处理可重复运营任务的团队,而且不需要硬编码 tool 名称或依赖过期参数。它适用于 Workflow Automation 场景:agent 在执行前必须检查连接状态、查看可用 action,并根据当前 Composio toolkit schema 做出调整。

主要采用门槛

关键阻碍在于配置,而不是 prompt。你需要在客户端中接入 Rube MCP,并通过 RUBE_MANAGE_CONNECTIONS 为 toolkit radar 建立一个处于 active 状态的 Radar connection。如果 RUBE_SEARCH_TOOLS 不可用,或者 Radar connection 不是 ACTIVE,这个 skill 就无法可靠地执行 Radar 任务。

它为什么不同于通用 prompt

通用 prompt 可能只是要求模型“use Radar”,但模型可能会猜测不存在的 tools,或使用已经过时的字段。radar-automation 强制采用更安全的模式:先搜索 tools,使用返回的 schemas,检查连接,再运行工作流。相比一次性的自然语言指令,这让它更适合真实自动化场景。

如何使用 radar-automation skill

radar-automation 的安装与设置路径

从 GitHub skill collection 安装该 skill,然后单独配置 Rube MCP:

npx skills add ComposioHQ/awesome-claude-skills --skill radar-automation

在你的 AI client 中添加 MCP server endpoint:

https://rube.app/mcp

然后确认所需的 MCP tools 可用。该 skill 依赖 RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS。使用带有 toolkit radarRUBE_MANAGE_CONNECTIONS;如果 connection 不是 active,请先完成返回的授权流程,再让 agent 执行 Radar 操作。

你需要提供哪些输入

要让 radar-automation 发挥作用,需要提供实际任务、Radar object 或工作流领域、约束条件,以及 tool discovery 之后应该做什么。不要只说“do my Radar task”而不给上下文。更好的 prompt 应包含:

  • 你想要的具体 Radar 结果
  • 已知的 identifiers、names、filters 或 time ranges
  • agent 是否可以进行修改,还是只能检查
  • 如何处理缺失字段或存在歧义的匹配
  • 你是否需要 summary、audit trail 或 next-step recommendation

示例:

“Use the radar-automation skill. First search Rube tools for the Radar action needed to review recent events for this account. Check that the Radar connection is active. Do not modify anything unless the discovered tool schema clearly supports the requested action. Summarize the tool used, required fields, returned result, and any missing information.”

可靠执行的推荐工作流

每次都从 discovery 开始:

RUBE_SEARCH_TOOLS with a use case such as "Radar operations for checking recent events" or "Radar workflow for updating a record".

然后通过 RUBE_MANAGE_CONNECTIONS 检查 Radar connection。连接处于 active 状态后,使用 Rube 返回的 tool slug 和 input schema,而不是依赖记忆。尽量保持同一个 session ID,这样 tool search、connection check 和 execution plan 才能保持关联。

这一点很重要,因为 Composio tool schema 可能会变化。这个 skill 最大的价值,就是避免 schema drift 和凭空猜测 tool name。

采用前建议阅读的文件

仓库路径是 composio-skills/radar-automation,重要文件是 SKILL.md。如果你需要验证运营假设,请在安装前阅读它。文件中包含 prerequisites、Rube MCP setup、tool-discovery pattern,以及核心的“discover, check connection, execute”流程。这个 skill 没有额外脚本或 reference folders,因此能否采用主要取决于你的 client 是否支持 MCP,以及你的 Radar connection 是否可以完成授权。

radar-automation skill 常见问题

如果不使用 Rube MCP,radar-automation 还有用吗?

没有。这个 skill 是专门为 Composio 的 Rube MCP 设计的。没有 RUBE_SEARCH_TOOLS,它就失去了主要的安全机制。如果你的环境使用的是直接的 Radar API integration,而不是 Rube,更适合创建一个 custom skill,明确记录你的 API endpoints、auth method 和 allowed actions。

新手可以使用这个 skill 吗?

可以,只要能够按连接流程操作。skill 本身很短,并且有明确立场,这有助于新手避免猜测 tool schema。更难的部分是理解 MCP availability,并在请求自动化之前确认 Radar toolkit connection 处于 active 状态。

radar-automation 可以执行哪些任务?

它可以执行运行时由 Composio Radar toolkit 暴露出来的 Radar operations。具体 action 应通过 RUBE_SEARCH_TOOLS 发现,而不是从 skill 文本中假设。请把这个 skill 当作 live-tool orchestration guide,而不是完整的 Radar 能力清单。

什么时候不该使用这个 skill?

不要把它用于离线规划、mock data 工作,或 agent 不允许调用外部 MCP tools 的环境。当你需要固定 schema、变更控制和可审计的确定性生产自动化时,也不建议使用它;这种情况下,coded integration 通常比交互式 agent workflow 更安全。

如何改进 radar-automation skill

通过执行边界优化 radar-automation prompt

最重要的改进,是明确告诉 agent 什么可以做、什么不可以做。对于只读任务,请写明 “inspect only”,并要求在任何写入 action 前先给出 summary。对于变更类工作流,请说明 agent 是否需要在 tool discovery 之后、execution 之前请求确认。这样可以减少意外写入,也让 tool plan 更容易审阅。

提供更好的 discovery 描述

Tool discovery 的质量取决于你发送给 RUBE_SEARCH_TOOLS 的 use case。不要写 "Radar task",而应使用类似 "find the Radar tool for reviewing recent events for a known user""identify the Radar tool for updating a record after confirming required fields" 的表达。更具体的 discovery prompts 会返回更相关的 tool slugs、schemas 和潜在注意点。

留意常见失败模式

主要失败模式包括 Radar authorization 未激活、缺少 identifiers、对 tool parameters 的假设过期,以及跳过 RUBE_SEARCH_TOOLS。如果第一次尝试失败,请让 agent 报告具体是哪一步失败:MCP availability、Radar connection、tool discovery、schema validation,还是 execution。这样重试时才有明确动作,而不是重复同一个模糊请求。

首次输出后继续迭代

第一次运行 radar-automation 后,可以通过保存成功的 use case wording、required fields 和 confirmation rules 来优化工作流。对于重复性操作,把效果最好的 prompt 整理成 checklist:discover tool、verify connection、map fields、confirm write permissions、execute、summarize result。这样既保留了该 skill 的 schema-discovery 优势,也能让后续运行更快、更一致。

评分与评论

暂无评分
分享你的评价
登录后即可为这个技能评分并发表评论。
G
0/10000
最新评论
保存中...