← 返回 Skills 市场
piaomiao123

Baidu Hot

作者 hello · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ 安全检测通过
1011
总下载
0
收藏
9
当前安装
2
版本数
在 OpenClaw 中安装
/install baidu-hot
功能描述
Monitor and fetch real-time Baidu hot search topics, rankings, trends, and keyword popularity without needing an API key.
使用说明 (SKILL.md)

Baidu Hot 百度热搜

一键获取百度热搜榜,掌握实时热点!

Features

  • 🔥 获取百度实时热搜榜
  • 📊 热搜排名和热度指数
  • 🔄 支持刷新最新数据
  • 💾 历史记录(可选)

Quick Start

# 获取当前热搜榜
baidu-hot

# 只看前10名
baidu-hot --top 10

# 保存到文件
baidu-hot --output hot.txt

Usage

# 基本使用
baidu-hot

# 输出示例:
# 🔥 百度热搜榜 - 2026-03-16 12:00
# 1. AI大模型新突破 (热度: 999999)
# 2. 开源AI代理工具成趋势 (热度: 888888)
# 3. ...

How it works

使用百度公开的热搜API,无需API key!

curl -s "https://top.baidu.com/api/board?platform=wise&tab=realtime"

Customization

编辑 ~/.baidu-hot/config.json 配置:

  • 默认显示条数
  • 是否显示热度指数
  • 刷新间隔

Made with ❤️ for OpenClaw

安全使用建议
This skill is coherent and appears to do what it claims: it runs a curl request to top.baidu.com and prints parsed titles. Before installing, verify you are comfortable with a script that makes outbound network requests to top.baidu.com (no secrets are sent). Note the documentation mentions a config file and CLI flags that the provided script does not implement—if you rely on those features, inspect or modify the script yourself. Ensure curl (and standard shell tools like grep/sed) are available where the skill will run. The homepage in metadata is a placeholder; if provenance matters, ask the publisher for a real source repository or audit the script locally.
功能分析
Type: OpenClaw Skill Name: baidu-hot Version: 0.1.1 The skill bundle is a straightforward tool for monitoring Baidu trending searches. The shell script `baidu-hot.sh` fetches data from a legitimate public Baidu API endpoint and parses the results using standard text processing commands. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description promise (fetch Baidu hot searches) matches the included shell script and SKILL.md. The script uses curl to call top.baidu.com, which is exactly the stated data source and no unrelated services or credentials are requested.
Instruction Scope
Runtime instructions stay within scope (call Baidu API and print results). Minor inconsistency: SKILL.md documents a config file (~/.baidu-hot/config.json) and CLI usage like 'baidu-hot --output', but the provided baidu-hot.sh does not read that config or parse flags beyond a single positional argument for top-N. Also SKILL.md/metadata require only 'curl' but the script also uses standard shell tools (grep, sed) that are normally present.
Install Mechanism
No install spec (instruction-only) and a small, readable shell script is included. No downloads from external or untrusted URLs and nothing is written to disk by an installer. The script makes a network call to top.baidu.com to fetch data (expected for this functionality).
Credentials
No environment variables, credentials, or config paths are required. The skill does not request keys or secrets and the single external network call is proportional to its purpose.
Persistence & Privilege
Skill does not request persistent or elevated privileges; always:false. It does not modify other skills or system configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install baidu-hot
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /baidu-hot 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
更新到真实百度API,支持获取实时热搜
v0.1.0
Initial release of baidu-hot. - Monitor and display Baidu trending searches and hot topics. - Show ranking and heat index for each keyword. - Support for refreshing to get the latest data. - Optionally save results and view history. - Simple CLI with options for top N results and custom output file.
元数据
Slug baidu-hot
版本 0.1.1
许可证 MIT-0
累计安装 9
当前安装数 9
历史版本数 2
常见问题

Baidu Hot 是什么?

Monitor and fetch real-time Baidu hot search topics, rankings, trends, and keyword popularity without needing an API key. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1011 次。

如何安装 Baidu Hot?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install baidu-hot」即可一键安装,无需额外配置。

Baidu Hot 是免费的吗?

是的,Baidu Hot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Baidu Hot 支持哪些平台?

Baidu Hot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Baidu Hot?

由 hello(@piaomiao123)开发并维护,当前版本 v0.1.1。

💬 留言讨论