/install 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
| Signal | How | Alert When |
|---|---|---|
| Pricing changes | Page diff on pricing URL | Any text change detected |
| Blog/changelog | RSS feed or page diff | New entries |
| Feature launches | Changelog + social monitoring | New announcements |
| Social activity | X/Twitter mentions and posts | Significant posts |
| SEO changes | Title/meta/H1 diffs | Structure changes |
| Tech stack | Built-with detection | Stack 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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install competitor-intel-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/competitor-intel-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Competitor Intel Monitor 是什么?
Monitor competitors' websites, social media, pricing, and product changes automatically. Use when the user wants to track competitor activity, detect website... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 324 次。
如何安装 Competitor Intel Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install competitor-intel-monitor」即可一键安装,无需额外配置。
Competitor Intel Monitor 是免费的吗?
是的,Competitor Intel Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Competitor Intel Monitor 支持哪些平台?
Competitor Intel Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Competitor Intel Monitor?
由 John Wang(@johnnywang2001)开发并维护,当前版本 v1.0.0。