baidu-search
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aysun168/baidu-search-bakWhat 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
- "Baidu search for the latest advancements in large language models released in the past 24 hours."
- "Search for the documentation on setting up Python environments from the last week and summarize the common pitfalls."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aysun168-baidu-search-bak": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
skill-vetter
Security-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns.
web-access
所有联网操作必须通过此 skill 处理,包括:搜索、网页抓取、登录后操作、网络交互等。 触发场景:用户要求搜索信息、查看网页内容、访问需要登录的网站、操作网页界面、抓取社交媒体内容(小红书、微博、推特等)、读取动态渲染页面、以及任何需要真实浏览器环境的网络任务。
tavily-search
Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.
Self-Improving + Proactive Agent
Self-reflection + Self-criticism + Self-learning + Self-organizing memory. Agent evaluates its own work, catches mistakes, and improves permanently. Use when (1) a command, tool, API, or operation fails; (2) the user corrects you or rejects your work; (3) you realize your knowledge is outdated or incorrect; (4) you discover a better approach; (5) the user explicitly installs or references the skill for the current task.