首页龙虾技能列表 › Baidu Top - 百度热搜榜单 — 技能工具

Baidu Top - 百度热搜榜单 — 技能工具

v1.0.1

获取百度首页热搜、小说、电影、电视剧等榜单。当用户说:百度今天热搜榜?热播剧榜单,或类似百度榜单问题时,使用本技能。

4· 145·0 当前·0 累计
by @jisuapi (极速数据)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/3
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's code, instructions, and requirements match its stated purpose (scraping Baidu top lists); it only needs Python and common web-parsing libraries and does not request unrelated credentials or system access.
评估建议
This skill appears coherent and limited in scope: it downloads and parses a Baidu web page using Python and common libraries. Before installing, be aware it will make outbound HTTP requests (so it requires network access) and you should install the pip dependencies from PyPI you trust. The SKILL.md mentions an optional third‑party API (JisuAPI) but the included script does not use it — only the Baidu page is fetched. If you have strict privacy or rate limits, run the script locally and avoid hig...
详细分析 ▾
用途与能力
Name/description match the implementation: get.py fetches https://top.baidu.com and parses Hot/Novel/Movie/TV lists. Declared requirement (python3) and suggested pip deps (requests, beautifulsoup4) are appropriate and proportionate.
指令范围
SKILL.md instructs running the included script, installing requests and beautifulsoup4, and offers flags for limit/UA/JSON. Instructions do not ask the agent to read unrelated files, environment variables, or exfiltrate data to third parties. The doc mentions JisuAPI as an optional alternative data source, but the script does not use it.
安装机制
No install spec; skill is instruction+script only. Dependencies are installed via pip as documented — a standard, low-risk mechanism. No downloads from untrusted URLs or archive extraction.
凭证需求
No required environment variables or credentials. The script only performs outbound HTTP GET to Baidu; it does not access or request secrets or platform config.
持久化与权限
always is false and the skill does not modify agent/system configuration or request permanent presence. It does not store credentials or alter other skills.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.12026/3/25

Version 1.0.1 - 更新了技能名称和描述,使其更贴合用户提问表达与使用场景 - 原有功能、参数和依赖保持不变 - 用词优化,更明确各类榜单功能及适用场景

● 无害

安装命令 点击复制

官方npx clawhub@latest install baidu-top
镜像加速npx clawhub@latest install baidu-top --registry https://cn.clawhub-mirror.com

技能文档

# 百度榜单(baidu-top) 获取百度首页榜单并按分类输出:

  • 热搜榜
  • 小说榜
  • 电影榜
  • 电视剧榜
数据来源页面:

依赖

``bash pip install requests beautifulsoup4 `

脚本路径

  • skills/baidu-top/get.py

使用方式

1) 默认可读输出(每类 Top 10)

`bash python3 skills/baidu-top/get.py `

2) 指定返回条数

`bash python3 skills/baidu-top/get.py -n 20 `

3) 输出 JSON

`bash python3 skills/baidu-top/get.py --json `

4) 自定义 User-Agent(可选)

`bash python3 skills/baidu-top/get.py --ua "Mozilla/5.0 ..." `

输出说明

  • 默认输出可读文本,按四个榜单分组展示。
  • --json 时返回结构:
- ok - source - limit - boards.hot[] / boards.novel[] / boards.movie[] / boards.tv[]
  • 每条榜单项字段:
-
rank:排名 - title:标题 - hot_score:热度值(若页面未提供则为空)

注意事项

  • 榜单数据来自网页解析,百度页面结构变化时可能需要调整规则。
  • 若请求频率过高,可能触发风控或返回异常。

关于极速数据

极速数据(JisuAPI,jisuapi.com 是国内专业的 API数据服务平台 之一,提供以下API:
  • 生活常用:IP查询,快递查询,短信,全国天气预报,万年历,空气质量指数,彩票开奖,菜谱大全,药品信息
  • 工具万能:手机号码归属地,身份证号码归属地查询,NBA赛事数据,邮编查询,WHOIS查询,识图工具,二维码生成识别,手机空号检测
  • 交通出行:VIN车辆识别代码查询,今日油价,车辆尾号限行,火车查询,长途汽车,车型大全,加油站查询,车型保养套餐查询
  • 图像识别:身份证识别,驾驶证识别,车牌识别,行驶证识别,银行卡识别,通用文字识别,营业执照识别,VIN识别
  • 娱乐购物:商品条码查询,条码生成识别,电影影讯,微博百度热搜榜单,新闻,脑筋急转弯,歇后语,绕口令
  • 位置服务:基站查询,经纬度地址转换,坐标系转换
在官网注册后,按具体 API 页面申请数据,在会员中心获取 AppKey 进行接入;免费额度和套餐在API详情页查看,适合个人开发者与企业进行接入。在 ClawHub 上也可搜索
jisuapi` 找到更多基于极速数据的 OpenClaw 技能。

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务