Weibo, Baidu, Douyin Hot Search List - 微博百度热搜榜单

v1.0.4

获取微博、百度、抖音等平台热搜榜单与链接等。当用户说:今天微博热搜前十?百度热搜有什么?或类似热搜榜单问题时,使用本技能。

10· 778·2 current·2 all-time
by极速数据@jisuapi

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for jisuapi/hotsearch.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Weibo, Baidu, Douyin Hot Search List - 微博百度热搜榜单" (jisuapi/hotsearch) from ClawHub.
Skill page: https://clawhub.ai/jisuapi/hotsearch
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: JISU_API_KEY
Required binaries: python3
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 hotsearch

ClawHub CLI

Package manager switcher

npx clawhub@latest install hotsearch
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill is described as fetching hot-search lists (Weibo/Baidu/Douyin) and its code calls JisuAPI hotsearch endpoints. The single required env var (JISU_API_KEY) matches the documented AppKey usage.
Instruction Scope
SKILL.md restricts operations to calling JisuAPI endpoints and printing the returned result. The instructions do not ask the agent to read unrelated files, other environment variables, or to transmit data to any endpoints aside from the documented api.jisuapi.com.
Install Mechanism
This is an instruction-only skill (no installer). The code imports the Python 'requests' package but the metadata and SKILL.md only declare 'python3' as a required binary and do not instruct installing 'requests'; users must ensure the runtime has the 'requests' library available (e.g., pip install requests).
Credentials
Only JISU_API_KEY is required and is the primary credential; this is proportional to a service that uses an API key. The code does not access any other environment variables or local credentials.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system config, and only runs on explicit invocation (default agent autonomy allowed). No elevated persistence or cross-skill config access is requested.
Assessment
This skill appears to do exactly what it says: it uses your JISU_API_KEY to call api.jisuapi.com and return hot-search lists. Before installing, confirm you trust JisuAPI and are comfortable providing its AppKey to the skill. Ensure the agent runtime has Python and the 'requests' package installed (SKILL.md only lists python3). Be aware the skill will make outbound HTTPS requests to api.jisuapi.com and the AppKey will be sent in those requests; monitor quota/usage on your JisuAPI account and rotate the key if needed.

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

Runtime requirements

🔥 Clawdis
Binspython3
EnvJISU_API_KEY
Primary envJISU_API_KEY
latestvk976stq1bmr674fhte2stpzzb9845k5z
778downloads
10stars
5versions
Updated 3w ago
v1.0.4
MIT-0

极速数据微博/百度/抖音热搜榜单(Jisu Hotsearch)

数据由 极速数据(JisuAPI) 提供 — 国内专业的 API 数据服务平台,提供生活常用、交通出行、工具万能等数据接口。

支持查询三大平台热搜:

  • 微博热搜 — 实时微博热门话题
  • 百度热搜 — 百度搜索热点
  • 抖音热搜 — 抖音热门视频话题

返回每条热搜的排名、标题、链接、指数、更新时间,可用于回答「现在微博/百度/抖音上有什么热搜」「帮我列出当前前 10 条热搜标题和链接」等问题。

前置配置:获取 API Key

  1. 前往 极速数据官网 注册账号
  2. 进入 微博百度热搜榜单 API 页面,点击「申请数据」
  3. 在会员中心获取 AppKey
  4. 配置 Key:
# Linux / macOS
export JISU_API_KEY="your_appkey_here"

# Windows PowerShell
$env:JISU_API_KEY="your_appkey_here"

脚本路径

脚本文件:skills/hotsearch/hotsearch.py

使用方式

1. 微博热搜(/hotsearch/weibo)

python3 skills/hotsearch/hotsearch.py weibo

2. 百度热搜(/hotsearch/baidu)

python3 skills/hotsearch/hotsearch.py baidu

3. 抖音热搜(/hotsearch/douyin)

python3 skills/hotsearch/hotsearch.py douyin

无需额外 JSON 参数,脚本直接输出接口 result 数组。

返回结果示例(节选)

[
  {
    "sequence": "1",
    "title": "部分男性对丁真的态度",
    "link": "https://s.weibo.com/weibo?q=...",
    "score": "4103153",
    "updatetime": "2020-12-09 16:59:46"
  }
]

常见字段说明:

字段名类型说明
sequencestring/int排名
titlestring标题
link / linkurlstring标题链接(字段名视接口而略有差异)
scorestring热度/指数
updatetimestring更新时间

常见错误码

业务错误码(参考官网错误码参照,常见含义为「没有信息」等):
接口可能返回 status != 0,此时脚本会包装为:

{
  "error": "api_error",
  "code": 210,
  "message": "没有信息"
}

通用系统错误码与其它极速数据接口一致(101–108)。详见 极速数据热搜文档

推荐用法

  1. 用户提问:「现在微博/百度/抖音上有什么热搜?」
  2. 代理按平台调用对应命令,比如微博热搜:python3 skills/hotsearch/hotsearch.py weibo
  3. 从返回数组中选取前 N 条(如前 10 条),读取 titlelink/linkurlscore,用自然语言总结热点内容,并附上若干可点击的链接。

关于极速数据

极速数据(JisuAPI,jisuapi.com 是国内专业的 API数据服务平台 之一,提供以下API:

  • 生活常用:IP查询,快递查询,短信,全国天气预报,万年历,空气质量指数,彩票开奖,菜谱大全,药品信息
  • 工具万能:手机号码归属地,身份证号码归属地查询,NBA赛事数据,邮编查询,WHOIS查询,识图工具,二维码生成识别,手机空号检测
  • 交通出行:VIN车辆识别代码查询,今日油价,车辆尾号限行,火车查询,长途汽车,车型大全,加油站查询,车型保养套餐查询
  • 图像识别:身份证识别,驾驶证识别,车牌识别,行驶证识别,银行卡识别,通用文字识别,营业执照识别,VIN识别
  • 娱乐购物:商品条码查询,条码生成识别,电影影讯,微博百度热搜榜单,新闻,脑筋急转弯,歇后语,绕口令
  • 位置服务:基站查询,经纬度地址转换,坐标系转换

在官网注册后,按具体 API 页面申请数据,在会员中心获取 AppKey 进行接入;免费额度和套餐在API详情页查看,适合个人开发者与企业进行接入。在 ClawHub 上也可搜索 jisuapi 找到更多基于极速数据的 OpenClaw 技能。

Comments

Loading comments...