← 返回 Skills 市场
guoxh

Free Baidu Search

作者 guoxh · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
95
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install baidu-search-free
功能描述
Free Baidu web search, no API key required, supports time range filtering
使用说明 (SKILL.md)

Baidu Search (Free)

Free Baidu web search tool, no API key or authentication required, ready to use out of box.

Features

✅ No API key required, completely free ✅ Supports Chinese/English search queries ✅ Time range filtering: 1 day/1 week/1 month/1 year/custom date range ✅ Customizable result count (up to 50 results) ✅ Automatic anti-scraping handling with retry mechanism ✅ Returns title, snippet, real URL, and publish time

Usage

python scripts/search.py '{"query": "your search keywords", "count": 10, "freshness": "pd/pw/pm/py/YYYY-MM-DDtoYYYY-MM-DD"}'

Parameters

Parameter Type Required Default Description
query string yes - Search keywords
count int no 10 Number of results to return, max 50
freshness string no null Time range filter: pd(past 24h), pw(past week), pm(past month), py(past year), or custom date range in format YYYY-MM-DDtoYYYY-MM-DD

Example

python scripts/search.py '{"query": "Linzhi Tibet travel guide", "count": 3, "freshness": "pm"}'
安全使用建议
This skill is coherent with its stated purpose but review these points before installing: (1) ensure you are comfortable with the agent making outbound HTTP requests to baidu.com and to any real URLs the scraper resolves (those third-party sites will see your agent's network identity); (2) the script depends on Python packages (requests, beautifulsoup4) that are not declared — install them in the environment before use; (3) package.json is present but irrelevant (this is a Python script); (4) scraping may violate site terms of service or local law — use responsibly. If you need stronger assurance, open the script yourself and confirm there are no additional network callbacks or logging endpoints beyond standard requests to Baidu and resolved target URLs.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The name/description (free Baidu web search) aligns with the included Python script which scrapes baidu.com and supports time-range filtering and result count. Requiring python3 is appropriate. There are no unrelated credential or config requests.
Instruction Scope
SKILL.md tells the agent to run the provided Python script with a JSON arg; the script only performs HTTP requests to Baidu and resolves Baidu redirect links (may follow HEAD redirects to obtain the real URL). It does not read local files or environment variables. One operational note: resolving redirects can cause the agent to make additional network requests to third-party destinations (the real target URLs), which will expose the agent's network identity to those sites — expected behavior for a scrapper but worth being aware of.
Install Mechanism
No install spec (instruction-only) and no network downloads — low install risk. Minor inconsistency: package.json is present (Node metadata) while the tool is Python; also Python runtime dependencies (requests, bs4/beautifulsoup4) are used but not declared in SKILL.md or a requirements file.
Credentials
The skill requests no environment variables or credentials, which is appropriate. It does require network access to baidu.com (and to resolved target URLs). Nothing in the skill asks for unrelated secrets or wide system access.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes. The script's shebang contains an absolute path to a local virtualenv (/home/guoxh/...), which appears to be a leftover and does not grant privileges — the script will run when invoked with the python binary on PATH.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install baidu-search-free
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /baidu-search-free 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of baidu-search-free—free Baidu web search with time filtering, no API key needed. - Search Baidu for web results in Chinese or English - No authentication or API key required; ready to use - Supports time range filtering and custom date ranges - Set number of results to return (up to 50) - Includes anti-scraping retry mechanism for reliability - Returns title, snippet, real URL, and publish time for each result
元数据
Slug baidu-search-free
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Free Baidu Search 是什么?

Free Baidu web search, no API key required, supports time range filtering. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。

如何安装 Free Baidu Search?

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

Free Baidu Search 是免费的吗?

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

Free Baidu Search 支持哪些平台?

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

谁开发了 Free Baidu Search?

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

💬 留言讨论