Djarvur/cc-websearch
25 stars · Last commit 2026-09-14
Drop-in replacement for Claude Code's built-in WebSearch and WebFetch. DuckDuckGo-powered, no API keys, works on every provider.
README preview
# cc-websearch A Claude Code plugin providing WebSearch and WebFetch skills as a drop-in replacement for Claude Code's built-in tools. Powered by DuckDuckGo (no API keys required). Zero configuration for basic use. - **WebSearch** -- Search the web using DuckDuckGo, returning structured XML results - **WebFetch** -- Fetch a web page, extract its main content, and convert to markdown No API keys, no accounts, no subscriptions. Install the plugin and start searching. ## Quick Install Clone the repository and point Claude Code at it: ```bash git clone https://github.com/Djarvur/cc-websearch.git claude --plugin-dir /path/to/cc-websearch ``` Compiled scripts are shipped in git (built via esbuild), so the plugin works immediately after clone -- no build step is needed.