baidu-search

Search the web via Baidu AI Search Engine with configurable result counts and freshness filters.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/okbest2024/openclaw-backup --skill baidu-search-okbest2024
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baidu-search
Source: https://github.com/okbest2024/openclaw-backup/tree/main/workspace/skills/baidu-search
Command: npx skills add https://github.com/okbest2024/openclaw-backup --skill baidu-search-okbest2024

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

Baidu Search provides quick access to live information by querying Baidu AI Search Engine, enabling researchers and developers to pull up-to-date references without leaving their workflow.

Core Features & Use Cases

  • Live web search via Baidu AI Search API to fetch relevant web references.
  • Configurable result count and freshness filtering to tailor results for research, documentation, and topic exploration.
  • Returns structured, sanitized results suitable for downstream AI tasks and analysis.

Quick Start

Run the search script with a JSON payload containing your query.

Frequently Asked Questions about baidu-search

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

FAQPage Schema
How do I fetch live web search results using a Python API for information retrieval?

You can fetch live web search results by passing a structured JSON request payload to the Baidu AI Search API endpoint. The script returns sanitized, structured references suitable for downstream AI analysis and research.

Can I filter web search results by freshness and limit the result count?

Yes, the Baidu AI Search script supports configurable result counts and time-based freshness filters. This allows you to tailor information retrieval outputs specifically for research, documentation, and topical inquiries.

What is the best way to integrate live web search references into AI workflows?

Using a web-search API to fetch structured, sanitized results is the best approach for AI integration. The Baidu AI Search script returns clean reference data directly usable for downstream analysis and topical research.

Does the Baidu AI Search API return structured data for downstream analysis?

Yes, the Baidu AI Search API returns sanitized, structured web references. This formatted output is specifically designed to be consumed by downstream AI tasks and research analysis workflows.

Why does the Baidu search script require a specific API key in the environment?

The script requires a BAIDU_API_KEY in the environment to authenticate your structured requests passed to the Baidu search endpoint. Without this key, the information retrieval process cannot fetch live web references.