hypeauditor-automation
作者 ComposioHQhypeauditor-automation 可帮助 agent 通过 Composio Rube MCP 自动化 HypeAuditor 工作流:先搜索实时工具,验证连接,并使用当前 schema 执行操作。
该 skill 评分为 66/100,说明它可以收录进目录,但更适合作为轻量级 MCP 工作流指南来呈现,而不是完整的自动化套件。目录用户可以获得足够信息来判断何时使用以及如何开始,但应预期需要依赖实时的 Rube 工具发现来确认具体的 Hypeauditor 操作和 schema。
- Frontmatter 清楚标明了该 skill,并说明触发场景:通过 Rube MCP/Composio 自动化 Hypeauditor 任务。
- 前置条件和设置步骤写得明确,包括要求使用 Rube MCP、检查 `RUBE_SEARCH_TOOLS`,以及通过 `RUBE_MANAGE_CONNECTIONS` 激活 Hypeauditor 连接。
- 该 skill 多次要求 agent 在执行前发现当前工具 schema,有助于降低因 API 假设过时带来的风险。
- 未包含支持文件、脚本或内置参考资料,因此执行过程高度依赖实时的 Rube MCP 工具发现,而不是仓库内自带的指南。
- 现有内容展示的是通用的 Hypeauditor/Rube 工作流模式,但具体任务示例较少;复杂的 Hypeauditor 自动化很可能还需要额外查看 schema 并进行判断。
hypeauditor-automation skill 概览
hypeauditor-automation 能做什么
hypeauditor-automation skill 可帮助 AI agent 通过 Composio 的 Rube MCP server 自动执行 HypeAuditor 相关任务。它不是让模型凭空猜测 HypeAuditor API 字段,而是要求 agent 先发现当前可用的 Rube tools,验证 HypeAuditor 连接状态,再依据实时 schema 执行正确的工具。
对于已经使用 HypeAuditor 做 influencer discovery、creator analysis、audience quality checks、campaign research 或相关 workflow automation 的团队来说,这个 skill 尤其适合:它能让 Claude 或其他支持 MCP 的 agent 更可靠地接手这些任务。
最适合 Workflow Automation 用户
当你的任务依赖实时 HypeAuditor 操作,而不是静态建议时,适合使用 hypeauditor-automation 做 Workflow Automation。典型场景包括:
- 在执行操作前找到正确的 HypeAuditor tool
- 检查 HypeAuditor 账号连接是否处于可用状态
- 将营销运营需求转成由工具支撑的 workflow
- 通过强制 tool discovery 降低 schema 错误
它不是一个通用的 influencer marketing strategy skill。它的价值在于通过 Rube MCP 和 Composio 的 HypeAuditor toolkit,安全地把请求路由到合适的工具上。
关键差异:先搜索工具
这个 skill 最重要的行为规则是“始终先搜索工具”。HypeAuditor tool schema 可能变化,Composio 也可能暴露多个相关操作。因此,该 skill 会推动 agent 在执行前调用 RUBE_SEARCH_TOOLS,以获取当前的 tool slugs、输入要求、执行计划和潜在坑点。
这让 hypeauditor-automation skill 比单纯写一句“use HypeAuditor to find creators”更可靠,因为 agent 会被引导先检查可用工具,而不是直接做假设。
如何使用 hypeauditor-automation skill
hypeauditor-automation 安装与配置背景
从 Composio skill collection 安装该 skill:
npx skills add ComposioHQ/awesome-claude-skills --skill hypeauditor-automation
然后在你的 AI client 中添加 Rube MCP:
https://rube.app/mcp
源 skill 要求使用 rube MCP server,并预期 RUBE_SEARCH_TOOLS 可用。在任何 HypeAuditor workflow 运行之前,agent 还需要通过 RUBE_MANAGE_CONNECTIONS 使用 toolkit hypeauditor 建立有效的 HypeAuditor 连接。
一个实用的配置流程是:
- 确认
RUBE_SEARCH_TOOLS有响应。 - 要求 agent 针对 toolkit
hypeauditor调用RUBE_MANAGE_CONNECTIONS。 - 如果连接未激活,完成返回的 authentication link。
- 只有当连接状态为
ACTIVE后再继续。
agent 需要哪些输入才能运行得更好
要让 hypeauditor-automation usage 更可靠,不要只给 agent 一个宽泛目标。应提供业务目标、目标市场、创作者限制、受众标准、输出格式,以及它是只做研究还是也要执行操作。
较弱的提示:
Find influencers for our campaign.
更强的提示:
Use the
hypeauditor-automationskill. First search Rube tools for current HypeAuditor schemas. Check that the HypeAuditor connection is active. Then identify which available tool can support creator discovery for a US fitness apparel campaign targeting women aged 25-40. Do not execute irreversible actions. Return the tool selected, required fields, any missing inputs, and a proposed execution plan.
这样能提升输出质量,因为 agent 可以把你的目标映射到当前 Rube tooling,而不是自己编造 HypeAuditor 字段。
首次运行的推荐流程
第一次运行时,建议把重点放在 discovery 上:
- 要求 agent 阅读
composio-skills/hypeauditor-automation/SKILL.md。 - 让它用具体用例调用
RUBE_SEARCH_TOOLS,例如 “HypeAuditor creator discovery for Instagram fitness influencers.” - 让它通过
RUBE_MANAGE_CONNECTIONS检查 HypeAuditor 连接。 - 查看返回的 tool schema 和必填字段。
- 在执行前补齐缺失字段。
- 要求它简短总结本次 tool call、使用的参数以及结果限制。
由于这个 repository path 只包含 SKILL.md,该文件就是主要需要检查的来源。使用前没有随附脚本、references 或 rule folders 需要审计。
实用提示词结构
为了得到可重复的结果,可以使用以下结构:
- Task: 你希望在 HypeAuditor 中完成什么
- Discovery rule: “call
RUBE_SEARCH_TOOLSfirst” - Connection rule: “verify toolkit
hypeauditoris active” - Constraints: 地区、平台、受众、campaign 类型、预算、禁止执行的操作
- Output: 表格、执行计划、缺失字段,或已完成操作摘要
示例:
Use
hypeauditor-automationfor Workflow Automation. Search Rube tools first for HypeAuditor operations related to audience quality analysis. Verify the HypeAuditor connection. If a suitable tool exists, tell me the exact required inputs before running it. I need a concise table showing creator handle, audience country fit, engagement quality, risk flags, and missing data.
hypeauditor-automation skill 常见问题
hypeauditor-automation 对新手友好吗?
是的,前提是你的 AI client 已支持 MCP,并且你可以添加 Rube MCP endpoint。这个 skill 本身很短,也很直接。对新手来说,主要门槛不是写提示词,而是确保 Rube MCP 可用,并且 HypeAuditor 连接已经完成认证。
它和普通的 HypeAuditor 提示词有什么不同?
普通提示词依赖模型记忆或猜测。hypeauditor-automation skill 会要求 agent 在行动前用 RUBE_SEARCH_TOOLS 发现实时的 Composio tool schema。当必填字段、tool names 或推荐执行计划不明显时,这一点很关键。
什么时候不应该使用这个 skill?
如果你只需要营销建议、campaign brief,或不涉及 HypeAuditor 操作的通用 influencer selection criteria,就不该使用它。若你无法连接 Rube MCP、无法完成 HypeAuditor 认证,或需要 Composio toolkit 之外的完全自定义 API 集成,也应避免使用。
它包含现成脚本或模板吗?
不包含。repository evidence 显示该 skill 只有一个 SKILL.md 文件,skill folder 中没有支持脚本、references、resources 或 metadata files。应把它视为 Rube MCP 的 agent instruction layer,而不是独立的 automation package。
如何改进 hypeauditor-automation skill
通过更清晰的任务定义提升 hypeauditor-automation 结果
最大的质量提升来自于:在 tool discovery 之前,把 HypeAuditor 任务定义得足够具体。不要只说 “analyze influencers”,而要说明你需要 discovery、account lookup、audience analysis、fraud checks、report retrieval,还是 campaign research。同时补充平台、地理区域、垂类、受众人口属性、最低互动要求和可接受风险水平。
这能帮助 RUBE_SEARCH_TOOLS 返回更贴近真实 workflow 的 tools 和 schemas,而不是给出一串过于宽泛的可能操作。
需要警惕的常见失败模式
主要失败模式包括:
- 跳过
RUBE_SEARCH_TOOLS,直接猜测 tool inputs - 在 HypeAuditor 连接尚未为
ACTIVE时尝试执行 - campaign 目标过于模糊,无法清晰映射到某个 tool
- 执行前没有要求补齐缺失的必填字段
- 把 HypeAuditor 输出当成最终策略,缺少人工复核
一个有效的防护措施是:要求 agent 在运行任何会改变状态或消耗 quota 的操作前,先展示所选 tool、必填 schema fields 和缺失输入。
在首次输出后继续迭代
拿到第一轮结果后,应基于具体标准要求 agent 优化,而不是重复运行同一个宽泛请求。可用的后续指令包括:
- “Filter out creators with weak audience-country fit.”
- “Explain which fields came from HypeAuditor and which are inferred.”
- “Run the same workflow for TikTok if a supported tool exists.”
- “Return only candidates that meet these campaign thresholds.”
- “List limitations from the Rube tool response before recommending next steps.”
这样可以把 hypeauditor-automation guide 变成一个可控 workflow:发现工具、确认连接、用明确字段执行、审查限制,然后逐步缩小结果集。
