获取微博热搜榜数据,返回热搜标题、热度值和跳转链接。当用户需要查看微博热搜、微博热点、微博热榜时使用此技能。支持自定义获取条数(默认50条)。

v1.0.0

获取微博热搜榜数据,返回热搜标题、热度值和跳转链接。当用户需要查看微博热搜、微博热点、微博热榜时使用此技能。支持自定义获取条数(默认50条)。

4· 2.8k·33 current·35 all-time
bygeniusli@geniuslishengbo

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for geniuslishengbo/weibo-hot-trend.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "获取微博热搜榜数据,返回热搜标题、热度值和跳转链接。当用户需要查看微博热搜、微博热点、微博热榜时使用此技能。支持自定义获取条数(默认50条)。" (geniuslishengbo/weibo-hot-trend) from ClawHub.
Skill page: https://clawhub.ai/geniuslishengbo/weibo-hot-trend
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install weibo-hot-trend

ClawHub CLI

Package manager switcher

npx clawhub@latest install weibo-hot-trend
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (fetch Weibo hot searches) matches the code and instructions. One small inconsistency: metadata lists no required binaries, but SKILL.md and scripts/weibo.js require a Node.js runtime (the user runs `node scripts/weibo.js`). Apart from that, the requested capabilities are proportionate to the stated purpose.
Instruction Scope
SKILL.md instructs only to run the included Node script which calls the public weibo.com/ajax/side/hotSearch endpoint and prints results. The instructions do not read local files, environment variables, or transmit data to any third-party endpoint beyond weibo.com.
Install Mechanism
No install spec is provided (instruction-only with a small script). The script uses only Node's built-in https module and makes outbound HTTPS requests; nothing is downloaded or written to disk by an install step.
Credentials
The skill requests no environment variables, no credentials, and the code does not access any secrets or unrelated configuration paths. This is proportionate to its simple web-scraping/fetch purpose.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills/config; it simply runs the script on demand and makes outbound requests to Weibo.
Assessment
This skill appears to do exactly what it says: run the included Node script to fetch public Weibo hot-search data. Before installing/running: ensure you have Node.js available (the metadata did not declare it), run the small script in a safe environment if you are cautious (it makes outbound HTTPS requests to weibo.com), and avoid running it at high frequency to respect rate limits and avoid triggering Weibo risk controls. No credentials are requested and the code is short and readable; if you want extra assurance, inspect the script yourself (it's included) or run it in an isolated container. If you plan to run this on a server, ensure network access to weibo.com is acceptable per your policies.

Like a lobster shell, security has layers — review code before you run it.

latestvk973ncg5he2rg8g0685xhqh3kx82kga2
2.8kdownloads
4stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

微博热搜榜

获取热搜

# 默认获取50条
node scripts/weibo.js

# 获取前N条
node scripts/weibo.js 20

数据来源

微博网页端公开接口 weibo.com/ajax/side/hotSearch

注意事项

  • 访问频繁可能触发风控,建议间隔 ≥30 分钟
  • 热度单位为万,label_name 为标签(沸、新、热等)

Comments

Loading comments...