← Back to Skills Marketplace
kazemace

Weibo Hot Search Anonymous

by kazeMace · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
468
Downloads
0
Stars
3
Active Installs
4
Versions
Install in OpenClaw
/install weibo-hot-search-anonymous
Description
无需登录微博账号,匿名抓取微博实时热搜榜并保存为 Markdown 文件。当用户说"获取微博热搜"、"抓取热搜"、"微博热搜榜"、"不用登录查热搜"、"匿名获取热搜"、"get Weibo hot search"、"weibo trending" 时使用。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weibo-hot-search-anonymous
  3. After installation, invoke the skill by name or use /weibo-hot-search-anonymous
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug weibo-hot-search-anonymous
Version 1.0.3
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 4
Frequently Asked Questions

What is Weibo Hot Search Anonymous?

无需登录微博账号,匿名抓取微博实时热搜榜并保存为 Markdown 文件。当用户说"获取微博热搜"、"抓取热搜"、"微博热搜榜"、"不用登录查热搜"、"匿名获取热搜"、"get Weibo hot search"、"weibo trending" 时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 468 downloads so far.

How do I install Weibo Hot Search Anonymous?

Run "/install weibo-hot-search-anonymous" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Weibo Hot Search Anonymous free?

Yes, Weibo Hot Search Anonymous is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Weibo Hot Search Anonymous support?

Weibo Hot Search Anonymous is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Weibo Hot Search Anonymous?

It is built and maintained by kazeMace (@kazemace); the current version is v1.0.3.

💬 Comments