brave-search
について
このスキルは、Brave Search APIを利用したヘッドレスWeb検索とコンテンツ抽出を可能にし、BRAVE_API_KEYのみを必要とします。開発者はブラウザなしでコマンドラインから直接検索を実行し、記事コンテンツを抽出できます。シンプルなWebクエリや記事スクレイピングに使用できますが、抽出をブロックする可能性のあるJavaScriptを多用するサイトについては、要約スキルの使用を検討してください。
クイックインストール
Claude Code
推奨/plugin add https://github.com/steipete/clawdisgit clone https://github.com/steipete/clawdis.git ~/.claude/skills/brave-searchこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
Brave Search
Headless web search (and lightweight content extraction) using Brave Search API. No browser required.
Search
node {baseDir}/scripts/search.mjs "query"
node {baseDir}/scripts/search.mjs "query" -n 10
node {baseDir}/scripts/search.mjs "query" --content
node {baseDir}/scripts/search.mjs "query" -n 3 --content
Extract a page
node {baseDir}/scripts/content.mjs "https://example.com/article"
Notes:
- Needs
BRAVE_API_KEY. - Content extraction is best-effort (good for articles; not for app-like sites).
- If a site is blocked or too JS-heavy, prefer the
summarizeskill (it can use a Firecrawl fallback).
GitHub リポジトリ
関連スキル
creating-opencode-plugins
メタThis skill provides the structure and API specifications for creating OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It offers implementation patterns for JavaScript/TypeScript modules that intercept and extend the AI assistant's lifecycle. Use it when you need to build event-driven plugins for monitoring, custom handling, or extending OpenCode's capabilities.
evaluating-llms-harness
テストThis Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.
polymarket
メタThis skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.
cloudflare-turnstile
メタThis skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.
