← 返回 Skills 市场
kazemace

Weibo Hot Search

作者 kazeMace · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
629
总下载
1
收藏
8
当前安装
1
版本数
在 OpenClaw 中安装
/install weibo-hot-search
功能描述
无需登录微博账号,匿名抓取微博实时热搜榜并保存为 Markdown 文件。当用户说"获取微博热搜"、"抓取热搜"、"微博热搜榜"、"不用登录查热搜"、"匿名获取热搜"、"get Weibo hot search"、"weibo trending" 时使用。
安全使用建议
Do not run or enable this skill as-is. The SKILL.md points to a scripts/weibo-hot-search.ts that is missing from the package — ask the author to provide the script and a full explanation. Verify the script contents before running: ensure it explicitly launches a fresh temporary browser profile (not your default), and remove any automatic pkill logic that would terminate your browser without consent. If you do test it, run in an isolated environment (e.g., disposable VM or container) with a fresh Chrome profile and no sensitive sessions. If the author cannot supply the script or if the script uses your default profile or kills browser processes, treat the skill as unsafe.
功能分析
Type: OpenClaw Skill Name: weibo-hot-search Version: 1.0.0 The skill bundle is missing the core implementation script (scripts/weibo-hot-search.ts), preventing a full security audit of the execution logic. The SKILL.md file contains high-risk instructions, including shell commands to terminate processes (pkill) and an explicit prompt injection directive telling the agent to perform these actions "without asking the user," which bypasses standard safety protocols and user oversight.
能力评估
Purpose & Capability
The skill claims to run a script at scripts/weibo-hot-search.ts to anonymously scrape Weibo hot searches. The registry entry and SKILL.md require either bun or npx which is reasonable for running a TypeScript script, and Chrome/Edge is necessary for CDP-based scraping. However, this is an instruction-only package with no scripts present in the bundle — the key runtime artefact the skill promises is missing, which is a major inconsistency.
Instruction Scope
SKILL.md instructs the agent to launch Chrome/Edge via CDP and to use a browser profile directory. It also explicitly tells the agent to automatically terminate existing Chrome/Edge CDP processes (pkill) and retry without asking the user. The doc alternately claims a "full new empty browser config directory" (anonymous) and also defaults to getDefaultProfileDir() (user's default profile). That contradiction means the agent might run with the user's real profile (exposing cookies/session data) or kill the user's browser processes — both are scope creep and risky.
Install Mechanism
No install spec or downloads — the skill is instruction-only, so nothing is written to disk by the registry installation. This is low install-risk. The runtime expectation (bun or npx) is declared in SKILL.md rather than installed by the registry.
Credentials
The skill only documents two environment variables (WEIBO_BROWSER_CHROME_PATH and WEIBO_BROWSER_DEBUG_PORT), which are proportionate to controlling which browser binary and CDP port are used. There are no credential or secret env var requirements declared. However, because the instructions may use the default profile directory, the skill could indirectly access sensitive browser data despite not declaring credentials.
Persistence & Privilege
The skill is not always:on and is user-invocable (normal). However, instructions that unilaterally kill Chrome/Edge CDP processes and potentially operate against the default browser profile grant practical privileges that could disrupt user sessions or access local profile data. Those behaviors are not justified by the stated anonymous-scraping goal and increase risk.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weibo-hot-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weibo-hot-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
weibo-hot-search-anonymous 1.0.0 - 初始版本发布,支持匿名抓取微博实时热搜榜,无需微博账号或登录。 - 利用 Chrome/Edge CDP 控制浏览器,自动滚动采集全部热搜。 - 支持将热搜结果导出为 Markdown 表格,保留置顶条目并过滤广告。 - 兼容 bun 或 npx,脚本运行无账号依赖。 - 提供自定义输出路径与浏览器配置参数。
元数据
Slug weibo-hot-search
版本 1.0.0
许可证 MIT-0
累计安装 9
当前安装数 8
历史版本数 1
常见问题

Weibo Hot Search 是什么?

无需登录微博账号,匿名抓取微博实时热搜榜并保存为 Markdown 文件。当用户说"获取微博热搜"、"抓取热搜"、"微博热搜榜"、"不用登录查热搜"、"匿名获取热搜"、"get Weibo hot search"、"weibo trending" 时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 629 次。

如何安装 Weibo Hot Search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install weibo-hot-search」即可一键安装,无需额外配置。

Weibo Hot Search 是免费的吗?

是的,Weibo Hot Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Weibo Hot Search 支持哪些平台?

Weibo Hot Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Weibo Hot Search?

由 kazeMace(@kazemace)开发并维护,当前版本 v1.0.0。

💬 留言讨论