‹ 首页

run-competitive-intel

@othmane-khadri · 收录于 5 天前 · 上游提交 1 个月前

Pull competitive intelligence on a competitor — pricing, positioning, recent changes, customer stories — via the competitive-intel CLI. Use when the user says 'analyze this competitor', 'pull competitive intel on [company]', 'compare us to [competitor]', 'what's [company] doing differently', or 'audit [competitor] pricing'. Side-effecting — calls Firecrawl + Anthropic, writes to local cache.

适合你,如果需要快速了解竞争对手的策略变化

/ 通过 npx 安装 校验哈希
npx oh-my-skill add othmane-khadri/yalc-the-gtm-operating-system/run-competitive-intel
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- othmane-khadri/yalc-the-gtm-operating-system/run-competitive-intel
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify othmane-khadri/yalc-the-gtm-operating-system/run-competitive-intel
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
268GitHub stars
~376最小装载
~376含声明引用
~699文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 ffc6e37 · 表述以原文为准
它做什么

当你想了解某个竞品时,Claude会要求你提供该竞品的网址,然后自动运行分析工具,收集该竞品在定位、定价、近期变化、客户故事等方面的信息,并生成一份对比简报供你参考。

什么时候触发

当你提到“分析这家竞品”、“获取某公司的竞争情报”或“比较我们与某对手”等类似请求时,该技能会自动触发。

装好后可以这样说
机器人会询问网址并生成报告。
会进行定位对比。
会审计定价。
技能原文 SKILL.md作者撰写 · MIT · ffc6e37

Run Competitive Intel

I'll wrap competitive-intel. Take a competitor URL, run the analysis pipeline, and surface the comparative brief.

When This Skill Applies
  • "analyze this competitor"
  • "pull competitive intel on [company]"
  • "compare us to [competitor]"
  • "what's [company] doing differently"
  • "audit [competitor] pricing"

NOT this skill (use research-prospect instead):

  • "research this company" — that's a brief on a prospect, not a comparative analysis.
Workflow
Step 0 — Ask for the competitor URL
"What's the competitor URL?"
Step 1 — Validate URL
Step 2 — Shell out
cd ~/Desktop/gtm-os && set -a && source .env.local && set +a && \
  npx tsx src/cli/index.ts competitive-intel --competitor <url>
Step 3 — Parse output

CLI emits a markdown comparative brief: their positioning vs. ours, pricing diff, customer-story angles, recent changes detected.

Step 4 — Render the brief verbatim
Step 5 — Offer follow-ups
"Want me to (a) draft a sales battle card from this, (b) personalize an outbound message that addresses their positioning?"
Notes
  • Requires FIRECRAWL_API_KEY + ANTHROPIC_API_KEY.
  • Reads our own positioning from ~/.gtm-os/company_context.yaml.
  • Read-only on the user-data DB; writes to a competitive-intel cache.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。