Competitor Intelligence

Competitor intelligence system.

How to use it

  1. Hit Copy the whole skill.
  2. 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.
  3. 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-intel

For 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.
Step-by-step guide with screenshots · Ask in the forum

Paste into Claude, ChatGPT or Cursor.

Show the full text201 lines
competitor-intel/SKILL.md201 lines7.0 KBpushed 96d agoRawView on GitHub

Competitor Intelligence

Research and monitor competitors across multiple channels. Build profiles, track changes, and translate competitor moves into strategic recommendations.

Three layers:

  1. Data collection — Research competitor activity across web, Reddit, Twitter/X, LinkedIn, and blogs
  2. Content tracking — What competitors publish, which topics get engagement, where you have content gaps
  3. 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

  1. Which competitors? — Ask the user for 2-5 competitor names + websites
  2. Your company context — What do you sell? Who's your ICP? What's your positioning?
  3. Focus areas — Everything, or specific focus? (pricing, content, product, messaging, hiring)
  4. 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---
2name: competitor-intel
3description: >
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 
13Research and monitor competitors across multiple channels. Build profiles, track changes, and translate competitor moves into strategic recommendations.
14 
15**Three layers:**
161. **Data collection** — Research competitor activity across web, Reddit, Twitter/X, LinkedIn, and blogs
172. **Content tracking** — What competitors publish, which topics get engagement, where you have content gaps
183. **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 
301. **Which competitors?** — Ask the user for 2-5 competitor names + websites
312. **Your company context** — What do you sell? Who's your ICP? What's your positioning?
323. **Focus areas** — Everything, or specific focus? (pricing, content, product, messaging, hiring)
334. **Depth** — Quick scan (30 min) or deep dive (comprehensive)?
34 
35## Phase 1: Competitor Profile Research
36 
37For 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 
71If 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 
76Without Apify, web search covers the basics — just less structured.
77 
78## Phase 2: Competitor Profile Output
79 
80For each competitor, produce a structured profile:
81 
82```markdown
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 
135After profiling all competitors, produce a landscape view:
136 
137```markdown
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
1591. [Most important competitive insight]
1602. [Second]
1613. [Third]
162 
163## Recommended Actions
1641. [What to do based on competitive gaps]
1652. [Positioning adjustment]
1663. [Content/feature opportunity]
167```
168 
169## Phase 4: Ongoing Monitoring (Optional)
170 
171For 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 thread

Alternatives

Also in Competitor research
Competitor 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.Business & ops · MITAd 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.Business & ops · MITX 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).Marketing · MITFacebook 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).Marketing · MIT