← Back to Skills Marketplace
freedompixels

6大平台热搜聚合

by freedompixels · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
98
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cn-hot-trends-6
Description
中文全平台热搜聚合。一键获取知乎、微博、百度、B站、抖音、头条6大平台热搜榜单。 中文优先,无需API Key,开箱即用。 当用户说"热搜"、"热点"、"今日热点"、"什么火"、"热搜榜"、"全平台热搜"、"趋势"时触发。 Keywords: 热搜, 热榜, 热点, 趋势, trending, hot searc...
README (SKILL.md)

CN Hot Trends — 中文全平台热搜聚合

一键获取6大中文平台热搜榜单,AI选题+运营必备。

支持平台

平台 数据来源 默认条数
知乎 知乎热榜API 10
微博 微博热搜API 10
百度 百度热搜API 10
B站 B站排行榜API 10
抖音 抖音热榜API 10
今日头条 头条热榜API 10

快速开始

# 全平台热搜(默认各10条)
python3 scripts/fetch_trends.py

# 指定平台
python3 scripts/fetch_trends.py --platform zhihu

# 指定条数
python3 scripts/fetch_trends.py --platform weibo --limit 5

# 输出JSON
python3 scripts/fetch_trends.py --json

# AI选题推荐(基于热搜生成内容选题)
python3 scripts/fetch_trends.py --recommend

输出格式

文本模式(默认)

🔥 今日热搜速览(2026-04-12)

📍 知乎 | 10条
  1. 华为自离N+1回归  🔥335万
  2. 美国3月CPI创近两年最大涨幅  🔥236万
  ...

📍 微博 | 10条
  1. 男子微信群侮辱全红婵被拘  🔥106万
  ...

📊 AI选题推荐:
  1. 华为N+1回归→ 职场权益视角(知乎/公众号)
  2. CPI上涨 → 普通人应对策略(小红书)

JSON模式

[{
  "platform": "知乎",
  "title": "华为自离N+1回归",
  "heat": 3350000,
  "heat_display": "335万",
  "url": "https://...",
  "excerpt": "..."
}]

AI选题推荐(--recommend)

基于热搜数据,自动生成:

  1. 选题方向:结合热度+平台特性推荐
  2. 目标平台:知乎/小红书/公众号匹配
  3. 切入角度:差异化建议

平台参数

--platform 可选值:zhihu weibo baidu bilibili douyin toutiao all(默认)

数据来源

所有数据均来自平台公开API,无需登录、无需API Key。

注意事项

  • 部分平台API可能因地域限制不可用,脚本会自动跳过
  • SSL证书问题已做双层降级处理(优先验证→失败回退)
  • 不存储任何用户数据
Usage Guidance
This skill appears to do what it says: it runs a Python script that queries public platform endpoints and prints aggregated hot-trend lists. Before installing: (1) be aware it makes outbound network requests to third-party sites (no credentials are sent), so use in environments where such traffic is acceptable; (2) if you need stronger guarantees about privacy/safety, run the script in a sandbox or inspect the code locally (the repository includes the full Python script); (3) note that scraping public endpoints can break if platforms change their APIs or rate-limit/block requests; and (4) if you rely on the --recommend AI feature, check how you will generate text (the skill itself doesn't require model credentials but may output recommendations you then use).
Capability Analysis
Type: OpenClaw Skill Name: cn-hot-trends-6 Version: 1.0.0 The skill bundle is a legitimate tool for aggregating hot trends from major Chinese social media platforms (Zhihu, Weibo, Baidu, Bilibili, Douyin, and Toutiao). The Python script `scripts/fetch_trends.py` uses standard libraries to fetch data from public APIs and includes local logic for content recommendation based on the retrieved data. No evidence of data exfiltration, malicious execution, or prompt injection was found. The code is well-documented and its behavior aligns perfectly with the stated purpose.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description claim to aggregate hot/trending lists from Zhihu, Weibo, Baidu, Bilibili, Douyin, and Toutiao — the included script contains platform-specific fetch_* functions and URLs for each service. No unrelated credentials, binaries, or system access are requested.
Instruction Scope
SKILL.md instructs the agent to run the provided script with options (--platform, --limit, --json, --recommend). The instructions and script stay within the claimed scope (fetching and formatting public trend data). Minor note: SKILL.md states a '双层降级' SSL fallback; the script attempts to handle SSL errors but does not disable verification — this is an implementation detail, not a scope expansion. The skill triggers on specific keywords (expected for a hot-trends skill).
Install Mechanism
No install spec; code is instruction-only with a packaged Python script. Nothing is downloaded at runtime, and no external install steps are required. This low-risk arrangement is appropriate for the stated functionality.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The script only makes outbound HTTP(S) requests to public endpoints — there is no use or request for secrets or unrelated service tokens.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent presence or attempt to modify other skills or system-wide agent settings. Autonomous invocation (default platform behavior) is unchanged.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cn-hot-trends-6
  3. After installation, invoke the skill by name or use /cn-hot-trends-6
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Hot trends aggregator with SSL verification fix
Metadata
Slug cn-hot-trends-6
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 6大平台热搜聚合?

中文全平台热搜聚合。一键获取知乎、微博、百度、B站、抖音、头条6大平台热搜榜单。 中文优先,无需API Key,开箱即用。 当用户说"热搜"、"热点"、"今日热点"、"什么火"、"热搜榜"、"全平台热搜"、"趋势"时触发。 Keywords: 热搜, 热榜, 热点, 趋势, trending, hot searc... It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.

How do I install 6大平台热搜聚合?

Run "/install cn-hot-trends-6" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 6大平台热搜聚合 free?

Yes, 6大平台热搜聚合 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 6大平台热搜聚合 support?

6大平台热搜聚合 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 6大平台热搜聚合?

It is built and maintained by freedompixels (@freedompixels); the current version is v1.0.0.

💬 Comments