Agent skill · Content & Marketing

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

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill competitor-monitor --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Version: 1.0.0
Declared author: ClawFu
Path: skills/analysis/competitor-monitor/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use This Skill
  2. What Claude Does vs What You Decide
  3. Dependencies
  4. Commands
  5. Watch URL
  6. Check Changes
  7. Monitor Pricing
  8. Batch Monitor
  9. Examples
  10. Example 1: Track Pricing Changes
  11. Example 2: Monitor Multiple Competitors
  12. Skill Boundaries
  13. What This Skill Does Well
  14. What This Skill Cannot Do
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going