baidu-web-search

Perform real-time web searches via the Baidu Qianfan API.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/liuhean2021/Anan-Agent-Skills --skill baidu-web-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baidu-web-search
Source: https://github.com/liuhean2021/Anan-Agent-Skills/tree/main/skills/baidu-web-search
Command: npx skills add https://github.com/liuhean2021/Anan-Agent-Skills --skill baidu-web-search

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides real-time web search capabilities using the Baidu Qianfan API, allowing users to access up-to-date information from the internet.

Core Features & Use Cases

  • Web Search: Perform live searches across the web for the latest news, facts, and information.
  • Information Retrieval: Get structured search results including titles, URLs, and snippets.
  • Use Case: When a user asks "What are the latest developments in AI this week?", this skill can be used to find and summarize relevant news articles.

Quick Start

Use the baidu-web-search skill to search for "latest AI developments".

Frequently Asked Questions about baidu-web-search

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

FAQPage Schema
How do I perform real-time web search to retrieve current news and information?

Real-time web search retrieves up-to-date information from the internet by querying live data sources. This Skill uses the Baidu Qianfan API to fetch current news, verify facts, and return structured results including titles, URLs, and snippets.

Do I need an API key to access Baidu web search for information retrieval?

Yes, accessing Baidu web search requires a valid BAIDU_API_KEY for authentication. You must configure this key in your environment to successfully connect to the Baidu Qianfan API and retrieve real-time search data.

How do I get structured search results like titles and snippets using Baidu search?

Structured search results from Baidu include titles, URLs, and snippets formatted for easy parsing. By submitting a query to the Baidu Qianfan API, the service returns structured data that can be directly processed or summarized for information retrieval.

What is the best way to find the latest developments and verify facts using web search?

The best way to verify facts and find latest developments is performing real-time web searches via the Baidu Qianfan API. It queries live internet data to retrieve current news articles and factual information, ensuring your research reflects the most up-to-date web data.

Does the Baidu web search Skill work without installing external dependencies like axios?

No, the Baidu web search Skill requires the axios dependency to handle HTTP requests to the Baidu Qianfan API. You must ensure axios is installed in your project environment before executing real-time information retrieval tasks.

Can I use this web search approach for large-scale data retrieval and research tasks?

This approach is suitable for fact-checking and researching specific topics requiring up-to-date web data. It leverages the Baidu Qianfan API to fetch current information, making it ideal for targeted queries rather than bulk scraping operations.