Baidu AI search with four modes: web search, encyclopedia, video encyclopedia, and AI-generated answers.
Works with
Supports four search modes via the Baidu Qianfan platform: web search (default), Baidu Baike encyclopedia, Miaodong Baike video encyclopedia, and AI-generated responses
Command-line interface with filtering options: limit result count, filter by site, and filter by recency (week/month/semiyear/year)
Automatically includes current date context for time-sensitive queries
JSON out
基于百度千帆平台的 AI 搜索服务,支持多种搜索模式。
编辑 skills/baidu-search/scripts/config.json,填写 API Key:
{
"api_key": "bce-v3/YOUR_API_KEY_HERE"
}
API Key 从 百度千帆平台 获取。
# 网页搜索(默认)
python3 skills/baidu-search/scripts/search.py "搜索关键词"
# JSON 输出(推荐 AI 使用)
python3 skills/baidu-search/scripts/search.py "人工智能最新进展" --json
# 限制结果数
python3 skills/baidu-search/scripts/search.py "Python教程" --limit 5
# 站点过滤
python3 skills/baidu-search/scripts/search.py "天气预报" --sites weather.com.cn
# 时间过滤(week/month/semiyear/year)
python3 skills/baidu-search/scripts/search.py "AI新闻" --recency week
# 百度百科
python3 skills/baidu-search/scripts/search.py "人工智能" --api-type baike
# 秒懂百科(视频)
python3 skills/baidu-search/scripts/search.py "深度学习" --api-type miaodong_baike
# AI 智能生成
python3 skills/baidu-search/scripts/search.py "什么是人工智能" --api-type ai_chat
| 类型 | 说明 |
|---|---|
web_search |
网页搜索(默认) |
baike |
百度百科 |
miaodong_baike |
秒懂百科(视频) |
ai_chat |
AI 智能搜索生成 |
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionbaidu-searchExecute the skills CLI command in your project's root directory to begin installation:
Fetches baidu-search from countbot-ai/countbot and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate baidu-search. Access via /baidu-search in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
2
total installs
2
this week
255
GitHub stars
0
upvotes
Run in your terminal
2
installs
2
this week
255
stars
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
kostja94/marketing-skills
aaaaqwq/claude-code-skills
agentbay-ai/agentbay-skills
glebis/claude-skills
jwynia/agent-skills
shopmeskills/mcp
Registry listing for baidu-search matched our evaluation — installs cleanly and behaves as described in the markdown.
Useful defaults in baidu-search — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
I recommend baidu-search for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
baidu-search is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
baidu-search is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Useful defaults in baidu-search — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Registry listing for baidu-search matched our evaluation — installs cleanly and behaves as described in the markdown.
baidu-search reduced setup friction for our internal harness; good balance of opinion and flexibility.
Registry listing for baidu-search matched our evaluation — installs cleanly and behaves as described in the markdown.
Keeps context tight: baidu-search is the kind of skill you can hand to a new teammate without a long onboarding doc.
showing 1-10 of 57