获取微博热搜榜单,智能分类热点话题,生成分段式结构化日报。
v1.1.1微博热点日报生成技能。获取微博热搜榜单,智能分类热点,生成分段式日报。触发词:微博热点日报、微博热搜、微博热榜、weibo hot。
⭐ 1· 85·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (Weibo hot daily report) align with the included Python script and SKILL.md: the script fetches an HTML hot list, parses titles, classifies them by keyword lists, and formats a report. Required binaries (python3, curl) are appropriate.
Instruction Scope
SKILL.md describes fetching from a specific external source and producing a formatted report; the runtime instructions and script perform only those actions. The instructions do not request reading unrelated files, environment variables, or sending data to unexpected endpoints. The data source is an external HTTP URL consistent with the stated purpose.
Install Mechanism
No install spec; this is an instruction-only skill with a small helper script. Nothing is downloaded or installed by the skill itself, minimizing install-time risk.
Credentials
The skill declares no required environment variables or credentials. The script does not access secrets, config paths, or other services. Network access to the declared data source is expected and proportional.
Persistence & Privilege
always is false and the skill does not request elevated or persistent privileges. The SKILL.md explicitly states it does not auto-send reports—only generates them, which limits unexpected exfiltration.
Assessment
This skill appears coherent and limited in scope, but consider these points before installing: (1) It fetches data from a third-party URL (https://weibo.g.renyuzhuo.cn/). If you need high trust guarantees, verify that source or replace it with an official API. (2) The script invokes curl (subprocess) to download HTML — in environments with strict network policies, be aware it will perform outbound HTTP requests. (3) The skill does not collect credentials or auto-send reports, but you should still review the source (scripts/weibo_hot_daily.py) before running in sensitive contexts. (4) If you plan to modify behaviour (e.g., automatic distribution), add explicit safeguards to avoid unintended data leakage.Like a lobster shell, security has layers — review code before you run it.
latestvk97c98dymy0s8rms9qqwrzwe6183z5g8
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
Binspython3, curl
