MCP HubMCP Hub
スキル一覧に戻る

brave-search

steipete
更新日 Yesterday
144 閲覧
468
45
468
GitHubで表示
開発api

について

このスキルは、Brave Search APIを利用したヘッドレスWeb検索とコンテンツ抽出を可能にし、BRAVE_API_KEYのみを必要とします。開発者はブラウザなしでコマンドラインから直接検索を実行し、記事コンテンツを抽出できます。シンプルなWebクエリや記事スクレイピングに使用できますが、抽出をブロックする可能性のあるJavaScriptを多用するサイトについては、要約スキルの使用を検討してください。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/steipete/clawdis
Git クローン代替
git 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 summarize skill (it can use a Firecrawl fallback).

GitHub リポジトリ

steipete/clawdis
パス: skills/brave-search
relaywhatsapp

関連スキル

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.

スキルを見る