← 返回 Skills 市场
wangshengli0421

Tianshu Baidu Search

作者 tianshu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
237
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tianshu-baidu-search
功能描述
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
使用说明 (SKILL.md)

百度搜索 (tianshu-baidu-search)

使用百度 AI 搜索 API 进行网页搜索,Node.js 实现,无需 Python。

前置配置

用法

node scripts/search.js '{"query":"人工智能"}'
node scripts/search.js '{"query":"最新新闻","freshness":"pd","count":20}'

参数

参数 类型 必填 默认 说明
query string - 搜索关键词
count int 10 返回数量,1-50
freshness string - pd=24h, pw=7天, pm=31天, py=365天,或 YYYY-MM-DDtoYYYY-MM-DD
安全使用建议
This skill appears coherent and implements a straightforward Baidu web search. Before installing: ensure your agent environment has Node.js available (the metadata doesn't declare it); only provide a Baidu API key you trust for search use (avoid sharing high-privilege keys); be aware that queries and results are sent to Baidu's API (do not send sensitive secrets in queries); review the script if you need to change how results are filtered or logged; rotate/revoke the API key if you stop using the skill.
功能分析
Type: OpenClaw Skill Name: tianshu-baidu-search Version: 1.0.0 The skill bundle provides a straightforward Node.js implementation for searching the web via the Baidu AI Search API. The script (scripts/search.js) correctly handles environment variables for authentication and communicates only with the official Baidu endpoint (qianfan.baidubce.com) without any signs of data exfiltration, obfuscation, or malicious execution.
能力评估
Purpose & Capability
Name and description state a Baidu AI web search; the only required credential is BAIDU_API_KEY and the code posts queries to Baidu's qianfan.baidubce.com endpoint. Requested capabilities map to the stated purpose.
Instruction Scope
SKILL.md instructs running the included Node.js script with a JSON argument. The script sends search requests only to the Baidu AI Search endpoint, removes snippet text from returned references, and prints the references. It does not read unrelated files or exfiltrate data to other endpoints.
Install Mechanism
No install spec (instruction-only) and package.json has no dependencies, which is low risk. Minor inconsistency: the skill is a Node.js script and SKILL.md shows Node usage, but the registry metadata does not declare Node or any required binary; the runtime will need Node present for the script to run.
Credentials
Only BAIDU_API_KEY is required and used to authorize requests to Baidu. That single credential is proportional and declared as the primaryEnv; the code does not access other environment variables or secrets.
Persistence & Privilege
No elevated persistence requested (always:false). The skill is user-invocable and may be invoked autonomously (platform default) but it does not request system-wide configuration changes or cross-skill modifications.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tianshu-baidu-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tianshu-baidu-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Node.js 实现,替代 baidu-search
元数据
Slug tianshu-baidu-search
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Tianshu Baidu Search 是什么?

Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 237 次。

如何安装 Tianshu Baidu Search?

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

Tianshu Baidu Search 是免费的吗?

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

Tianshu Baidu Search 支持哪些平台?

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

谁开发了 Tianshu Baidu Search?

由 tianshu(@wangshengli0421)开发并维护,当前版本 v1.0.0。

💬 留言讨论