← 返回 Skills 市场
468
总下载
0
收藏
3
当前安装
4
版本数
在 OpenClaw 中安装
/install weibo-hot-search-anonymous
功能描述
无需登录微博账号,匿名抓取微博实时热搜榜并保存为 Markdown 文件。当用户说"获取微博热搜"、"抓取热搜"、"微博热搜榜"、"不用登录查热搜"、"匿名获取热搜"、"get Weibo hot search"、"weibo trending" 时使用。
安全使用建议
This skill is mostly coherent with its stated purpose (anonymous Weibo scraping), but you should be cautious before running it on a production machine. Specific points to consider:
- The scripts will start a Chromium/Edge instance and create a browser profile directory under your home folder; data will be written there. If you want no persistent files, set WEIBO_BROWSER_PROFILE_DIR to a temporary directory or run in a disposable environment.
- The SKILL.md troubleshooting suggests forcibly killing Chrome/Edge debug processes (pkill) and the code contains logic that can kill processes found via ps. That can terminate other browser instances unexpectedly. Run first in an isolated/test environment and review/modify the pkill/kill logic if you need safer behavior.
- The code reads an undocumented env var WEIBO_BROWSER_PROFILE_DIR — set this explicitly if you want control over where files are written.
- There are no network exfiltration endpoints beyond connecting to weibo.com and the local Chrome debug port, and no credentials are requested.
If you are comfortable with these behaviors, run it in a sandbox (or set WEIBO_BROWSER_PROFILE_DIR and WEIBO_BROWSER_CHROME_PATH) and review the scripts locally before invoking them.
功能分析
Type: OpenClaw Skill
Name: weibo-hot-search-anonymous
Version: 1.0.3
The skill is a legitimate tool for anonymously scraping Weibo hot search data using a browser via the Chrome DevTools Protocol (CDP). The code in `weibo-hot-search.ts` and `weibo-utils.ts` implements browser automation, including finding executables, managing profile directories, and handling virtual scrolling to capture all search items. While it uses process management commands like `ps` and `kill` to manage browser instances, these actions are strictly scoped to the skill's functionality and do not exhibit signs of data exfiltration, unauthorized access, or malicious intent.
能力评估
Purpose & Capability
Name/description match the code: the TypeScript scripts open a Chromium/Edge instance via CDP, navigate to the Weibo hot-search page, scroll, extract entries and save Markdown. Requiring a browser and a JS runtime (bun/npx) is consistent with the stated purpose.
Instruction Scope
SKILL.md and the scripts instruct the agent to launch or reuse a Chrome/Edge instance, take DOM snapshots, write files, and (in troubleshooting) run pkill to terminate Chrome/Edge CDP processes automatically without prompting the user. The scripts also include logic to kill browser processes (killChromeByProfile) based on process listing. Automatic process termination and system-level pkill are scope-expanding and could terminate unrelated browser instances if misapplied.
Install Mechanism
No install spec or remote downloads; this is instruction+script based and will run locally with bun/npx. No external archive or unusual install host is used.
Credentials
No credentials requested. SKILL.md documents optional WEIBO_BROWSER_CHROME_PATH and WEIBO_BROWSER_DEBUG_PORT, which are reasonable. However, the code also reads WEIBO_BROWSER_PROFILE_DIR (not documented in SKILL.md) which is an undocumented optional env var — a minor mismatch that should be corrected.
Persistence & Privilege
The skill creates a browser profile directory (writes to disk under a default path in the user's home) and may spawn or terminate browser processes. It does not request permanent platform-wide privileges or set always: true, but its ability to kill/start browser processes and write a profile directory means it can affect the user's environment and should be run with care (preferably in a sandbox or with an explicit profile path).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weibo-hot-search-anonymous - 安装完成后,直接呼叫该 Skill 的名称或使用
/weibo-hot-search-anonymous触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- 输出 Markdown 表格中每条热搜添加了可点击的微博搜索链接。
- 版本号由 1.0.0 升级至 1.1.0。
- 文档例子与说明同步更新以反映新输出格式。
v1.0.2
Initial release.
- 支持无需登录账号,匿名抓取微博实时热搜榜
- 自动保存为 Markdown 文件,支持自定义输出路径
- 滚动抓取确保完整列表,自动过滤广告,保留置顶条目并标注
- 可通过 bun 或 npx 执行,详细使用说明与故障排查文档
v1.0.1
- Added LICENSE.md file to the project.
- No other changes to code or documentation.
v1.0.0
- Initial release of anonymous Weibo hot search scraper.
- Fetches real-time Weibo trending topics without login or account.
- Saves results as Markdown table, including rank, topic, heat, and labels.
- Filters out advertisements, retains and marks pinned (top) items.
- Requires Chrome/Edge and Bun runtime for execution.
- Output is fully anonymized and does not depend on any cookies.
元数据
常见问题
Weibo Hot Search Anonymous 是什么?
无需登录微博账号,匿名抓取微博实时热搜榜并保存为 Markdown 文件。当用户说"获取微博热搜"、"抓取热搜"、"微博热搜榜"、"不用登录查热搜"、"匿名获取热搜"、"get Weibo hot search"、"weibo trending" 时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 468 次。
如何安装 Weibo Hot Search Anonymous?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weibo-hot-search-anonymous」即可一键安装,无需额外配置。
Weibo Hot Search Anonymous 是免费的吗?
是的,Weibo Hot Search Anonymous 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Weibo Hot Search Anonymous 支持哪些平台?
Weibo Hot Search Anonymous 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weibo Hot Search Anonymous?
由 kazeMace(@kazemace)开发并维护,当前版本 v1.0.3。
推荐 Skills