competitor-monitor

Monitor competitors' websites, social media, pricing, and product changes automatically. Use when the user wants to track competitor activity, detect website changes, monitor pricing updates, track new features or blog posts, get alerts on competitor moves, or conduct ongoing competitive intelligence. Supports scheduled checks with configurable alert channels.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "competitor-monitor" with this command: npx skills add johnnywang2001/competitor-intel-monitor

Competitor Monitor

Autonomous competitive intelligence for your agent.

Quick Start

Add a competitor to track:

python3 scripts/monitor.py add --name "Acme Corp" --url https://acme.com --track pricing,blog,changelog

Run a check:

python3 scripts/monitor.py check --all

Commands

Add Competitor

python3 scripts/monitor.py add \
  --name "Competitor" \
  --url https://competitor.com \
  --track pricing,blog,changelog,features,social \
  --social-twitter @competitor \
  --check-interval 6h

Check All Competitors

python3 scripts/monitor.py check --all
python3 scripts/monitor.py check --name "Acme Corp"

View Change History

python3 scripts/monitor.py history --name "Acme Corp" --days 30

Generate Report

python3 scripts/monitor.py report --format markdown --period week

What Gets Tracked

SignalHowAlert When
Pricing changesPage diff on pricing URLAny text change detected
Blog/changelogRSS feed or page diffNew entries
Feature launchesChangelog + social monitoringNew announcements
Social activityX/Twitter mentions and postsSignificant posts
SEO changesTitle/meta/H1 diffsStructure changes
Tech stackBuilt-with detectionStack changes

Configuration

Stored at ~/.openclaw/competitor-monitor.json:

{
  "competitors": [
    {
      "name": "Acme Corp",
      "url": "https://acme.com",
      "pricingUrl": "https://acme.com/pricing",
      "blogUrl": "https://acme.com/blog",
      "twitter": "@acme",
      "trackingTypes": ["pricing", "blog", "changelog", "social"],
      "checkInterval": "6h"
    }
  ],
  "alertChannel": "telegram",
  "diffThreshold": 0.05
}

Scheduling

Set up as a heartbeat task or cron:

# Check competitors every 6 hours
python3 scripts/monitor.py check --all --quiet --alert-changes

Alert Format

When changes detected:

COMPETITOR ALERT: Acme Corp
Change type: Pricing
Detected: 2026-03-06 14:30 EST
Summary: Enterprise plan price increased from $99/mo to $129/mo
Diff: [link to stored diff]

Advanced: Competitive Intelligence Reports

See references/ci-templates.md for weekly/monthly report templates that synthesize all tracked changes into actionable intelligence briefs.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

三色人格陪伴

恋人、损友、死敌三种陪伴模式。记忆完全隔离不串档,一秒切换情绪状态,承包你所有治愈、解压与情绪拉扯需求。

Registry SourceRecently Updated
General

Zero Api Key Web Search

OpenClaw skill for source-backed web search, page reading, and evidence-aware claim checking. No API keys required by default; optional providers can be enab...

Registry SourceRecently Updated
General

Novel Writer V3.2 - 小说写作引擎

专业小说写作引擎V3.2,支持短篇(3章)到超长篇(500万字)。内置AI味量化检测、四层质检、伏笔管理、角色状态追踪、断点续传。 自动根据字数裁剪流程:短篇模式(<10章)/ 中篇模式(10-50章)/ 长篇模式(50章+)。 触发场景:写小说、小说大纲、小说创作、网文写作、长篇小说、百万字小说、章节规划、 角...

Registry SourceRecently Updated
General

Hk Stock Morning Report

Generate HK stock market morning report (股市晨報) for bank trading desks. Triggers: "生成晨报","股市晨报","今日股市","港股晨報" 推送:微信個人 + 飛書群 | 數據:騰訊財經+stcn.com+格隆匯+實時搜索

Registry SourceRecently Updated