run-competitive-intel
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 oh-my-skill add othmane-khadri/yalc-the-gtm-operating-system/run-competitive-intelcurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- othmane-khadri/yalc-the-gtm-operating-system/run-competitive-intelnpx oh-my-skill verify othmane-khadri/yalc-the-gtm-operating-system/run-competitive-intel怎么用
商店整理自技能原文 · 版本 ffc6e37 · 表述以原文为准当你想了解某个竞品时,Claude会要求你提供该竞品的网址,然后自动运行分析工具,收集该竞品在定位、定价、近期变化、客户故事等方面的信息,并生成一份对比简报供你参考。
当你提到“分析这家竞品”、“获取某公司的竞争情报”或“比较我们与某对手”等类似请求时,该技能会自动触发。
技能原文 SKILL.md
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.