返回顶部
c

cn-hot-trends

中文+全球热榜聚合器。一键获取百度热榜、今日头条、V2EX、Hacker News、GitHub 热门新项目。Use when: user asks about trending topics, hot searches, what's popular, today's hot news, tech trends, or wants a daily briefing. Triggers on: 热榜、热搜、趋势、trending、hot、what's popular、daily briefing.

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

cn-hot-trends

# CN Hot Trends — 中文+全球热榜聚合 ## Quick Start ```bash python3 scripts/fetch_trends.py --proxy http://127.0.0.1:7897 --format markdown ``` ## Data Sources | Source | ID | Content | Auth | |--------|----|---------|------| | 百度热榜 | `baidu` | 实时热搜,7M+ 热度值 | No | | 今日头条 | `toutiao` | 头条热榜 | No | | V2EX | `v2ex` | 技术社区热帖 + 回复数 | No | | Hacker News | `hn` | 全球科技热帖 + 分数 | No | | GitHub | `github` | 近 7 天热门新项目 | No | ## Usage ```bash # All sources, markdown output python3 scripts/fetch_trends.py --format markdown # Specific sources, JSON output python3 scripts/fetch_trends.py --sources baidu,v2ex --format json --limit 5 # With proxy (needed for V2EX, HN, GitHub) python3 scripts/fetch_trends.py --proxy http://127.0.0.1:7897 # Plain text python3 scripts/fetch_trends.py --format text --limit 10 ``` ## Options | Flag | Default | Description | |------|---------|-------------| | `--sources` | `baidu,toutiao,v2ex,hn,github` | Comma-separated source IDs | | `--limit` | `10` | Items per source | | `--format` | `json` | Output: `json`, `text`, `markdown` | | `--proxy` | none | HTTP proxy URL | ## Output Formats - **json**: Structured data, good for further processing - **text**: Human-readable plain text - **markdown**: Formatted tables, good for chat/email output ## Tips - Baidu and Toutiao work without proxy; V2EX/HN/GitHub need proxy in some regions - Combine with AI analysis: fetch trends → summarize → identify patterns - Use `--sources github` to discover trending open-source projects - Pair with cron for daily automated briefings

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 cn-trends-aggregator-1775936127 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 cn-trends-aggregator-1775936127 技能

通过命令行安装

skillhub install cn-trends-aggregator-1775936127

下载 Zip 包

⬇ 下载 cn-hot-trends v1.0.0

文件大小: 4.31 KB | 发布时间: 2026-4-12 09:29

v1.0.0 最新 2026-4-12 09:29
Initial release of CN Hot Trends, a Chinese & global trending topics aggregator.

- Aggregates hot topics from Baidu, Toutiao, V2EX, Hacker News, and GitHub.
- Provides flexible command-line options for source selection, output format (JSON, text, markdown), limit, and proxy usage.
- Supports daily briefings and hot trend discovery, including tech and open-source project highlights.
- Proxy support included for sources that require it (V2EX, HN, GitHub).

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

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

p2p_official_large
返回顶部