valenovo

面向 AI Agent 的百度 API 搜索 Skill,基于百度 AI Search / 百度百科 API,需百度 API Key

15
0
85% credibility
Found May 22, 2026 at 15 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Python
AI Summary

This is a search tool that helps AI assistants find information on Chinese websites. It connects to Baidu's official search services, automatically plans multiple search queries based on your question, removes duplicate results, and organizes everything into a clean research report. The assistant can then analyze these real sources before answering your question, rather than making things up. It's designed for people using AI coding tools who need reliable Chinese web sources.

How It Works

1
🤖 You're using an AI coding assistant

You're working on a project that needs information from Chinese websites, and your AI assistant doesn't have a good way to search them.

2
📦 You add the search skill to your assistant

You copy the search package into your assistant's skills folder so it knows how to search Chinese websites.

3
🔑 You connect your Baidu account

You enter your Baidu search account details so your assistant can make search requests on your behalf.

4
🔍 Your assistant searches Chinese websites

When you ask about Chinese topics, your assistant automatically plans multiple search queries, searches Baidu, and collects real web results.

5
Your assistant chooses the right approach
📖
Quick lookup mode

For simple entity questions, it checks Baidu's encyclopedia first for instant definitions.

📊
Deep research mode

For complex topics, it searches reviews, forums, official sources, and recent news, removing duplicates automatically.

6
📋 You get a clean research report

Your assistant compiles everything into a readable report with source links, so you can verify the information and see where it came from.

You have reliable Chinese sources

Your assistant now has access to Chinese web content with proper citations, helping it give you accurate answers about Chinese topics, products, and events.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 15 to 15 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is baidu-search-skill?

A Python search skill that gives AI agents the ability to pull real sources from the Chinese web through Baidu's APIs. Instead of generating answers directly, it retrieves raw search results, deduplicates them, and outputs structured research packs that agents can cite. It handles query planning, respects budgets, and falls back gracefully when API keys fail. The whole thing runs as local Python scripts with no extra dependencies beyond the standard library.

Why is it gaining traction?

The core insight is simple: many AI agents reason well but lack reliable access to Chinese-language sources. This skill fills that gap by wrapping Baidu Search and Baidu Baike into a source-first workflow. The adaptive stop conditions prevent wasted API calls, and multi-key support handles quota isolation in production. Developers building agents for Chinese-speaking audiences get working search without rolling their own integration. The research pack output is designed for downstream agents to consume directly.

Who should use this?

Teams building AI agents that need Chinese web coverage: customer support bots for Chinese markets, research assistants tackling Chinese sources, or developer tools like Codex/Claude Code that benefit from localized search. If you are running an agent that encounters user queries about Chinese products, events, or discussions, this replaces brittle web scraping with structured API calls. Not suitable for large-scale content extraction or cases where Baidu coverage is insufficient.

Verdict

This is a well-scoped, thoughtfully designed skill for a specific gap in the agent ecosystem. The 0.85% credibility score reflects early-stage maturity, and 15 stars confirms it is nascent. Documentation is solid and the codebase is clean, but test coverage and community activity are minimal. Worth evaluating for production use if you need Chinese search, but treat it as a dependency to watch rather than a stable foundation.

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.