Know what your competitors ship before their customers do. Automated monitoring of competitor websites, product pages, pricing, content, and social presence. Detects changes, extracts new features, tracks pricing updates, and alerts you with digestible summaries. Your agent watches the competition 24/7 so you can focus on building. Configure competitor tiers (fierce rivals get deep monitoring, adjacents get high-level), set check frequency, define alert thresholds, and receive smart diffs highlighting what actually matters. Use when setting up competitive intelligence, tracking product launches, monitoring pricing changes, or staying ahead of market moves.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install competitor-watch或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install competitor-watch⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/competitor-watch/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: competitor-watch description: Know what your competitors ship before their customers do. Automated monitoring of competitor websites, product pages, pricing, content, and social presence. Detects changes, extracts new features, tracks pricing updates, and alerts you with digestible summaries. Your agent watches the competition 24/7 so you can focus on building. Configure competitor tiers (fierce rivals get deep monitoring, adjacents get high-level), set check frequency, define alert thresholds, and receive smart diffs highlighting what actually matters. Use when setting up competitive intelligence, tracking product launches, monitoring pricing changes, or staying ahead of market moves. metadata: clawdbot: emoji: "🔍" requires: skills: [] ---
They ship a feature. You know in minutes, not weeks.
Competitor Watch monitors your competitive landscape automatically—websites, product pages, pricing, blog posts, social accounts—and alerts you when something changes. No more finding out your rival launched that feature you've been building after their customers already know about it.
What makes it different: Tiered monitoring (fierce rivals get deep tracking, adjacents get high-level), intelligent diffing (highlights what matters, filters noise), and digestible summaries that tell you so what instead of dumping raw HTML changes.
You're a founder or product leader. You have 3-5 direct competitors and maybe a dozen companies in adjacent spaces. They're all shipping, pricing, pivoting, and posting. You check manually when you remember (usually when a customer mentions it). By the time you notice a major move, it's too late to react strategically.
Manual competitive intelligence doesn't scale. Bookmarking competitor URLs and checking them weekly doesn't work. You need an agent that watches constantly and only interrupts when something actually matters.
scripts/setup.sh to initialize config and data directories~/.config/competitor-watch/config.json with your competitive landscapescripts/add-competitor.sh "CompanyName" https://example.com --tier=fiercescripts/check.sh --dry-runcheck.sh every 30-60 minutesConfig lives at ~/.config/competitor-watch/config.json. See config.example.json for full schema.
Key sections:
Fierce (direct competitors in every deal):
Important (frequent competitive overlap):
Watching (potential future threat):
Adjacent (different market, relevant trends):
| Script | Purpose | |--------|---------| | scripts/setup.sh | Initialize config and data directories | | scripts/add-competitor.sh | Add a competitor (interactive or flags) | | scripts/check.sh | Run monitoring sweep (all or specific tier) | | scripts/diff.sh | Compare snapshots, generate change report | | scripts/report.sh | Format digest of recent changes |
All scripts support --dry-run for testing without storing snapshots.
Run scripts/check.sh on schedule (cron or heartbeat). The check:
diff.sh)diff.sh does intelligent comparison:
Filters out noise:
?v=123)Highlights signal:
Change scoring:
When a meaningful change is detected, report.sh generates a summary:
🚨 COMPETITOR CHANGE: Acme Corp (fierce rival)
Page: https://acme.com/pricing
Detected: 2026-02-11 13:45 EST
Change: MAJOR (pricing update + new tier)
What changed:
• New "Enterprise" tier added at $999/mo
• "Pro" tier price increased from $49 to $79 (+61%)
• Added "Custom AI workflows" feature to all plans
Raw diff: ~/.config/competitor-watch/data/snapshots/acme-corp/pricing/diff-2026-02-11-1345.txt
—
View full snapshot: check.sh --snapshot acme-corp pricing
Alerts respect cooldown (don't spam on every tiny update) and tier settings.
Interactive mode:
scripts/add-competitor.sh
# Prompts for: name, homepage, tier, pages to track, tags
Flag mode:
scripts/add-competitor.sh "Acme Corp" https://acme.com \
--tier fierce \
--pages pricing,features,blog \
--tags "direct-competitor,ai-tools" \
--twitter @acmecorp
# List all
scripts/check.sh --list
# Check specific competitor
scripts/check.sh --competitor "Acme Corp"
# Check tier only
scripts/check.sh --tier fierce
# View change history
scripts/report.sh --competitor "Acme Corp" --days 30
# Update tier
# (Edit ~/.config/competitor-watch/config.json, or re-run add-competitor)
~/.config/competitor-watch/
├── config.json # Competitor list and settings
├── data/
│ ├── snapshots/
│ │ ├── acme-corp/
│ │ │ ├── pricing/
│ │ │ │ ├── 2026-02-11-1000.txt
│ │ │ │ ├── 2026-02-11-1030.txt
│ │ │ │ └── diff-2026-02-11-1030.txt
│ │ │ └── features/...
│ │ └── competitor-b/...
│ ├── change-log.json # All detected changes
│ ├── last-checks.json # When each URL was last checked
│ └── alert-history.json # Sent alerts (for cooldown)
└── reports/
└── daily-digest-2026-02-11.md
# Check fierce rivals every 30 min
*/30 * * * * /path/to/skills/competitor-watch/scripts/check.sh --tier fierce
...安装 Competitor Watch 后,可以对 AI 说这些话来触发它
Help me get started with Competitor Watch
Explains what Competitor Watch does, walks through the setup, and runs a quick demo based on your current project
Use Competitor Watch to know what your competitors ship before their customers do
Invokes Competitor Watch with the right parameters and returns the result directly in the conversation
What can I do with Competitor Watch in my product manager workflow?
Lists the top use cases for Competitor Watch, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/competitor-watch/ 目录(个人级,所有项目可用),或 .claude/skills/competitor-watch/(项目级)。重启 AI 客户端后,用 /competitor-watch 主动调用,或让 AI 根据上下文自动发现并使用。
Competitor Watch 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Competitor Watch 可免费安装使用。请查阅仓库了解许可证信息。
Know what your competitors ship before their customers do. Automated monitoring of competitor websites, product pages, pricing, content, and social presence. Detects changes, extracts new features, tracks pricing updates, and alerts you with digestible summaries. Your agent watches the competition 24/7 so you can focus on building. Configure competitor tiers (fierce rivals get deep monitoring, adjacents get high-level), set check frequency, define alert thresholds, and receive smart diffs highlighting what actually matters. Use when setting up competitive intelligence, tracking product launches, monitoring pricing changes, or staying ahead of market moves.
Automate my product manager tasks using Competitor Watch
Identifies repetitive steps in your workflow and sets up Competitor Watch to handle them automatically
Competitor Watch 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。