WebSearch (Exa Power Search)

Intent-routed Exa MCP search with quick/deep/code/docs/debug/news/compare modes and forced citations.

Works with setup

Test report

Verdict
Works with setup
Score
8.8/10
Tested
Jul 16, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 8e72546

Well-engineered 4-step router (triage -> search -> deep-iterate -> report) with a hard 3-pass budget and 'never fabricate, cite every claim' rule enforced at the synthesis step -- but it hard-requires the Exa MCP server (mcp__exa__*) which isn't bundled or available in this environment, so the routing/formatting logic could only be evaluated on paper, not live-executed.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 7/10
  • Docs & honesty 5/5

What WebSearch (Exa Power Search) does

Parses flags and query intent to route a search through the right Exa MCP tool and formats a cited report per mode -- code snippets for --code, side-by-side tables for --compare, gap-driven multi-pass research for --deep. Trigger it for web search, doc lookup, error debugging, or comparing options; it requires the Exa MCP server (with its own API key) to actually run.

How to install WebSearch (Exa Power Search)

git clone https://github.com/mirkobozzetto/arsenal.git
mkdir -p ~/.claude/skills
cp -r arsenal/plugins/websearch/skills/websearch ~/.claude/skills/websearch

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger WebSearch (Exa Power Search)

  • /websearch Intent-routed Exa MCP search with quick/deep/code/docs/debug/news/compare modes and forced citations.

It also activates on plain-language prompts like these:

  • Do a deep multi-pass research comparison of Bun versus Deno in 2026
  • Debug this stack trace by searching the web for the exact error
  • Give me a side-by-side comparison table of these two libraries

Frequently asked questions

Is the WebSearch (Exa Power Search) skill free?
Yes. The skill itself is free from mirkobozzetto/arsenal. SkillProof publishes the install command and an independent test verdict at no cost.
Does WebSearch (Exa Power Search) work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Works with setup. Well-engineered 4-step router (triage -> search -> deep-iterate -> report) with a hard 3-pass budget and 'never fabricate, cite every claim' rule enforced at the synthesis step -- but it hard-requires the Exa MCP server (mcp__exa__*) which isn't bundled or available in this environment, so the routing/formatting logic could only be evaluated on paper, not live-executed.
What is the WebSearch (Exa Power Search) SkillProof Score?
8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 5/5.
How do I install WebSearch (Exa Power Search)?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use WebSearch (Exa Power Search) with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.