← Back to Skills Marketplace
yky3489

Openclaw Cn 百度搜索

by iDOTOOLS · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
238
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-cn
Description
通过百度 AI 搜索 API 进行网页搜索,获取实时信息和搜索结果。
Usage Guidance
This skill appears to do what it claims, but take these precautions before installing: (1) Only provide a Baidu API key you trust—treat BAIDU_API_KEY like any secret. (2) Verify the 'uv' Homebrew formula/source before installing (it is an unusual install path for a Python service). (3) When running the service, bind it to localhost and avoid exposing it publicly; example defaults use 127.0.0.1 but double-check any deployment. (4) Logs may include request bodies (queries/errors), so avoid sending sensitive secrets or PII in search queries or secure your logs. (5) If you plan to deploy to a server, store the API key in a secure secret store and restrict network access to Baidu endpoints only.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-cn Version: 1.0.0 The skill is a legitimate wrapper for the Baidu AI Search API (Qianfan). It uses standard Python libraries (FastAPI, httpx) to proxy search requests to the official Baidu endpoint (qianfan.baidubce.com). The code and documentation (SKILL.md) contain no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description describe a Baidu web-search proxy and the package contains a FastAPI app that calls Baidu's qianfan web_search endpoint. The single required secret (BAIDU_API_KEY) is appropriate and declared as the primary credential. Requiring a 'uv' CLI is plausible given the SKILL.md uses that tool to manage venv and run uvicorn.
Instruction Scope
SKILL.md instructs creating a .env with BAIDU_API_KEY, building a venv, and running a local FastAPI server; the runtime steps and example curl calls match the service purpose. Minor notes: the validation error handler logs request bodies/errors (may record user queries to logs), and several example commands embed an absolute workspace path (/home/node/...), which is environment-specific but not harmful.
Install Mechanism
Install uses a Homebrew formula named 'uv' to provide the 'uv' binary. This is unusual for a Python FastAPI app (users often use pip/venv directly), but not inherently malicious. Users should verify the 'uv' formula source before installing (especially on non-macOS systems) to ensure it is the expected tool.
Credentials
Only BAIDU_API_KEY is required and used. No other credentials, system config paths, or unrelated environment variables are requested. The code reads OPENAPI_SERVER_URL for FastAPI server metadata but does not treat it as a secret.
Persistence & Privilege
The skill does not request always: true, does not modify other skills or system settings, and only runs a local server when the user elects to start it. Autonomous invocation defaults are unchanged (normal).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-cn
  3. After installation, invoke the skill by name or use /openclaw-cn
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
百度搜索 1.0.1 版本发布 - 新增通过百度 AI 搜索 API 获取网页实时信息与搜索结果 - 支持关键词搜索、时间过滤和指定网站筛选 - 补充详细安装与启动方法,推荐安全配置 - 修正响应解析,兼容百度 API 返回结构 - 说明了典型使用场景与对话流程
Metadata
Slug openclaw-cn
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Openclaw Cn 百度搜索?

通过百度 AI 搜索 API 进行网页搜索,获取实时信息和搜索结果。 It is an AI Agent Skill for Claude Code / OpenClaw, with 238 downloads so far.

How do I install Openclaw Cn 百度搜索?

Run "/install openclaw-cn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Openclaw Cn 百度搜索 free?

Yes, Openclaw Cn 百度搜索 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Openclaw Cn 百度搜索 support?

Openclaw Cn 百度搜索 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Openclaw Cn 百度搜索?

It is built and maintained by iDOTOOLS (@yky3489); the current version is v1.0.0.

💬 Comments