← 返回
数据分析 中文

Competitor Intel Monitor

Monitor competitors' websites, social media, pricing, and product changes automatically. Use when the user wants to track competitor activity, detect website...
自动监控竞争对手的网站、社交媒体、定价及产品变动,适用于追踪竞争对手动态、检测网站变化等场景。
johnnywang2001
数据分析 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 592
下载
💾 11
安装
1
版本
#latest

概述

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.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-31 04:55 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 64,936
productivity

Agent Invoice Generator

johnnywang2001
根据自然语言或结构化数据生成专业的PDF发票,适用于用户请求创建发票、向客户计费或生成收据等场景。
★ 0 📥 648
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 163 📥 59,776