Agent skill
brave-search
Use Brave Search API to search the web and return structured results (title/url/snippet). Trigger when the user asks to enable Brave search, configure Brave API key, or perform web search using Brave.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/brave-search-yongjianwan-agentskill
Metadata
Additional technical details for this skill
- openclaw
-
{ "emoji": "\ud83d\udd0e", "homepage": "https://brave.com/search/api/", "requires": { "env": [ "BRAVE_API_KEY" ], "bins": [ "node" ] }, "primaryEnv": "BRAVE_API_KEY" }
SKILL.md
Brave Search
Use Brave Search API via the bundled script.
Requirements
- Set
BRAVE_API_KEYin the Gateway environment (recommended) or in~/.openclaw/.env. - Get API key from: https://api.search.brave.com/
Commands
-
Run a search:
node {baseDir}/scripts/brave_search.mjs "<query>" --count 5
-
Search news:
node {baseDir}/scripts/brave_search.mjs "<query>" --type news --count 5
Notes
- This skill does not modify
web_search; it provides a Brave-backed alternative you can invoke when you specifically want Brave Search. - Free tier: 2000 requests/month, 1 req/sec
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?