How to use it
- Hit Copy the whole skill.
- Claude: ⋯ → Download .md, then Customize → Skills → Add → Upload skill.
ChatGPT: make a Project and paste it into Instructions.
Neither? Paste it at the top of a new chat — it works for that chat. - Describe your job in plain words. The AI follows the skill from there.
Claude Code — installs the whole folder, not just SKILL.md
npx degit gooseworks-ai/goose-skills/skills/competitive-intel/composites/competitor-intel#main ~/.claude/skills/competitor-intelFor one project only, change the path to .claude/skills/competitor-intel.
Not working?
- Check which app you pasted it into — the steps above name the right one.
- Some skills need the paid tier of Claude or ChatGPT.
Paste into Claude, ChatGPT or Cursor.
Show the full text201 lines
Competitor Intelligence
Research and monitor competitors across multiple channels. Build profiles, track changes, and translate competitor moves into strategic recommendations.
Three layers:
- Data collection — Research competitor activity across web, Reddit, Twitter/X, LinkedIn, and blogs
- Content tracking — What competitors publish, which topics get engagement, where you have content gaps
- Strategy analysis — What competitor moves mean for your positioning, pricing, and messaging
When to Use
- "Research [competitor] for me"
- "What are our competitors doing?"
- "Build a competitor profile for [company]"
- "Monitor competitor content and positioning"
- "Competitive landscape analysis"
Phase 0: Intake
- Which competitors? — Ask the user for 2-5 competitor names + websites
- Your company context — What do you sell? Who's your ICP? What's your positioning?
- Focus areas — Everything, or specific focus? (pricing, content, product, messaging, hiring)
- Depth — Quick scan (30 min) or deep dive (comprehensive)?
Phase 1: Competitor Profile Research
For each competitor, research across these dimensions using web search and web fetch:
Company Overview
- What do they do? (fetch their homepage, about page)
- Who's their ICP? (check their marketing copy, case studies)
- What's their pricing model? (fetch pricing page)
- Funding stage and size? (web search: "[company] funding")
- Key leadership? (web search: "[company] founders", "[company] leadership team")
Product & Positioning
- Core value proposition (from homepage hero section)
- Key features and differentiators (from features/product page)
- How do they position against alternatives? (check /vs/ pages, comparison content)
- Recent product launches (web search: "[company] launch OR new feature OR announcement 2026")
Content & Marketing
- Blog topics and frequency (fetch /blog, check RSS feed)
- Social presence — LinkedIn company page, Twitter/X handle, founder's LinkedIn
- Content themes — what topics do they write about most?
- Top-performing content (look for social share counts, engagement indicators)
Customer Evidence
- Customer logos on their site
- Case studies (fetch /customers or /case-studies)
- G2/Capterra reviews — overall rating, common praise, common complaints (web search: "[company] G2 reviews")
- Testimonial quotes from their marketing
Competitive Signals
- Who do THEY position against? (check their /vs/ and /alternatives/ pages)
- Job postings — what roles are they hiring for? (web search: "[company] careers" or fetch /careers)
- Partnerships and integrations (fetch /integrations or /partners)
Optional: Social Monitoring (requires APIFY_API_TOKEN)
If Apify is available, scrape deeper data:
- Reddit mentions: Search for competitor name across relevant subreddits
- Twitter/X activity: Track competitor's account and founder's recent posts
- LinkedIn posts: Track founder/CMO LinkedIn content and engagement
Without Apify, web search covers the basics — just less structured.
Phase 2: Competitor Profile Output
For each competitor, produce a structured profile:
# Competitor Profile: [Company Name]
**Last updated:** [DATE]
**Website:** [URL]
## Overview
- **What they do:** [1-2 sentences]
- **ICP:** [who they sell to]
- **Stage:** [funding, headcount]
- **Pricing:** [model + price points]
## Positioning
- **Value prop:** [their core claim]
- **Key differentiators:** [what they emphasize]
- **Positioning against us:** [how they frame the comparison, if any]
## Product
- **Core features:** [list]
- **Recent launches:** [last 6 months]
- **Integrations:** [key partners]
## Content & Marketing
- **Blog frequency:** [posts/month]
- **Top topics:** [themes they write about]
- **Social activity:** [LinkedIn, Twitter/X presence and engagement level]
- **Content strategy:** [what type of content dominates — thought leadership, SEO, product marketing]
## Customer Evidence
- **Notable customers:** [logos]
- **G2/Capterra rating:** [score + review count]
- **Common praise:** [what customers love]
- **Common complaints:** [what customers dislike]
## Signals
- **Hiring:** [what roles, what it signals]
- **Partnerships:** [recent partnerships]
- **News:** [recent press/announcements]
## Strengths & Weaknesses (vs. You)
### Where they're strong:
- [strength 1]
- [strength 2]
### Where they're weak:
- [weakness 1]
- [weakness 2]
### Your opportunity:
- [gap you can exploit]
Phase 3: Competitive Landscape Summary
After profiling all competitors, produce a landscape view:
# Competitive Landscape — [Your Company] — [DATE]
## Positioning Map
| Company | Core Claim | ICP Focus | Price Point | Key Differentiator |
|---------|-----------|-----------|-------------|-------------------|
| You | [claim] | [ICP] | [price] | [differentiator] |
| Comp 1 | [claim] | [ICP] | [price] | [differentiator] |
| Comp 2 | ... | ... | ... | ... |
## Content Comparison
| Company | Blog Frequency | Top Topics | Social Presence |
|---------|---------------|-----------|-----------------|
| You | [X/month] | [topics] | [LinkedIn/Twitter activity] |
| Comp 1 | [X/month] | [topics] | [activity] |
## Feature Comparison
| Feature | You | Comp 1 | Comp 2 | Comp 3 |
|---------|-----|--------|--------|--------|
| [feature 1] | ✓/✗ | ✓/✗ | ✓/✗ | ✓/✗ |
## Key Takeaways
1. [Most important competitive insight]
2. [Second]
3. [Third]
## Recommended Actions
1. [What to do based on competitive gaps]
2. [Positioning adjustment]
3. [Content/feature opportunity]
Phase 4: Ongoing Monitoring (Optional)
For recurring competitive tracking, set up a periodic review:
Monthly check:
- Re-fetch competitor pricing pages (detect changes)
- Check for new blog posts and content themes
- Search for recent news, funding, product launches
- Update profiles with changes
- Produce a "what changed" summary
What to monitor:
- Pricing page changes (compare against last snapshot)
- New /vs/ or /alternatives/ pages (competitive positioning shifts)
- Blog topic shifts (new content themes)
- Job posting patterns (hiring signals)
- New customer logos (market momentum)
Cost
| Component | Cost |
|---|---|
| Web search + fetch (all research) | Free |
| Apify social scraping (optional) | ~$0.50-2.00 per competitor |
| Analysis | Free (LLM reasoning) |
| Total per competitor (baseline) | Free |
| Total per competitor (with Apify) | ~$0.50-2.00 |
Dependencies
- Web search and web fetch capabilities (always available)
APIFY_API_TOKEN(optional — for Reddit/Twitter/LinkedIn scraping)
| 1 | |
| 2 | name competitor-intel |
| 3 | description > |
| 4 | Competitor intelligence system. Research competitors across web, Reddit, Twitter/X, |
| 5 | LinkedIn, and blogs. Build deep competitor profiles, monitor content and positioning |
| 6 | changes, track what gets traction, and identify competitive gaps. Covers data collection, |
| 7 | content tracking, and strategy analysis. Pure research skill — uses web search, web fetch, |
| 8 | and optionally Apify for social scraping. No scripts required. |
| 9 | |
| 10 | |
| 11 | # Competitor Intelligence |
| 12 | |
| 13 | Research and monitor competitors across multiple channels. Build profiles, track changes, and translate competitor moves into strategic recommendations. |
| 14 | |
| 15 | **Three layers:** |
| 16 | **Data collection** — Research competitor activity across web, Reddit, Twitter/X, LinkedIn, and blogs |
| 17 | **Content tracking** — What competitors publish, which topics get engagement, where you have content gaps |
| 18 | **Strategy analysis** — What competitor moves mean for your positioning, pricing, and messaging |
| 19 | |
| 20 | ## When to Use |
| 21 | |
| 22 | "Research [competitor] for me" |
| 23 | "What are our competitors doing?" |
| 24 | "Build a competitor profile for [company]" |
| 25 | "Monitor competitor content and positioning" |
| 26 | "Competitive landscape analysis" |
| 27 | |
| 28 | ## Phase 0: Intake |
| 29 | |
| 30 | **Which competitors?** — Ask the user for 2-5 competitor names + websites |
| 31 | **Your company context** — What do you sell? Who's your ICP? What's your positioning? |
| 32 | **Focus areas** — Everything, or specific focus? (pricing, content, product, messaging, hiring) |
| 33 | **Depth** — Quick scan (30 min) or deep dive (comprehensive)? |
| 34 | |
| 35 | ## Phase 1: Competitor Profile Research |
| 36 | |
| 37 | For each competitor, research across these dimensions using web search and web fetch: |
| 38 | |
| 39 | ### Company Overview |
| 40 | What do they do? (fetch their homepage, about page) |
| 41 | Who's their ICP? (check their marketing copy, case studies) |
| 42 | What's their pricing model? (fetch pricing page) |
| 43 | Funding stage and size? (web search: "[company] funding") |
| 44 | Key leadership? (web search: "[company] founders", "[company] leadership team") |
| 45 | |
| 46 | ### Product & Positioning |
| 47 | Core value proposition (from homepage hero section) |
| 48 | Key features and differentiators (from features/product page) |
| 49 | How do they position against alternatives? (check /vs/ pages, comparison content) |
| 50 | Recent product launches (web search: "[company] launch OR new feature OR announcement 2026") |
| 51 | |
| 52 | ### Content & Marketing |
| 53 | Blog topics and frequency (fetch /blog, check RSS feed) |
| 54 | Social presence — LinkedIn company page, Twitter/X handle, founder's LinkedIn |
| 55 | Content themes — what topics do they write about most? |
| 56 | Top-performing content (look for social share counts, engagement indicators) |
| 57 | |
| 58 | ### Customer Evidence |
| 59 | Customer logos on their site |
| 60 | Case studies (fetch /customers or /case-studies) |
| 61 | G2/Capterra reviews — overall rating, common praise, common complaints (web search: "[company] G2 reviews") |
| 62 | Testimonial quotes from their marketing |
| 63 | |
| 64 | ### Competitive Signals |
| 65 | Who do THEY position against? (check their /vs/ and /alternatives/ pages) |
| 66 | Job postings — what roles are they hiring for? (web search: "[company] careers" or fetch /careers) |
| 67 | Partnerships and integrations (fetch /integrations or /partners) |
| 68 | |
| 69 | ### Optional: Social Monitoring (requires APIFY_API_TOKEN) |
| 70 | |
| 71 | If Apify is available, scrape deeper data: |
| 72 | **Reddit mentions:** Search for competitor name across relevant subreddits |
| 73 | **Twitter/X activity:** Track competitor's account and founder's recent posts |
| 74 | **LinkedIn posts:** Track founder/CMO LinkedIn content and engagement |
| 75 | |
| 76 | Without Apify, web search covers the basics — just less structured. |
| 77 | |
| 78 | ## Phase 2: Competitor Profile Output |
| 79 | |
| 80 | For each competitor, produce a structured profile: |
| 81 | |
| 82 | |
| 83 | # Competitor Profile: [Company Name] |
| 84 | **Last updated:** [DATE] |
| 85 | **Website:** [URL] |
| 86 | |
| 87 | ## Overview |
| 88 | - **What they do:** [1-2 sentences] |
| 89 | - **ICP:** [who they sell to] |
| 90 | - **Stage:** [funding, headcount] |
| 91 | - **Pricing:** [model + price points] |
| 92 | |
| 93 | ## Positioning |
| 94 | - **Value prop:** [their core claim] |
| 95 | - **Key differentiators:** [what they emphasize] |
| 96 | - **Positioning against us:** [how they frame the comparison, if any] |
| 97 | |
| 98 | ## Product |
| 99 | - **Core features:** [list] |
| 100 | - **Recent launches:** [last 6 months] |
| 101 | - **Integrations:** [key partners] |
| 102 | |
| 103 | ## Content & Marketing |
| 104 | - **Blog frequency:** [posts/month] |
| 105 | - **Top topics:** [themes they write about] |
| 106 | - **Social activity:** [LinkedIn, Twitter/X presence and engagement level] |
| 107 | - **Content strategy:** [what type of content dominates — thought leadership, SEO, product marketing] |
| 108 | |
| 109 | ## Customer Evidence |
| 110 | - **Notable customers:** [logos] |
| 111 | - **G2/Capterra rating:** [score + review count] |
| 112 | - **Common praise:** [what customers love] |
| 113 | - **Common complaints:** [what customers dislike] |
| 114 | |
| 115 | ## Signals |
| 116 | - **Hiring:** [what roles, what it signals] |
| 117 | - **Partnerships:** [recent partnerships] |
| 118 | - **News:** [recent press/announcements] |
| 119 | |
| 120 | ## Strengths & Weaknesses (vs. You) |
| 121 | ### Where they're strong: |
| 122 | - [strength 1] |
| 123 | - [strength 2] |
| 124 | |
| 125 | ### Where they're weak: |
| 126 | - [weakness 1] |
| 127 | - [weakness 2] |
| 128 | |
| 129 | ### Your opportunity: |
| 130 | - [gap you can exploit] |
| 131 | |
| 132 | |
| 133 | ## Phase 3: Competitive Landscape Summary |
| 134 | |
| 135 | After profiling all competitors, produce a landscape view: |
| 136 | |
| 137 | |
| 138 | # Competitive Landscape — [Your Company] — [DATE] |
| 139 | |
| 140 | ## Positioning Map |
| 141 | | Company | Core Claim | ICP Focus | Price Point | Key Differentiator | |
| 142 | |---------|-----------|-----------|-------------|-------------------| |
| 143 | | You | [claim] | [ICP] | [price] | [differentiator] | |
| 144 | | Comp 1 | [claim] | [ICP] | [price] | [differentiator] | |
| 145 | | Comp 2 | ... | ... | ... | ... | |
| 146 | |
| 147 | ## Content Comparison |
| 148 | | Company | Blog Frequency | Top Topics | Social Presence | |
| 149 | |---------|---------------|-----------|-----------------| |
| 150 | | You | [X/month] | [topics] | [LinkedIn/Twitter activity] | |
| 151 | | Comp 1 | [X/month] | [topics] | [activity] | |
| 152 | |
| 153 | ## Feature Comparison |
| 154 | | Feature | You | Comp 1 | Comp 2 | Comp 3 | |
| 155 | |---------|-----|--------|--------|--------| |
| 156 | | [feature 1] | ✓/✗ | ✓/✗ | ✓/✗ | ✓/✗ | |
| 157 | |
| 158 | ## Key Takeaways |
| 159 | 1. [Most important competitive insight] |
| 160 | 2. [Second] |
| 161 | 3. [Third] |
| 162 | |
| 163 | ## Recommended Actions |
| 164 | 1. [What to do based on competitive gaps] |
| 165 | 2. [Positioning adjustment] |
| 166 | 3. [Content/feature opportunity] |
| 167 | |
| 168 | |
| 169 | ## Phase 4: Ongoing Monitoring (Optional) |
| 170 | |
| 171 | For recurring competitive tracking, set up a periodic review: |
| 172 | |
| 173 | **Monthly check:** |
| 174 | Re-fetch competitor pricing pages (detect changes) |
| 175 | Check for new blog posts and content themes |
| 176 | Search for recent news, funding, product launches |
| 177 | Update profiles with changes |
| 178 | Produce a "what changed" summary |
| 179 | |
| 180 | **What to monitor:** |
| 181 | Pricing page changes (compare against last snapshot) |
| 182 | New /vs/ or /alternatives/ pages (competitive positioning shifts) |
| 183 | Blog topic shifts (new content themes) |
| 184 | Job posting patterns (hiring signals) |
| 185 | New customer logos (market momentum) |
| 186 | |
| 187 | ## Cost |
| 188 | |
| 189 | | Component | Cost | |
| 190 | |-----------|------| |
| 191 | | Web search + fetch (all research) | Free | |
| 192 | | Apify social scraping (optional) | ~$0.50-2.00 per competitor | |
| 193 | | Analysis | Free (LLM reasoning) | |
| 194 | | **Total per competitor (baseline)** | **Free** | |
| 195 | | **Total per competitor (with Apify)** | **~$0.50-2.00** | |
| 196 | |
| 197 | ## Dependencies |
| 198 | |
| 199 | Web search and web fetch capabilities (always available) |
| 200 | `APIFY_API_TOKEN` (optional — for Reddit/Twitter/LinkedIn scraping) |
| 201 |
Discussion
From GitHub
1 threadAlternatives
Also in Competitor researchCompetitor Comparison & Alternatives PagesTell us your product and a rival you keep losing deals to, and get back a ready-to-publish page that shows why customers should pick you.Ad angle minerMine the highest-converting ad angles from customer reviews, Reddit complaints, support tickets, and competitor ads. Extracts actual pain language, competitor weaknesses, and outcome phrases that real buyers use. Outputs a ranked angle bank with proof quotes and recommended ad formats per angle.X audience insightsRead your X (Twitter) audience and niche from real data. Pull a handle's recent tweets (yours or a competitor's) with likes, replies, and views, see which formats and hooks are working, read the repliers on a tweet (X gates likers, so repliers are the signal), and scan a niche query for top tweets. Powered by Apify, no login. Triggers on "analyze my tweets", "what is working on X", "read the replies", "competitor tweets", "who is engaging". Not for writing a tweet (use x-post-writer).Facebook Audience InsightsRead a Facebook Page and its audience from real data. Pull any Page's public stats (yours or a competitor's): followers, likes, categories, intro, websites. And pull the commenters on a public Page post, since Facebook hides the reactor and liker roster and shows counts only, so commenters are the signal. Powered by Apify, no login. Triggers on "analyze my Page", "competitor Page stats", "who is commenting", "read the comments", "audience insights". Not for writing Page posts (use fb-post-writer).