获取微博热搜榜单,智能分类热点话题,生成分段式结构化日报。
PassAudited by ClawScan on Mar 31, 2026.
Overview
The skill's code, docs, and runtime instructions match its stated purpose (fetch Weibo hot list, categorize items, and generate a daily report); it requires only python3 and curl and does not request credentials or perform unexpected I/O.
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.
