Install
openclaw skills install ai-intelligence-siteAI 情报中心网站自动化管理。创建、更新、部署 AI 竞品分析网站到 GitHub Pages。 支持 5 个子站:全球站、中文站、Skills站、资讯站、模型站。 每日自动更新:删除旧数据 → Serper 搜索发现网站 → 获取真实流量 → 推送 GitHub。 触发词:AI情报中心、竞品分析网站、AI聚合网站、更新情报站、intelligence site。
openclaw skills install ai-intelligence-site自动化管理 AI 竞品分析网站,部署到 GitHub Pages。
competitor-site/
├── index.html # 全球站(AI 聚合网站)
├── data.json # 全球站数据
├── cn/ # 中文站
├── skills/ # Skills & MCP 站
├── news/ # AI 资讯站
├── models/ # AI 模型站
└── daily_update.py # 每日更新脚本
执行脚本:
python3 scripts/daily_update.py
更新流程:
每个站点有独立的搜索关键词和已知网站列表:
| 站点 | 搜索关键词示例 |
|---|---|
| 全球 | AI tools directory, AI aggregator |
| 中文 | 中国AI工具导航, AI工具集 |
| Skills | MCP server marketplace, Claude skills |
| 资讯 | AI news website, AI newsletter |
| 模型 | LLM API provider, AI model platform |
{
"lastUpdated": "ISO时间戳",
"competitors": [
{
"id": "唯一标识",
"name": "网站名称",
"domain": "域名",
"monthlyVisits": 1000000,
"tier": "T1/T2/T3",
"trafficTrend": [历史流量数组]
}
],
"insights": [{"title": "", "content": "", "color": ""}]
}
SERPER_API_KEY: Serper 搜索 API Key(必需)daily_update.py 初始化数据