baidu-search

Fetch live web references from Baidu AI Search with configurable count and freshness.

21|6|Updated Aug 26, 2025
One-click install
npx skills add https://github.com/hepai-lab/drsai --skill baidu-search-hepai-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baidu-search
Source: https://github.com/hepai-lab/drsai/tree/main/agent_skills/clawhub_ai_collection/baidu-search
Command: npx skills add https://github.com/hepai-lab/drsai --skill baidu-search-hepai-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Fetches live web references using Baidu AI Search to inform research and decision making.

Core Features & Use Cases

  • Live web search via Baidu AI Search API using BAIDU_API_KEY.
  • Configurable result count and freshness filters.
  • Returns references after removing non-essential fields and providing structured data for downstream processing.
  • Use Case: quickly gather up-to-date sources for a research topic or documentation task.

Quick Start

Run the search script with a JSON payload that includes your query to retrieve web results.

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 references for Chinese-language research topics?

Fetch live web references for Chinese-language research by querying the Baidu AI Search API. The Skill retrieves up-to-date sources, cleans non-essential fields, and returns structured data suitable for downstream processing and decision making.

Do I need a BAIDU_API_KEY to perform live web search for information gathering?

Yes, a BAIDU_API_KEY is required in the environment to perform live web search for information gathering. The Skill uses this key to authenticate requests to the Baidu AI Search API and retrieve cleaned references.

Can I filter Baidu AI Search results by freshness and count for topic research?

Yes, you can filter Baidu AI Search results by freshness and count for topic research. The Skill accepts count and freshness parameters to customize the live data retrieval and return a relevant set of references.

What is the best way to gather up-to-date Chinese-language sources for documentation lookup?

The best way to gather up-to-date Chinese-language sources for documentation lookup is using Baidu AI Search. It provides live web search capabilities, removing non-essential fields to deliver structured data for research tasks.

Does web search with Baidu AI Search work with the requests library for automated research?

Yes, web search with Baidu AI Search works with the requests library for automated research. The Skill depends on requests to fetch live web references and return structured data for downstream processing.

What are the limitations of using Baidu AI Search for information gathering?

A key limitation of using Baidu AI Search for information gathering is its focus on up-to-date Chinese-language content. It returns cleaned references for downstream processing, meaning it acts as a source fetcher rather than a full content extraction tool.