cc-websearch CLAUDE.md

cc-websearch CLAUDE.md is an instructions file for Claude Code from Djarvur/cc-websearch. It costs 2,401 tokens per session, scanned A, original, MIT.

Project instructions for cc-websearch, a Claude Code plugin that provides web-search and page-fetching skills. Its bundled Node scripts accept and return the same format as the built-in tools and use DuckDuckGo without API keys.

In plain words
What is it for?
Use them when modifying the search or page-fetching skills, checking supported Node.js versions, or maintaining their drop-in behavior.
Why use it?
They preserve the plugin’s expected interface and output while guiding changes to its Node.js code, configuration, and tests.

Instructions file for Claude Code

Written for Claude Code: PreToolUse hook event. Also seen: reads .claude/ paths; mentions Claude Code.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/djarvur/cc-websearch/claude-md
Clone the repo
git clone --depth 1 https://github.com/Djarvur/cc-websearch

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cc-websearch CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/djarvur/cc-websearch/claude-md.svg)](https://agentmods.dev/instructions/djarvur/cc-websearch/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/djarvur/cc-websearch/claude-md"><img src="https://agentmods.dev/badge/instructions/djarvur/cc-websearch/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,401 This file is loaded in full into every session.
When invoked 2,401 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.02401 $0.02401
Opus 5 $0.01201 $0.01201
Sonnet 5 $0.00480 $0.00480
Haiku 4.5 $0.00240 $0.00240

Measured 6d ago against content hash dd259ef34308, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

cc-websearch CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 180 lines

How it starts

The opening of the file, as written. The whole thing — 180 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Project

cc-websearch — a Claude Code plugin providing two skills, websearch and webfetch, that replace the built-in WebSearch and WebFetch tools. Each skill invokes a bundled Node CLI script that reads JSON on stdin and writes results to stdout, producing output identical to the built-in tools.

Core value: exact drop-in replacement — same interface, same output format, no API keys.

Constraints

  • Runtime: TypeScript compiled to CommonJS bundles; Node ^22.22.2 || ^24.15.0 || >=26.0.0 (see engines in package.json). CI runs on Node 24.
  • Distribution: standard Claude Code plugin. Bundles are committed to git, so the plugin works immediately after install with no build step.
  • Output format: must match Claude Code's built-in WebSearch/WebFetch byte-for-byte.
  • Search backend: DuckDuckGo Lite (lite.duckduckgo.com) scraped with the global fetch and cheerio. No API keys, no accounts.
  • No LLM in the pipeline: WebFetch extracts and converts page content; it never answers the prompt field.
  • Config: ~/.config/websearch/config.json, overridden by WEBSEARCH_* environment variables.

Technology Stack

Versions below are the current pins; package.json is the source of truth.

Package Version Purpose
zod 4.4.3 Stdin/config schema validation (z.strictObject)
cheerio ^1.2.0 Parsing DDG Lite search-result HTML
@mozilla/readability ^0.6.0 Article extraction (Firefox Reader View engine)
jsdom ^30.0.1 DOM implementation required by Readability
turndown ^7.2.4 HTML → Markdown
turndown-plugin-gfm ^1.0.2 GFM tables and strikethrough for Turndown
typescript 6.0.3 Language / tsc --noEmit typechecking
esbuild 0.28.2 Production bundling to .cjs
tsx 4.23.12 Runs build.ts without a compile step
vitest + @vitest/coverage-v8 4.1.x Unit and e2e tests
eslint + typescript-eslint 10.x / 8.x Linting (recommended + strict)
prettier + eslint-config-prettier 3.x / 10.x Formatting

Read the full file on GitHub · 180 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 180 lines · 2,401 tokens per session scan A dd259ef34308

Subscribe to this mod's changes

cc-websearch CLAUDE.md is an instructions file published in the GitHub repository Djarvur/cc-websearch (21 stars, last pushed 5d ago), licensed MIT. It adds 2,401 tokens to every session, about $0.0120 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories