brave-search
Original:🇺🇸 English
Translated
1 scriptsChecked / no sensitive code detected
Web search via the Brave Search API. Use to retrieve search results from Brave when web lookups are needed.
4installs
Sourcemichalvavra/agents
Added on
NPX Install
npx skill4agent add michalvavra/agents brave-searchTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Brave Search
Usage
bash
uv run --script {thisSkillDir}/scripts/brave-search.py "QUERY" [OPTIONS] --jsonOptions
- : Maximum results to return (default: 5)
--count <N> - : Offset into the result set (default: 0)
--offset <N> - : Two letter country code
--country <CODE> - : Search language code
--search-lang <CODE> - : Safe search mode
--safesearch <off|moderate|strict> - : Filter by recency
--freshness <day|week|month> - : Output normalized JSON
--json - : Output raw API response
--raw - : Show help
--help
Examples
bash
uv run --script {thisSkillDir}/scripts/brave-search.py "observability tools" --count 3 --json