evidence-url-verifier

Verify evidence URLs resolve with HTTP 200 and real content.

3|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/Dalomeve/bot-output --skill evidence-url-verifier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evidence-url-verifier
Source: https://github.com/Dalomeve/bot-output/tree/main/skills/evidence-url-verifier
Command: npx skills add https://github.com/Dalomeve/bot-output --skill evidence-url-verifier

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Evidence URLs are frequently unreliable, leading to audits missing proof or requiring manual validation.

Core Features & Use Cases

  • Validate that each linked URL is live (HTTP 200) and reachable.
  • Detect placeholders and ensure content authenticity for cited artifacts in reports and tasks.
  • Use cases include verifying external links in project updates, audit artifacts, and research notes.

Quick Start

Provide a URL list and verify each resolves to real content.

Frequently Asked Questions about evidence-url-verifier

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify evidence URLs resolve to real content?

To verify evidence URLs, you provide a list of links to check that each resolves with HTTP 200, matches the claimed content type, and avoids placeholders. This resolves the problem of audits missing proof or requiring manual validation.

How do I validate external links in project reports for audit artifacts?

Validating external links in audit artifacts requires checking that each URL is live and points to authentic content. This process detects placeholders and ensures cited artifacts in project updates and research notes are reachable and reliable.

What is URL content verification and when do I need it for research notes?

URL content verification is the process of ensuring external URLs serve as valid evidence by resolving with HTTP 200 and matching claimed types. You need it for audits of task completions, project reports, and research artifacts to prevent missing proof.

Can I check both local and remote URLs for placeholder avoidance?

Yes, you can check both local and remote URLs for placeholder avoidance. The verification process supports local and remote checks to ensure content authenticity and detect placeholders in cited artifacts across reports and tasks.

Does the URL verifier detect placeholders in cited artifacts?

Yes, the URL verifier detects placeholders in cited artifacts. It ensures content authenticity by validating that linked URLs are live, reachable with HTTP 200, and point to real content rather than placeholders in reports and tasks.

What's the best way to automate URL validation for task completion audits?

The best way to automate URL validation for task completion audits is to provide a URL list to batch verify each link resolves to real content. This confirms HTTP 200 status, content type matching, and placeholder avoidance for audit artifacts.