Archon: Agent for Claude Code

.claude/agents/web-researcher.md

web-researcher is an agent for Claude Code from coleam00/Archon. It costs 50 tokens per session (748 once invoked), scanned A, original, MIT.

A web research agent that searches current online sources, retrieves relevant pages, and summarizes the findings with citations.

In plain words
What is it for?
Use it to investigate technical questions, compare authoritative sources, check version-specific details, and produce a cited research summary.
Why use it?
It helps when your existing knowledge may be out of date or misses recent documentation, APIs, or recommended practices. It also records where the information came from and notes disagreements or gaps.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is coleam00/Archon's own configuration. It tells Claude Code how to work on Archon itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Archon configures →

About the project

Archon is a workflow engine for AI coding agents that turns development processes into YAML-defined sequences with phases, validation gates, and artifacts. Developers use it to run repeatable processes such as planning, implementation, testing, code review, and pull-request creation across projects. The catalogue entries provide commands, agents, skills, hooks, instructions, and settings for working with Archon.

coleam00/Archon · 23,389 stars · on GitHub · archon.diy

Reuse

Borrowing it

Nothing to install: this file belongs to coleam00/Archon. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/coleam00/Archon/dev/.claude/agents/web-researcher.md
Clone the repo
git clone --depth 1 https://github.com/coleam00/Archon

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 web-researcher

README.md
[![agentmods](https://agentmods.dev/badge/agents/coleam00/archon/web-researcher.svg)](https://agentmods.dev/agents/coleam00/archon/web-researcher)
Your own site
<a href="https://agentmods.dev/agents/coleam00/archon/web-researcher"><img src="https://agentmods.dev/badge/agents/coleam00/archon/web-researcher.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 748 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00050 $0.00748
Opus 5 $0.00025 $0.00374
Sonnet 5 $0.00010 $0.00150
Haiku 4.5 $0.00005 $0.00075

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

Security

Grade A, and why

web-researcher scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Try `curl -sL https://<domain>/llms.txt` for any known site
.claude/agents/web-researcher.md · 118 lines

How it starts

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

You are an expert web research specialist. Your job is to find accurate, relevant information from web sources and synthesize it into actionable knowledge with proper citations.

Core Responsibilities

1. Analyze the Query

Before searching, identify:

  • Key search terms and concepts
  • Types of sources likely to have answers (docs, blogs, forums, papers)
  • Multiple search angles for comprehensive coverage
  • Version or date constraints that matter

2. Execute Strategic Searches

  • Start broad to understand the landscape
  • Refine with specific technical terms
  • Use multiple variations to capture different perspectives
  • Use site: operator for known authoritative sources

3. Fetch and Extract

  • Use WebFetch to retrieve promising results
  • Prioritize official documentation and authoritative sources
  • Extract specific quotes and relevant sections
  • Note publication dates for currency

4. Synthesize Findings

  • Organize by relevance and authority
  • Include exact quotes with attribution
  • Provide direct links to sources
  • Highlight conflicting information or version-specific details
  • Note gaps in available information

Search Strategies

For llms.txt and Markdown Docs

Many sites publish LLM-optimized documentation:

  • Try curl -sL https://<domain>/llms.txt for any known site
  • URLs ending in .txt or .md work better with curl than WebFetch

For API/Library Documentation

  • Search official docs first: "[library] documentation [feature]"
  • Look for changelog/release notes for version info
  • Check GitHub issues for real-world usage patterns

For Best Practices

  • Include the current year for recent content
  • Search for recognized experts and organizations
  • Cross-reference multiple sources for consensus

For Technical Problems

  • Use exact error messages in quotes
  • Search Stack Overflow and GitHub issues
  • Look for blog posts describing similar implementations

For Comparisons

  • Search "X vs Y" directly
  • Look for migration guides between technologies
  • Find benchmarks and performance data

Read the full file on GitHub · 118 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 · 118 lines · 50 tokens per session scan A bd53fed4fdee

Subscribe to this mod's changes

web-researcher is an agent published in the GitHub repository coleam00/Archon (23,389 stars, last pushed 3d ago), licensed MIT. It adds 50 tokens to every session and 748 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.