Claude
Skill
competitor-intelligence
Monitor competitors' offers, pricing, campaigns, hiring, and positioning changes over time. Use for ongoing competitive awareness, not one-shot analysis.
Virus-scanned
Reviewed automatically before listing.
Download
navinspire-ia-navin-navin_skills_competitor-intelligence-e9c73a3.zip · 1 KB
Install
skills CLI
npx skills add https://github.com/Navinspire-ia/navin/tree/main/navin/skills/competitor-intelligence
Claude Code
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install navinspire-ia-navin@llmmart
Git
git clone https://github.com/Navinspire-ia/navin.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole navinspire-ia/navin collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
Competitor Intelligence
Overview
Systematic watch on competitors: what changed, what it means, what to do. Complements the one-shot competitor-seo-analysis.
What to watch
| Signal | Where | Meaning |
|---|---|---|
| Pricing page changes | their site | positioning/margin moves |
| New features/pages | site, changelog, blog | roadmap direction |
| Job postings | careers, LinkedIn | strategy (new market? new tech?) |
| Campaigns/ads | ad libraries, their social | messaging bets |
| Reviews | G2/Capterra/Google | their weaknesses = your angles |
| News/funding | press, LinkedIn | resources, urgency |
Workflow
- Define the watchlist: 3-7 competitors, which signals matter for the user.
- Baseline snapshot per competitor stored in
intel/<competitor>.md(offer, pricing, messaging, strengths/weaknesses). - Schedule recurring checks with
cron(weekly/biweekly), usingweb_fetch+website-monitortechniques for change detection. - Only report changes + interpretation + suggested response.
- Quarterly battlecard refresh: how to win against each competitor (feeds
objection-handler).
Digest format
## Competitive digest - <date>
| Competitor | Change | So what | Suggested action |
Rules
- Public sources only - no pretexting, no fake accounts.
- Interpretation is clearly separated from observed fact.
Files (navin)
-
SKILL.md 1.6 KB
--- name: competitor-intelligence description: Monitor competitors' offers, pricing, campaigns, hiring, and positioning changes over time. Use for ongoing competitive awareness, not one-shot analysis. metadata: {"navin":{"emoji":"🔭","category":"marketing"}} --- # Competitor Intelligence ## Overview Systematic watch on competitors: what changed, what it means, what to do. Complements the one-shot `competitor-seo-analysis`. ## What to watch | Signal | Where | Meaning | |--------|-------|---------| | Pricing page changes | their site | positioning/margin moves | | New features/pages | site, changelog, blog | roadmap direction | | Job postings | careers, LinkedIn | strategy (new market? new tech?) | | Campaigns/ads | ad libraries, their social | messaging bets | | Reviews | G2/Capterra/Google | their weaknesses = your angles | | News/funding | press, LinkedIn | resources, urgency | ## Workflow 1. Define the watchlist: 3-7 competitors, which signals matter for the user. 2. Baseline snapshot per competitor stored in `intel/<competitor>.md` (offer, pricing, messaging, strengths/weaknesses). 3. Schedule recurring checks with `cron` (weekly/biweekly), using `web_fetch` + `website-monitor` techniques for change detection. 4. Only report *changes* + interpretation + suggested response. 5. Quarterly battlecard refresh: how to win against each competitor (feeds `objection-handler`). ## Digest format ```markdown ## Competitive digest - <date> | Competitor | Change | So what | Suggested action | ``` ## Rules - Public sources only - no pretexting, no fake accounts. - Interpretation is clearly separated from observed fact.
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.