ワンクリックで
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