competitor-monitor

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Competitor Monitor

竞品监控工具

Track competitor websites for changes and get alerts - stay informed about pricing, features, and content updates.
追踪竞争对手网站的变更并接收告警,及时掌握价格、功能及内容更新动态。

When to Use This Skill

何时使用该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的职责与你的决策范围

Claude DoesYou Decide
Structures analysis frameworksStrategic priorities
Synthesizes market dataCompetitive positioning
Identifies opportunitiesResource allocation
Creates strategic optionsFinal strategy selection
Suggests implementation approachesExecution decisions
Claude负责由你决策
构建分析框架战略优先级
整合市场数据竞品定位
识别机会点资源分配
制定战略选项最终战略选择
建议实施方法执行决策

Dependencies

依赖项

bash
pip install beautifulsoup4 requests click
bash
pip install beautifulsoup4 requests click

For diff comparison:

For diff comparison:

pip install diff-match-patch
undefined
pip install diff-match-patch
undefined

Commands

命令

Watch URL

监控URL

bash
python scripts/main.py watch https://competitor.com/pricing
python scripts/main.py watch https://competitor.com/pricing --selector ".price"
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/pricing --baseline cache.html
bash
python scripts/main.py diff https://competitor.com/pricing --baseline cache.html

Monitor Pricing

监控价格

bash
python scripts/main.py pricing https://competitor.com/pricing
bash
python scripts/main.py pricing https://competitor.com/pricing

Batch Monitor

批量监控

bash
python scripts/main.py batch competitors.txt --output changes/
bash
python scripts/main.py batch competitors.txt --output changes/

Examples

使用示例

Example 1: Track Pricing Changes

示例1:追踪价格变动

bash
undefined
bash
undefined

First, capture baseline

First, capture baseline

python scripts/main.py watch https://competitor.com/pricing --save baseline.html
python scripts/main.py watch https://competitor.com/pricing --save baseline.html

Later, check for changes

Later, check for changes

python scripts/main.py diff https://competitor.com/pricing --baseline baseline.html
python scripts/main.py diff https://competitor.com/pricing --baseline baseline.html

Output:

Output:

Changes Detected!

Changes Detected!

─────────────────────

─────────────────────

- Starter: $29/mo → $39/mo (+34%)

- Starter: $29/mo → $39/mo (+34%)

- Pro: $99/mo (unchanged)

- Pro: $99/mo (unchanged)

+ New: Enterprise tier added

+ New: Enterprise tier added

undefined
undefined

Example 2: Monitor Multiple Competitors

示例2:监控多个竞争对手

bash
undefined
bash
undefined

Create competitor list

Create competitor list

Run batch monitor

Run batch monitor

python scripts/main.py batch competitors.txt --output ./snapshots/
python scripts/main.py batch competitors.txt --output ./snapshots/

Output: Creates timestamped snapshots for each URL

Output: Creates timestamped snapshots for each URL

undefined
undefined

Skill Boundaries

Skill适用边界

What This Skill Does Well

该Skill擅长的场景

  • Structuring strategic analysis
  • Identifying market opportunities
  • Creating strategic frameworks
  • Synthesizing competitive data
  • 构建战略分析框架
  • 识别市场机会
  • 制定战略框架
  • 整合竞品数据

What This Skill Cannot Do

该Skill无法实现的内容

  • Replace market research
  • Guarantee strategic success
  • Know proprietary competitor info
  • Make executive decisions
  • 替代市场调研
  • 保证战略成功
  • 获取竞品专有信息
  • 做出高管决策

Related Skills

相关Skill

  • web-scraper - Extract detailed data
  • lighthouse-audit - Audit competitor performance
  • web-scraper - 提取详细数据
  • lighthouse-audit - 审计竞品网站性能

Skill Metadata

Skill元数据

  • Mode: centaur
yaml
category: automation
subcategory: competitive-intelligence
dependencies: [beautifulsoup4, requests]
difficulty: intermediate
time_saved: 4+ hours/week
  • Mode: centaur
yaml
category: automation
subcategory: competitive-intelligence
dependencies: [beautifulsoup4, requests]
difficulty: intermediate
time_saved: 4+ hours/week