competitor-monitor — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited competitor-monitor (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Track competitor websites for changes and get alerts - stay informed about pricing, features, and content updates.
| 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 |
pip install beautifulsoup4 requests click
# For diff comparison:
pip install diff-match-patchpython 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.htmlpython scripts/main.py pricing https://competitor.com/pricingpython scripts/main.py batch competitors.txt --output changes/# First, capture baseline
python scripts/main.py watch https://competitor.com/pricing --save baseline.html
# Later, check for changes
python scripts/main.py diff https://competitor.com/pricing --baseline baseline.html
# Output:
# Changes Detected!
# ─────────────────────
# - Starter: $29/mo → $39/mo (+34%)
# - Pro: $99/mo (unchanged)
# + New: Enterprise tier added# Create competitor list
cat > competitors.txt << EOF
https://competitor1.com/pricing
https://competitor2.com/pricing
https://competitor3.com/features
EOF
# Run batch monitor
python scripts/main.py batch competitors.txt --output ./snapshots/
# Output: Creates timestamped snapshots for each URLcategory: automation
subcategory: competitive-intelligence
dependencies: [beautifulsoup4, requests]
difficulty: intermediate
time_saved: 4+ hours/week~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.