Agent skill · Backend & API

brave-search

Privacy-first web search API with filters and snippet extraction.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill brave-search-alphaonedev-openclaw-graph --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Requires: []
Path: skills/api/brave-search-alphaonedev-openclaw-graph/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

# brave-search ## Purpose This skill provides access to Brave Search, a privacy-focused web search API that enables querying the web without tracking, while supporting filters and snippet extraction for AI-driven applications. ## When to Use Use this when you need quick, private web searches in AI workflows, such as fetching real-time data for responses, avoiding data collection in user queries, or integrating search into tools that require filtered results (e.g., safe search for family-friendly content). ## Key Capabilities - Perform searches with parameters like query string, result count (e.g., up to 50), and filters for safe search, language (e.g., "en-US"), and country (e.g., "US"). - Extract snippets: API returns JSON with title, URL, and description fields for each result. - Privacy features: No user tracking; results based on Brave's index. - Rate limiting: Up to 1000 requests per day per API key, depending on plan. ## Usage Patterns Always authenticate requests using the $BRAVE_API_KEY environment variable. Make HTTP GET requests to the endpoint with required parameters. Structure queries as URL-encoded strings. For AI agents, integrate via HTTP clients in languages like P

What's inside
Steps it walks through
  1. Purpose
  2. When to Use
  3. Key Capabilities
  4. Usage Patterns
  5. Common Commands/API
  6. Integration Notes
  7. Error Handling
  8. Concrete Usage Examples
  9. Graph Relationships
Ships with 1 file
  • metadata.json
Commands it runs
curl -H "X-Subscription-Token: $BRAVE_API_KEY" "https://api.search.brave.com/res/v1/web/search?q=AI+assistants&count=5&search_lang=en"
More from claude-skill-registry
All skills →
About this skill
What does the brave-search skill do?

Privacy-first web search API with filters and snippet extraction.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill brave-search-alphaonedev-openclaw-graph --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