Toutiao News Trends
Fetch today's Toutiao trending news with titles, hotness scores, links, covers, labels, and category tags across multiple topics in Chinese.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 4 · 2.4k · 24 current installs · 24 all-time installs
by无处不在@wuchubuzai2018
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included script and SKILL.md. The script only queries https://www.toutiao.com/hot-event/hot-board/ and extracts titles, ranks, popularity, links, covers, labels, cluster IDs, and categories as described.
Instruction Scope
SKILL.md directs the agent to run the bundled Node script with explicit commands (node scripts/toutiao.js hot [limit]). The instructions do not ask the agent to read unrelated files, access other environment variables, or send data to third-party endpoints.
Install Mechanism
No install specification is provided (instruction-only). A single JS file is included but there are no downloads, external installers, or archive extraction steps that would write arbitrary code to disk beyond the provided file.
Credentials
The skill declares no required environment variables or credentials and the script does not read secrets. Network access to toutiao.com is required and justified by the stated purpose.
Persistence & Privilege
always is false, the skill does not request persistent system presence, and it does not modify other skills or global agent settings.
Assessment
This skill appears coherent and only performs HTTP requests to toutiao.com to gather public hot-board data. Before installing, consider: (1) it requires outbound network access to work and may be rate-limited or blocked by the site; (2) running third-party code (the provided Node script) executes on your system—inspect it yourself or run in a sandbox if you have concerns; (3) respect Toutiao's terms of service and scraping policies. No credentials are requested, so there is no obvious secret-exfiltration risk in the included files.Like a lobster shell, security has layers — review code before you run it.
Current versionv0.1.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
今日头条新闻热榜
技能概述
此技能用于抓取今日头条 PC 端热榜(hot-board)数据,包括:
- 热点标题
- 热度值(HotValue)
- 详情跳转链接(去除冗余查询参数,便于分享)
- 封面图(如有)
- 标签(如“热门事件”等)
数据来源:今日头条 (www.toutiao.com)
获取热榜
获取热榜(默认 50 条,按榜单顺序返回):
node scripts/toutiao.js hot
获取热榜前 N 条:
node scripts/toutiao.js hot 10
返回数据字段说明
| 字段 | 类型 | 说明 |
|---|---|---|
| rank | number | 榜单排名(从 1 开始) |
| title | string | 热点标题 |
| popularity | number | 热度值(HotValue,已转为数字;解析失败时为 0) |
| link | string | 热点详情链接(已清理 query/hash) |
| cover | string | null | 封面图 URL(如有) |
| label | string | null | 标签/标识(如有) |
| clusterId | string | 聚合 ID(字符串化) |
| categories | string[] | 兴趣分类(如有) |
注意事项
- 该接口为网页端公开接口,返回结构可能变动;若字段缺失可适当容错
- 访问频繁可能触发风控,脚本内置随机 User-Agent 与超时控制
作者介绍
- 爱海贼的无处不在
- 我的微信公众号:无处不在的技术
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
