Plugin marketplace for searchwave tools — context agents and research tools for Claude Code.
Add this marketplace to Claude Code:
/plugin marketplace add rowbradley/searchwave-marketplace
Context agent that gets you up to speed on anything in about 60 seconds. Parallel web searches, source quality filtering, Opus synthesis.
Install:
/plugin install searchwave@searchwave-marketplace
Commands: /wave (quick context, ~60s) · /deepwave (deep evaluation, 70s–10min)
Synthesis: Opus (model default)
Repository: https://github.com/rowbradley/searchwave
Token-efficient variant. Same search and fetch architecture, all synthesis uses Sonnet explicitly.
Install:
/plugin install searchwave-sonnet@searchwave-marketplace
Commands: /wave (quick context, ~60s) · /deepwave (deep evaluation, 70s–10min)
Synthesis: Sonnet (explicit)
Repository: https://github.com/rowbradley/searchwave-sonnet
10-search variant of Standard mode. A/B testing broader search coverage. Opus synthesis.
Install:
/plugin install searchwave-x10@searchwave-marketplace
Commands: /deepwave-x10 (10-search standard mode)
Synthesis: Opus (model default)
Repository: https://github.com/rowbradley/searchwave-x10
News briefing tool using Brave's dedicated News Search API. Source quality filtering, story clustering, two depth modes. Requires Brave Search API key.
Install:
/plugin install bravenews@searchwave-marketplace
Commands: /bravenews (quick scan, ~30s) · /bravenews deep [topic] (deep briefing, ~60-90s)
Requires: Brave Search API key (setup instructions)
Repository: https://github.com/rowbradley/bravenews
| Plugin | Searches | Synthesis | Speed | Cost |
|---|---|---|---|---|
| searchwave | 3–6 | Opus | ~60s–10min | Higher |
| searchwave-sonnet | 3–6 | Sonnet | ~60s–10min | Lower |
| searchwave-x10 | 10 | Opus | ~90s | Higher |
| bravenews | 2 | Model default | ~30-90s | Brave API |
searchwave-marketplace/
├── .claude-plugin/
│ └── marketplace.json
├── README.md
└── LICENSE
MIT