bocha-search
High-quality web search with AI-optimized results. Use when user needs to search the internet for current information, news, or research topics.
npx skills add majiayu000/claude-skill-registry --skill bocha-search --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Bocha Search High-quality web search powered by Bocha AI, optimized for AI consumption. Returns web pages, images, and detailed metadata. ## Setup This skill requires a Bocha API key. If not configured: 1. Visit https://open.bocha.cn to get an API key 2. Set the key using: `env_config(action="set", key="BOCHA_API_KEY", value="your-key")` 3. Or manually add to `~/cow/.env`: `BOCHA_API_KEY=your-key` ## Usage **Important**: Scripts are located relative to this skill's base directory. When you see this skill in `<available_skills>`, note the `<base_dir>` path. ```bash # General pattern: bash "<base_dir>/scripts/search.sh" "<query>" [count] [freshness] [summary] # Parameters: # - query: Search query (required) # - count: Number of results (1-50, default: 10) # - freshness: Time range filter (default: noLimit) # Options: noLimit, oneDay, oneWeek, oneMonth, oneYear, YYYY-MM-DD..YYYY-MM-DD # - summary: Include text summary (true/false, default: false) ``` ## Examples ### Basic search ```bash bash "<base_dir>/scripts/search.sh" "latest AI news" ``` ### Search with more results ```bash bash "<base_dir>/scripts/search.sh" "Python tutorials" 20 ``` ### Search recent content with summary ```b
- Setup
- Usage
- Examples
- Basic search
- Search with more results
- Search recent content with summary
- Search specific date range
- Response Format
- Notes
General pattern: bash "<base_dir>/scripts/search.sh" "<query>" [count] [freshness] [summary] bash "<base_dir>/scripts/search.sh" "latest AI news" bash "<base_dir>/scripts/search.sh" "Python tutorials" 20 bash "<base_dir>/scripts/search.sh" "阿里巴巴ESG报告" 10 oneWeek true bash "<base_dir>/scripts/search.sh" "tech news" 15 "2025-01-01..2025-02-01"
What does the bocha-search skill do?
High-quality web search with AI-optimized results. Use when user needs to search the internet for current information, news, or research topics.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill bocha-search --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
