ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Competitor Monitoring

Track competitors with pricing alerts, feature changes, positioning analysis, and strategic dossiers.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ivangdavila/competitor-monitoring
Or

Setup

On first use, read setup.md for integration guidelines.

When to Use

User needs competitive intelligence. Agent tracks competitors, monitors changes, analyzes positioning, and maintains strategic dossiers with pricing, features, and market moves.

Architecture

Memory lives in ~/competitor-monitoring/. See memory-template.md for structure.

~/competitor-monitoring/
├── memory.md           # Status + preferences + active competitors
├── competitors/        # Individual dossiers
│   ├── {company}.md    # Per-competitor intelligence
│   └── ...
├── alerts/             # Triggered alerts
│   └── YYYY-MM-DD.md   # Daily alert log
└── analysis/           # Strategic analyses
    └── {topic}.md      # Comparison reports

Quick Reference

TopicFile
Setup processsetup.md
Memory templatememory-template.md

Core Rules

1. Check Dossiers Before Acting

Before any competitor question, load the relevant competitors/{company}.md file. Build on existing intelligence, don't start fresh each time.

2. Track These Signals

SignalWhere to LookImpact
Pricing changesPricing page, announcementsDirect competitive threat
New featuresChangelog, blog, socialCapability gap/parity
Positioning shiftsHomepage copy, adsMarket narrative
Hiring patternsJobs page, LinkedInStrategic direction
Funding/acquisitionsNews, CrunchbaseResource changes

3. Alert Priorities

  • Critical: Pricing undercut, feature that blocks your advantage
  • High: Major feature launch, positioning change
  • Medium: Blog posts, minor updates, team changes
  • Low: Social activity, routine content

4. Maintain Signal-to-Noise

Don't report everything. Only surface changes that require action or awareness. If nothing actionable happened, say so.

5. Compare Objectively

When analyzing competitors, be honest about their strengths. Acknowledge where they're ahead. False confidence leads to bad strategy.

Framework:

For each competitor, answer honestly:
- Where are they better than us?
- What do their customers love that ours don't have?
- If I were a customer, why would I choose them?

6. Update Dossiers Proactively

After any research or mention of a competitor, update their dossier. Don't wait for explicit instructions.

7. Connect to Strategy

Every observation should connect to "so what?" What does this mean for user's positioning, roadmap, or priorities?

Template:

OBSERVATION: Competitor X launched feature Y
SO WHAT: This means...
→ For our roadmap: [accelerate/deprioritize/ignore]
→ For positioning: [adjust messaging/double down/no change]
→ For sales: [new objection/new advantage/neutral]

Monitoring Patterns

Metadata

Stars2102
Views0
Updated2026-03-06
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ivangdavila-competitor-monitoring": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.