一键导入
brave-search
Web search via the Brave Search API. Use to retrieve search results from Brave when web lookups are needed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Web search via the Brave Search API. Use to retrieve search results from Brave when web lookups are needed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when preparing, reviewing, or documenting versioned app releases, changelogs, SemVer bumps, release commits, git tags, or tag-gated production deploys
Create git commits using Conventional Commits format. Use when the user asks to commit changes or wants help crafting a commit message.
Design CLI tools with consistent UX patterns.
Design and implement distinctive, production-ready frontend interfaces with strong aesthetic direction. Use when asked to create or restyle web pages, components, or applications (HTML/CSS/JS, React, Vue, etc.).
Google Workspace automation via gogcli for Gmail, Calendar, Drive, Contacts, Tasks, and Sheets. Use when managing Google Workspace data.
Build single-file HTML tools — self-contained HTML+JS+CSS applications that solve a specific problem without a build step. Use this skill whenever the user asks to build a utility, converter, viewer, debugger, or any small interactive web tool. Also trigger when the user says "build me a tool that...", "make a quick app for...", "I need a single-file HTML page that...", or wants to create something that could be hosted as a static file. This skill is specifically for practical, utility-focused tools (not landing pages, portfolios, or marketing sites — use frontend-design for those).
| name | brave-search |
| description | Web search via the Brave Search API. Use to retrieve search results from Brave when web lookups are needed. |
| compatibility | Requires env. variable BRAVE_SEARCH_API_KEY and uv with Python 3.12+. |
uv run --script {thisSkillDir}/scripts/brave-search.py "QUERY" [OPTIONS] --json
--count <N>: Maximum results to return (default: 5)--offset <N>: Offset into the result set (default: 0)--country <CODE>: Two letter country code--search-lang <CODE>: Search language code--safesearch <off|moderate|strict>: Safe search mode--freshness <day|week|month>: Filter by recency--json: Output normalized JSON--raw: Output raw API response--help: Show helpuv run --script {thisSkillDir}/scripts/brave-search.py "observability tools" --count 3 --json