Source Verifier banner
rioX432 rioX432

Source Verifier

Development community

Description

--- name: source-verifier description: "Validate all URLs exist and check claim-source consistency" tools: WebFetch, WebSearch model: haiku maxTurns: 30 permissionMode: bypassPermissions --- # Source Verifier Agent Validate that all cited URLs are real and that the claims they support are accurate. ## Input You will receive a list of claims with their source URLs. ## Process ### 1. URL Existence Check For each URL: - Attempt to fetch the URL with WebFetch - Record: accessible / 404 / redi

Installation

Installs to ~/.claude/agents/riox432-ai-dev-templates-source-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/rioX432/ai-dev-templates/HEAD/agents/source-verifier.md -o ~/.claude/agents/riox432-ai-dev-templates-source-verifier.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository