brave-search
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseBrave Search
Brave Search
Usage
使用方法
bash
uv run --script {thisSkillDir}/scripts/brave-search.py "QUERY" [OPTIONS] --jsonbash
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
- :返回的最大结果数(默认值:5)
--count <N> - :结果集的偏移量(默认值:0)
--offset <N> - :两位字母的国家代码
--country <CODE> - :搜索语言代码
--search-lang <CODE> - :安全搜索模式
--safesearch <off|moderate|strict> - :按时效性过滤结果
--freshness <day|week|month> - :输出标准化JSON格式
--json - :输出原始API响应内容
--raw - :显示帮助信息
--help
Examples
示例
bash
uv run --script {thisSkillDir}/scripts/brave-search.py "observability tools" --count 3 --jsonbash
uv run --script {thisSkillDir}/scripts/brave-search.py "observability tools" --count 3 --json