baidu-search

Query Baidu AI Search to retrieve live web results with configurable count and freshness.

52|3|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Zhow01/SkillAttack --skill baidu-search-zhow01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baidu-search
Source: https://github.com/Zhow01/SkillAttack/tree/main/data/hot100skills/007_ide-rea_baidu-search
Command: npx skills add https://github.com/Zhow01/SkillAttack --skill baidu-search-zhow01

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill enables programmatic web search using Baidu AI Search Engine to fetch live results for information gathering, research, and documentation tasks.

Core Features & Use Cases

  • Real-time web search via Baidu AI Search API to obtain fresh results.
  • Configurable results & filters: supports count and time-based freshness windows for research, monitoring, and topic analysis.
  • Secure integration: requires BAIDU_API_KEY and environment-based configuration; outputs sanitized data suitable for downstream processing.

Quick Start

Invoke the search script with a JSON payload containing the query and optional parameters to fetch live 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 retrieve live web search results using Baidu AI for research?

To retrieve live web search results, you query the Baidu AI Search API via a Python script. It formats your requests, handles responses, and outputs sanitized data suitable for downstream research and documentation tasks.

Can I filter live search results by time and limit the count of returned records?

Yes, you can filter live search results by configuring optional parameters for result count and time-based freshness ranges. This supports targeted information gathering for topic monitoring and analysis.

What environment variables do I need to set up to use the Baidu search API?

You need to set the BAIDU_API_KEY in your environment configuration. This secure integration approach allows the Python script to authenticate requests and fetch live web results.

Does this web search skill require any specific Python dependencies to run?

Yes, the web search skill requires the Python requests library. This dependency handles the HTTP requests when querying the Baidu AI Search API for live results.

What is the best way to automate information gathering and topic monitoring?

Automating information gathering is best achieved by invoking a Python script with a JSON payload containing your query and time-based freshness parameters. This retrieves sanitized live web data for ongoing topic monitoring.