ai-intelligence-site

AI 情报中心网站自动化管理。创建、更新、部署 AI 竞品分析网站到 GitHub Pages。 支持 5 个子站:全球站、中文站、Skills站、资讯站、模型站。 每日自动更新:删除旧数据 → Serper 搜索发现网站 → 获取真实流量 → 推送 GitHub。 触发词:AI情报中心、竞品分析网站、AI聚合网站、更新情报站、intelligence site。

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 "ai-intelligence-site" with this command: npx skills add griffithkk3-del/ai-intelligence-site

AI 情报中心网站管理

自动化管理 AI 竞品分析网站,部署到 GitHub Pages。

网站结构

competitor-site/
├── index.html          # 全球站(AI 聚合网站)
├── data.json           # 全球站数据
├── cn/                 # 中文站
├── skills/             # Skills & MCP 站
├── news/               # AI 资讯站
├── models/             # AI 模型站
└── daily_update.py     # 每日更新脚本

核心功能

1. 每日全量更新

执行脚本:

python3 scripts/daily_update.py

更新流程:

  1. 删除旧数据,从零开始
  2. 通过 Serper 搜索发现新网站
  3. 获取每个网站的真实流量数据
  4. 无数据则跳过(不使用模拟)
  5. 重新计算层级(T1/T2/T3)和趋势
  6. 推送到 GitHub

2. 数据源配置

每个站点有独立的搜索关键词和已知网站列表:

站点搜索关键词示例
全球AI tools directory, AI aggregator
中文中国AI工具导航, AI工具集
SkillsMCP server marketplace, Claude skills
资讯AI news website, AI newsletter
模型LLM API provider, AI model platform

3. 数据结构

{
  "lastUpdated": "ISO时间戳",
  "competitors": [
    {
      "id": "唯一标识",
      "name": "网站名称",
      "domain": "域名",
      "monthlyVisits": 1000000,
      "tier": "T1/T2/T3",
      "trafficTrend": [历史流量数组]
    }
  ],
  "insights": [{"title": "", "content": "", "color": ""}]
}

4. 层级划分

  • T1: 月访问 ≥ 100万
  • T2: 月访问 10万-100万
  • T3: 月访问 < 10万

环境变量

  • SERPER_API_KEY: Serper 搜索 API Key(必需)

部署

  1. 创建 GitHub 仓库并启用 Pages
  2. 配置 Git remote
  3. 运行 daily_update.py 初始化数据
  4. 设置定时任务每日更新

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.

Coding

YiHui GIT MONITOR

通用 Git 项目监控工具。支持 GitHub、GitLab、Gitee 等所有 Git 平台。可以添加、删除、检查任意 Git 仓库的更新,自动拉取代码并生成变更摘要。

Registry SourceRecently Updated
00Profile unavailable
Coding

Workspace Governance

A methodology-first workspace governance skill for AI agents. Focuses on principles, decision framework, and safe execution patterns instead of fixed directo...

Registry SourceRecently Updated
Coding

Nox Influencer - Creator Discovery & Influencer Marketing

Runs NoxInfluencer creator and marketing-ops workflows via CLI, including creator discovery for influencer marketing, creator marketing, UGC, social media ma...

Registry SourceRecently Updated
Coding

Gigo Lobster Doctor

🦞 GIGO · gigo-lobster-doctor: 环境体检模式:只检查 gateway、Python 依赖、题包链路与 PNG 证书能力,不跑正式试吃。 Triggers: 龙虾体检 / 检查龙虾环境 / lobster doctor / check lobster environment.

Registry SourceRecently Updated