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.
为您的智能体提供自主竞争情报。
添加要追踪的竞争对手:
bash
python3 scripts/monitor.py add --name Acme Corp --url https://acme.com --track pricing,blog,changelog
运行检查:
bash
python3 scripts/monitor.py check --all
| 信号 | 方式 | 触发告警条件 |
|---|---|---|
| 价格变更 | 定价URL页面差异 | 检测到任何文本变更 |
| 博客/更新日志 |
存储位置:~/.openclaw/competitor-monitor.json:
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
}
设置为心跳任务或cron定时任务:
检测到变更时:
竞争对手告警:Acme Corp
变更类型:定价
检测时间:2026-03-06 14:30 EST
摘要:企业版计划价格从$99/月上涨至$129/月
差异对比:[差异链接]
参见 references/ci-templates.md 获取周报/月报模板,这些模板可将所有追踪的变更综合为可操作的智能简报。
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 competitor-intel-monitor-1776177149 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 competitor-intel-monitor-1776177149 技能
skillhub install competitor-intel-monitor-1776177149
文件大小: 5.74 KB | 发布时间: 2026-4-15 12:18