by valenovo · Codex Skill · ★ 30
Baidu API Search Skill 同类 AI Agent Skills 合集仓库:valenovo/ai-agent-skills 简体中文 | English 给 AI Agent 用的百度 API 搜索 Skill。它把百度 AI Search API 和百度百科 API 整理成一个“先拿来源、再让模型分析”的搜索流程,适合需要中文网页资料的 agent。 这个项目不是爬虫,也不是生成答案接口。它的重点是保留原始搜索结果、去重、整理成 research pack,让 agent 在回答前有资料可看、有来源可引用。 适合什么场景 给 Codex、Claude Code、Cursor 等支持本地 Skills 的 agent 增加中文搜索能力 查询中文网页、产品口碑、近期热点、项目资料、平台讨论 简单实体问题先走百度百科,减少不必要的网页搜索 需要保留原始搜索结果,方便后续 AI 分析和人工复查 不适合的场景: 大规模采集网页正文 绕过搜索引擎限制 把百度作为海外官方资料的唯一来源 直接生成无来源的最终答案 功能 调用百度 AI Search 调用百度百科做轻量实体查询 自动规划多个搜索词,覆盖产品、事件、项目、普通资料查询 根据覆盖情况和重复率自适应停止,避免无意义消耗 URL 去重和近似重复结果合并 输出适合 agent 阅读的 本地缓存重复查询 支持多个 API...
| Stars | 30 |
| Forks | 0 |
| Language | Python |
| Category | Codex Skill |
| License | MIT |
| Quality Score | 66.8227760628653/100 |
| Last Updated | 2026-06-01 |
| Created | 2026-05-16 |
| Platforms | python |
| Est. Tokens | ~5k |
These tools work well together with baidu-search-skill for enhanced workflows:
Explore other popular codex skill tools:
baidu-search-skill is 面向 AI Agent 的百度 API 搜索 Skill,基于百度 AI Search / 百度百科 API,需百度 API Key. It is categorized as a Codex Skill with 30 GitHub stars.
baidu-search-skill is primarily written in Python. It covers topics such as agent-skill, ai-search, baidu.
You can find installation instructions and usage details in the baidu-search-skill GitHub repository at github.com/valenovo/baidu-search-skill. The project has 30 stars and 0 forks, indicating an active community.
baidu-search-skill is released under the MIT license, making it free to use and modify according to the license terms.