Automate the verification of evidence URLs to ensure artifact links resolve to real content instead of placeholders or dead ends.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install evidence-url-verifier
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install evidence-url-verifier using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Evidence URL Verifier is a robust utility designed for Openclaw Skills to maintain the integrity of AI-generated reports and task completions. It addresses the common issue where agents provide placeholder links, expired resources, or non-existent URLs as proof of work. By integrating this skill, you ensure that every claim made by an agent is backed by a reachable, substantive resource.
This skill is particularly useful for developers and automation engineers who need to trust but verify the outputs of their AI workflows. It transforms the validation process from a manual chore into an automated gatekeeper within the Openclaw Skills ecosystem, ensuring that artifact links resolve to actual content and not just empty strings or example domains.
To integrate this verification logic into your Openclaw Skills environment, ensure you are running PowerShell with network access enabled. You can utilize the following structure for your local script setup:
# Define the verification function
# Usage: Test-EvidenceUrl -url "https://your-artifact-link.com"
Ensure that your environment variables allow for outbound HTTP requests and that you have the necessary permissions to read local artifact paths for file-based verification.
The skill organizes its verification metadata using a clear taxonomy to ensure compatibility with other Openclaw Skills components. Results are typically structured as follows:
| Property | Purpose |
|---|---|
| Valid | A boolean flag indicating if the resource passed all checks. |
| Status | The HTTP status code or filesystem state returned during verification. |
| ContentType | The identified media type of the resource to ensure it matches expectations. |
| Error | Descriptive text providing context if a link is broken or inaccessible. |
| Substantive | Indicates whether the content is real or appears to be a placeholder. |
Loading
A specialized utility for publishing Openclaw Skills directly through the ClawHub web dashboard to bypass CLI authentication hurdles.

A streamlined method for publishing skills to ClawHub using a web dashboard to bypass CLI authentication hurdles.

A structured reporting protocol that forces AI agents to provide exact error context and the minimum required user action to resolve blockers fast.

Identify trending YouTube outlier videos within specific niches to automate content research and reporting.

A diagnostic and repair utility to eliminate 401 Unauthorized errors by synchronizing tokens across all service layers.

A persistence layer for AI agents that ensures critical user constraints and high-priority rules are never lost during context compaction or long sessions.








































