Agent skill · Code Review & Quality

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill bocha-search --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/ai-llm/bocha-search/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Setup
  2. Usage
  3. Examples
  4. Basic search
  5. Search with more results
  6. Search recent content with summary
  7. Search specific date range
  8. Response Format
  9. Notes
Ships with 1 file
  • metadata.json
Commands it runs
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"
More from claude-skill-registry
All skills →
About this skill
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.

Keep going