skills/tiktok-automated-operation/skills/dailyhot-api/SKILL.md
全网热榜聚合 API 服务 — 基于 DailyHotApi 开源项目,本地自动部署,零配置获取 40+ 平台实时热搜数据。覆盖抖音、微博、知乎、B站、百度、今日头条、快手等主流平台。触发词:热点、热搜、趋势、热榜、trending、hot topics。
npx skillsauth add giggle-official/skills dailyhot-apiInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
来源:imsyy/DailyHotApi · 本地自部署,零成本,零配置
本地运行的全网热榜聚合服务,覆盖 40+ 平台实时热搜数据。安装 agent 时自动部署,用户无需任何额外操作。
bash scripts/ensure_running.sh)-m 15DAILYHOT_PORT 修改bash scripts/ensure_running.sh
自动完成以下操作:
npm installbash scripts/stop.sh
| 平台 | 接口路径 | 类别 |
|------|---------|------|
| 抖音 | /douyin | 热点榜 |
| 微博 | /weibo | 热搜榜 |
| 知乎 | /zhihu | 热榜 |
| B站 | /bilibili | 热门榜 |
| 百度 | /baidu | 热搜榜 |
| 今日头条 | /toutiao | 热榜 |
| 快手 | /kuaishou | 热点榜 |
| 豆瓣电影 | /douban-movie | 新片榜 |
| 百度贴吧 | /tieba | 热议榜 |
| 腾讯新闻 | /qq-news | 热点榜 |
| 新浪新闻 | /sina-news | 热点榜 |
| 网易新闻 | /netease-news | 热点榜 |
| 澎湃新闻 | /thepaper | 热榜 |
| 36氪 | /36kr | 热榜 |
| 虎嗅 | /huxiu | 24小时 |
| IT之家 | /ithome | 热榜 |
| 少数派 | /sspai | 热榜 |
| 稀土掘金 | /juejin | 热榜 |
curl -s -m 15 "http://localhost:6688/douyin"
{
"code": 200,
"name": "douyin",
"title": "抖音",
"type": "热点榜",
"total": 50,
"updateTime": "2026-03-31T08:09:47.743Z",
"data": [
{
"id": "2449453",
"title": "热点标题",
"hot": 12115951,
"url": "https://www.douyin.com/hot/2449453"
}
]
}
# 在脚本中批量调用
python3 scripts/collect_trends.py --platforms douyin weibo toutiao zhihu bilibili baidu
本 skill 在流水线中的位置:阶段 1 — 趋势收集
确保服务运行 → 批量请求多平台热榜 → 汇总并格式化 → 输出到阶段 2
每次采集拉取全部 18 个平台数据,根据用户配置的赛道动态调整平台权重。
动态权重规则:
平台分组:
| 情况 | 处理 |
|------|------|
| 服务未启动 | 自动执行 ensure_running.sh 启动 |
| 单平台请求失败 | 跳过该平台,继续采集其他平台 |
| 返回数据为空 | 记录警告,不影响整体流程 |
| 端口被占用 | 自动尝试 6689-6699 端口 |
development
Talking-head video from image + driving audio: submit tasks via the wrapped generation API and poll for results; requests go through the Giggle gateway.
development
Discord-specific markdown syntax for formatting message strings. Use when constructing strings that will be sent as Discord messages, including: text formatting (bold, italic, underline, strikethrough, spoilers), headers, subtext, code blocks, block quotes, lists, and masked links.
development
Discord bot development - community management, moderation, notifications, and AI integration
development
Auto-deploy a Discord AI bot connected to OpenClaw Gateway. Handles Node.js bot setup, PM2 process management, and Gateway API integration. Use when the user has completed Discord Bot onboarding and needs the bot deployed and running.