返回顶部
a

ai-intelligence-siteAI智能站点

>

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
176
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

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. 每日全量更新

执行脚本:
bash
python3 scripts/daily_update.py

更新流程:

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

2. 数据源配置

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

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

3. 数据结构

json
{
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万

环境变量

  • - SERPERAPIKEY: Serper 搜索 API Key(必需)

部署

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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 ai-intelligence-site-1776380882 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 ai-intelligence-site-1776380882 技能

通过命令行安装

skillhub install ai-intelligence-site-1776380882

下载

⬇ 下载 ai-intelligence-site v1.0.0(免费)

文件大小: 5.89 KB | 发布时间: 2026-4-17 13:59

v1.0.0 最新 2026-4-17 13:59
Initial release of AI 情报中心网站自动化管理 skill.

- Automates creation, update, and deployment of AI intelligence and competitor analysis sub-sites (global, Chinese, skills, news, models) to GitHub Pages.
- Performs daily data refresh: deletes old data, discovers sites via Serper, fetches real traffic, determines tiers, and pushes updates to GitHub.
- Organizes data in structured JSON with tier and trend tracking.
- Supports per-site search keywords and configuration for tailored data gathering.
- Includes setup instructions for deployment and environment variable requirements.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部