competitor-monitor
Monitor competitor websites for changes. Use when: tracking competitor pricing changes; monitoring new features; watching for content updates; alerting on website changes; competitive intelligence
npx skills add majiayu000/claude-skill-registry --skill competitor-monitor --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Competitor Monitor > Track competitor websites for changes and get alerts - stay informed about pricing, features, and content updates. ## When to Use This Skill - **Pricing intelligence** - Track competitor price changes - **Feature tracking** - Monitor new feature announcements - **Content watch** - Track new blog posts or pages - **Change alerts** - Get notified of website updates - **Competitive analysis** - Regular competitor audits ## What Claude Does vs What You Decide | Claude Does | You Decide | |-------------|------------| | Structures analysis frameworks | Strategic priorities | | Synthesizes market data | Competitive positioning | | Identifies opportunities | Resource allocation | | Creates strategic options | Final strategy selection | | Suggests implementation approaches | Execution decisions | ## Dependencies ```bash pip install beautifulsoup4 requests click # For diff comparison: pip install diff-match-patch ``` ## Commands ### Watch URL ```bash python scripts/main.py watch https://competitor.com/pricing python scripts/main.py watch https://competitor.com/pricing --selector ".price" ``` ### Check Changes ```bash python scripts/main.py diff https://competitor.com/p
- When to Use This Skill
- What Claude Does vs What You Decide
- Dependencies
- Commands
- Watch URL
- Check Changes
- Monitor Pricing
- Batch Monitor
- Examples
- Example 1: Track Pricing Changes
- Example 2: Monitor Multiple Competitors
- Skill Boundaries
- What This Skill Does Well
- What This Skill Cannot Do
pip install beautifulsoup4 requests click For diff comparison: pip install diff-match-patch python scripts/main.py watch https://competitor.com/pricing python scripts/main.py watch https://competitor.com/pricing --selector ".price" python scripts/main.py diff https://competitor.com/pricing --baseline cache.html python scripts/main.py pricing https://competitor.com/pricing python scripts/main.py batch competitors.txt --output changes/ python scripts/main.py watch https://competitor.com/pricing --save baseline.html python scripts/main.py diff https://competitor.com/pricing --baseline baseline.html
What does the competitor-monitor skill do?
Monitor competitor websites for changes. Use when: tracking competitor pricing changes; monitoring new features; watching for content updates; alerting on website changes; competitive intelligence
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill competitor-monitor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
