ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 4/5

baidu-search

Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/aysun168/baidu-search-bak
Or

What This Skill Does

The baidu-search skill provides OpenClaw agents with the ability to perform real-time information retrieval using the Baidu AI Search Engine (BDSE). By leveraging this powerful search capability, your agent can access the most up-to-date web data, news, and technical documentation from a major Chinese search index. This skill is particularly useful for tasks requiring context that may not be present in the model's training data, allowing for precise, verified, and timely answers to complex queries.

Installation

To integrate this skill into your environment, use the OpenClaw command-line interface: clawhub install openclaw/skills/skills/aysun168/baidu-search-bak. Before the skill becomes functional, you must obtain a valid BAIDU_API_KEY from the Baidu BCE console. Once acquired, add this key to your OpenClaw configuration file. For detailed steps on the configuration process, please refer to the documentation found in references/apikey-fetch.md within your project repository.

Use Cases

This skill is ideal for:

  • Conducting market research within the Chinese-speaking internet ecosystem.
  • Retrieving the latest technical documentation for tools and frameworks updated in the last 24 hours.
  • Generating reports on current events and emerging trends that require high source freshness.
  • Summarizing information for a specific, restricted time range to avoid outdated data.

Example Prompts

  1. "Baidu search for the latest advancements in large language models released in the past 24 hours."
  2. "Search for the documentation on setting up Python environments from the last week and summarize the common pitfalls."
  3. "Find 20 travel destinations in Beijing and provide a brief description for each based on current data."

Tips & Limitations

The baidu-search skill is highly effective when specific, time-sensitive queries are provided. Using the 'freshness' parameter is highly recommended when looking for news to ensure high relevancy. Keep in mind that the 'count' parameter allows for up to 50 results per query, but requesting a high number of results may impact performance speed. Ensure your API key has sufficient quota to handle your expected request volume, and remember that search results are subject to the indexing limitations and policies of Baidu's search infrastructure.

Metadata

Author@aysun168
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-aysun168-baidu-search-bak": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#search#web-search#baidu#research#real-time
Safety Score: 4/5

Flags: network-access, external-api