SUMMARY AI summary by gpt-5-mini
このプロジェクトは、Brave LLM Context API を使ったコマンドライン向けの Web 検索スキル(OpenCode / Claude 用)です。検索クエリを与えると、ソースのタイトル・URL・抜粋を含む構造化された Markdown 出力を返します。開発者やチャットスキルに Web 検索結果を組み込みたい人が主な利用者です。 主な機能: - インストールは setup.sh でスキルディレクトリを指定して導入 - CLI 実行: brave_search.py "検索クエリ" - 結果数、最大トークン、鮮度フィルタ(pd/pw/pm/py)、国コード・言語コード、関連度閾値(strict/balanced/lenient/disabled)、ローカル結果有効化などのオプション - API キーは環境変数か設定コマンドで登録 - Python 3.8+、requests が必要 - 終了コードで認証・検証・API・ネットワークエラーを判別可能 設定やオプションにより検索の絞り込みと出力制御が可能で、CLI から手軽に構造化検索結果を取得できます。
AI Coding Tools Used
This repository contains config files from these AI coding tools, indicating AI-assisted development.
DETECTED Detected AI stack
AI-related keywords found in this repo's description, topics, or README summary — grouped by category. Each badge links to the corresponding ranking detail page.
Language breakdown (by bytes)
Owner
Dates
| Created on GitHub | 2026-05-09 |
| Last push | 2026-05-09 |
| First seen here | 2026-05-09 |
| Last fetched | 2026-05-09 15:42 |
Similar repos (same language)
Multi-LLM cross-review workflow for Claude Code. /work orchestrates plan/implement/bug-fix with 3 different model families voting on every gate.
Cyrene963/hermes-patchesHermes Agent 社区补丁合集 - Community patches for Hermes Agent
tenondecrpc/cc-statuslineClaude Statusline: a lightweight Bash + jq statusline for Claude Code with model, context, rate limit, git/worktree, cost, duration, and install/uninstall support. No heavy runtime required.
JinPLu/agent-roundtableAgent Roundtable — a local, file-based substrate for multi-agent work. Humans, Cursor chat, Codex (codex exec) and Claude Code (claude -p) take turns on one shared THREAD.md under your repo so you can plan, execute, review, and discuss without losing context or locking in to a single CLI.
jasper0507/idea-harnessPut a harness on AI before it guesses. Clarifies vague app ideas into precise requirements via Socratic questioning. Works with Claude Code / Cursor / Codex / Hermes / OpenClaw.
ryga-test/playwright-ai-workflow-playgroundAI-driven E2E testing with Playwright. An 8-step slash-command pipeline that discovers UI snapshots, generates POM, drafts GWT test specs, runs Playwright tests, and self-heals knowledge — all with human approval gates for quality control.
walidboulanouar/ay-frameworkAgent swarm framework for Claude Code. Plan, build, review, test, ship -- with human-in-the-loop gates.
itchernetski/claude-code-token-watchClaude Code hooks that warn when a session starts burning tokens on repeated Reads, recursive greps, or WebFetch streaks