微博热搜技能
name: weibo-hot
by chenzihao0731 · published 2026-03-22
$ claw add gh:chenzihao0731/chenzihao0731-weibo-hot---
name: weibo-hot
description: "获取微博热搜榜单,按热度排序。无需 API Key。Use when: user asks about trending topics, hot news, social media trends in China."
homepage: https://v2.xxapi.cn
metadata: { "openclaw": { "emoji": "🔥", "requires": { "bins": ["curl", "jq"] } } }
---
# 微博热搜技能
获取实时微博热搜榜单,按热度排序。**无需 API Key**
使用方法
直接调用
./weibo_hot.sh输出格式
每行一个热搜条目,格式为:`热度 | 标题`
1234567|某热门话题
987654|另一个热门话题
...在脚本中使用
WEIBO_HOT=$(./weibo_hot.sh)
# 获取前 3 条
TOP3=$(echo "$WEIBO_HOT" | head -3)
# 获取第 4-10 条
NEXT7=$(echo "$WEIBO_HOT" | sed -n '4,10p')API 说明
- `title`: 热搜标题
- `hot`: 热度值(数字)
注意事项
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...