TopRank Skills

Home / Claw Skills / 其他 / weibo-hot-trend
Official OpenClaw rules 15%

weibo-hot-trend

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

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 weibo-hot-trend 技能。 若已安装,则直接安装 weibo-hot-trend 技能。

Overview

Skill Key
geniuslishengbo/weibo-hot-trend
Author
geniuslishengbo
Source Repo
openclaw/skills
Version
-
Source Path
skills/geniuslishengbo/weibo-hot-trend
Latest Commit SHA
0f0bf219a5b782ae47aa122cb980d4c11a6cfbff

Extracted Content

SKILL.md excerpt

# 微博热搜榜

## 获取热搜

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

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

## 数据来源

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

## 注意事项

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

Related Claw Skills