← Back to Skills Marketplace
Cn Trends Ai
by
freedompixels
· GitHub ↗
· v1.3.0
· MIT-0
199
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install cn-trends-ai
Description
获取知乎、微博、百度、B站实时热搜榜单。
README (SKILL.md)
中文热搜聚合
获取4大平台实时热搜。
功能
- 知乎热榜
- 微博热搜
- 百度热搜
- B站排行榜
- 统一格式输出、关键词过滤
用法
python3 scripts/fetch_all_trends.py --all python3 scripts/fetch_all_trends.py --platform zhihu --limit 10 python3 scripts/fetch_all_trends.py --all --keyword "AI" --json
依赖
- Python 3.7+
- certifi(SSL证书验证)
数据来源
所有数据来自公开接口,无需登录,无需API Key。
Usage Guidance
This skill is coherent with its stated purpose and appears safe to inspect/run: it fetches public endpoints and prints results. Before installing, note the small inconsistencies (skill.json version mismatch; SKILL.md mentions AI analysis features that are not implemented). Ensure you have Python 3.7+ and certifi available. Run the script in an environment where outbound HTTP(S) is permitted and where running third-party Python code is acceptable. If you need the claimed AI analysis/rewriting features, verify or extend the code yourself rather than assuming they exist. If you operate in a sensitive environment, review the script line-by-line—especially network endpoints—and consider running it in a sandbox.
Capability Analysis
Type: OpenClaw Skill
Name: cn-trends-ai
Version: 1.3.0
The skill bundle is a legitimate tool designed to aggregate real-time trending topics from major Chinese social media platforms (Zhihu, Weibo, Baidu, and Bilibili). The core logic in `scripts/fetch_all_trends.py` uses standard Python libraries and the `certifi` package to perform secure HTTPS GET requests to public APIs. There is no evidence of credential theft, data exfiltration, or malicious command execution; the script strictly processes public data and outputs it to the console as intended.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description claim to aggregate Zhihu, Weibo, Baidu, and B站 hot lists, and the included Python script implements HTTP fetchers for exactly those platforms. No unrelated credentials, binaries, or services are requested. One minor metadata mismatch: skill.json version (1.0.0) differs from SKILL.md/registry version (1.3.0).
Instruction Scope
SKILL.md instructs running the included script and lists only required deps (Python, certifi). The script performs network requests to public endpoints and prints results; it does not read environment variables, local sensitive files, or send data to unexpected external endpoints. Note: SKILL.md/promotional text mentions 'AI 分析' and '生成内容' hints that imply additional AI-driven features, but the script does not implement those interactive/model-calling capabilities.
Install Mechanism
There is no install spec; this is an instruction+script skill that runs Python code already present in the package. No downloads or archive extraction occur during install. Dependency usage (certifi) is minimal and appropriate for SSL handling.
Credentials
The skill requires no environment variables, credentials, or config paths, and the code does not access secrets. Network access to public platform APIs is the only external requirement.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence or modify other skills or agent-wide settings. It can be invoked by the user or autonomously per platform defaults, which is normal.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cn-trends-ai - After installation, invoke the skill by name or use
/cn-trends-ai - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.3.0
Version 1.3.0
- 新增 Skill 版本号字段。
- fetch_all_trends.py 移动到 scripts/ 目录。
- 删除根目录下的旧 fetch_all_trends.py 文件。
- 文档说明已同步更新脚本路径。
v1.0.229
- 移除了对抖音和头条热搜的支持,现在仅聚合知乎、微博、百度、B站四大平台热搜。
- 更新脚本入口为 fetch_all_trends.py,路径调整到主目录。
- 优化用法说明,新增更多命令行参数示例,包括按平台、数量、关键词及输出格式筛选。
- 新增依赖说明(Python 3.7+、certifi)。
- 精简并更新功能描述和数据来源信息。
v1.1.1
- Streamlined skill description and documentation for clarity and brevity.
- Simplified instructions and usage sections.
- Reduced detailed explanations and removed extended platform update frequency info.
- Kept core functionality: real-time hot search aggregation from Zhihu, Weibo, Baidu, Bilibili, Douyin, and Toutiao.
v1.1.0
Fix SSL verification: remove verify=False and CERT_NONE fallback, use standard SSL
v1.0.1
添加完整SKILL.md和功能脚本
v1.0.0
v1.0.0: 知乎微博百度B站抖音头条6平台热搜聚合 + AI选题推荐
Metadata
Frequently Asked Questions
What is Cn Trends Ai?
获取知乎、微博、百度、B站实时热搜榜单。 It is an AI Agent Skill for Claude Code / OpenClaw, with 199 downloads so far.
How do I install Cn Trends Ai?
Run "/install cn-trends-ai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cn Trends Ai free?
Yes, Cn Trends Ai is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Cn Trends Ai support?
Cn Trends Ai is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cn Trends Ai?
It is built and maintained by freedompixels (@freedompixels); the current version is v1.3.0.
More Skills