baidu-search

Query Baidu's AI Search API to retrieve live web search results.

1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/joneqian/EvoClaw --skill baidu-search-joneqian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baidu-search
Source: https://github.com/joneqian/EvoClaw/tree/main/packages/core/src/skill/bundled/baidu-search
Command: npx skills add https://github.com/joneqian/EvoClaw --skill baidu-search-joneqian

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Web researchers and developers often need up-to-date information from Baidu's AI Search API. This skill provides a simple way to fetch live search results for research, documentation, or topic exploration.

Core Features & Use Cases

  • Real-time web search results via Baidu BDSE using a Python script.
  • Configurable parameters for query, result count, and freshness window to tailor results to your needs.
  • Use Case: quickly gather current information on a topic to cite in reports or validate technical documentation.

Quick Start

Run the provided script with your query to fetch live Baidu search results.

Frequently Asked Questions about baidu-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve real-time web search results using a Python script?

You retrieve live information by running the provided Python 3 script to query Baidu's AI Search API. This automates web research and fetches real-time results for documentation or topic exploration.

What do I need to set up before querying Baidu AI Search for live data?

You need Python 3 installed and a BAIDU_API_KEY set in your environment to run the script. This setup authenticates your requests to Baidu's AI Search API and enables live information retrieval.

Can I configure the result count and freshness window for Baidu AI Search queries?

Yes, the Python script allows you to set query, count, and freshness parameters. Configuring these variables tailors the real-time Baidu search results to your specific topic research requirements.

Is Baidu AI Search suitable for validating technical documentation?

Baidu AI Search is suitable for validating technical documentation because it fetches up-to-date web search results. You can gather current information on a topic to cite in reports or validate docs.

What are the limitations of using a Python script for Baidu information retrieval?

A limitation of using this Python script for Baidu information retrieval is its strict dependency on a valid BAIDU_API_KEY and Python 3. Without these environment variables, the live data query will fail.