evidence-url-verifier
Verify evidence URLs are real and accessible. Check that artifact links resolve to actual content, not placeholders.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dalomeve/evidence-url-verifierWhat This Skill Does
The Evidence URL Verifier is a mission-critical utility for OpenClaw agents designed to validate the authenticity and accessibility of external resources provided as proof of work. In automated environments, "placeholder" URLs, broken links, and empty artifacts can lead to silent task failures or falsified reporting. This skill automates the verification process by performing deep head requests to ensure resources resolve, inspecting content-types to prevent mismatches, and parsing response bodies for common placeholder text like "lorem ipsum" or "example.com". By integrating this into your agent's workflow, you ensure that any evidence cited in a report is verifiable, substantive, and accessible to human auditors.
Installation
To integrate this skill into your local environment, ensure you have the OpenClaw agent installed. Run the following command in your terminal:
clawhub install openclaw/skills/skills/dalomeve/evidence-url-verifier
Once installed, the agent will have access to the Test-EvidenceUrl function and the associated content inspection logic defined in the skill manifest.
Use Cases
- Automated Reporting: Verify that links included in progress reports are active before submitting to management.
- Quality Assurance: Check that generated artifacts (e.g., screenshots or logs) are not zero-byte files.
- Content Auditing: Ensure that marketing or documentation links point to final production pages rather than development placeholders.
- Compliance Checks: Validate that external links adhere to expected content types (e.g., ensuring a PDF link actually returns application/pdf).
Example Prompts
- "Verify the evidence URL provided in the latest task update to ensure it isn't a placeholder."
- "Check all external links in the current report for 200 OK responses and ensure no 'lorem ipsum' content is found."
- "Before marking this audit as complete, run the evidence-url-verifier on all attached file paths and external URLs."
Tips & Limitations
- Rate Limiting: To avoid IP blacklisting or triggering WAFs, this skill enforces a strict 1 request per second limit. Do not bypass this setting.
- Privacy: Avoid passing URLs containing API keys or private tokens, as the skill may log request headers. The skill is designed to ignore private contents but always sanitize inputs.
- Scope: This tool focuses on public or accessible file paths. It cannot bypass authentication barriers or VPN requirements.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dalomeve-evidence-url-verifier": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read
Related Skills
Instruction Anchor Guard
Skill by dalomeve
ui-design-optimizer
Generate practical UI design systems and starter pages using local style/color/typography datasets. Use for landing page or dashboard UI planning and implementation.
Skill Governance Balanced
Skill by dalomeve
clawhub-web-publisher
Publish OpenClaw skills to ClawHub using the web dashboard only (no CLI login). Use when an agent must reliably upload a local skill folder, avoid auth-loop failures, and enforce privacy-safe publishing with verification evidence.
model-route-guard
Diagnose and fix model routing conflicts. Ensure primary model uses correct provider endpoint without duplicate overrides.