A comprehensive validation tool for AI agents to verify URL, JSON schema, email, and phone number formatting.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install data-validate
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 data-validate using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Data Validate is a specialized utility designed to bring rigorous data integrity to AI agent workflows. By providing instant syntax and format checking for common data types, this skill ensures that agents process high-quality information. It supports URL parsing, JSON Schema (draft-07) validation, RFC 5322 email syntax checking, and E.164 phone format verification. As part of the Openclaw Skills ecosystem, it allows developers to build more resilient and error-tolerant automated systems.
The skill is built with a privacy-first approach, performing syntax-level checks only without storing or logging the data content. This makes it an ideal choice for developers who need to validate user inputs or structured agent outputs before they are committed to databases or passed to external APIs.
To get started with this skill, no complex local installation is required for the free tier (up to 10 queries per day). High-volume users can integrate the paid tier using the x402 protocol for micro-payments in USDC on the Base network.
Example URL validation request:
curl -X POST https://validate.agentutil.net/v1/url \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com/path"}'
The skill returns a consistent response structure across all validation types. Openclaw Skills developers can rely on the following schema for parsing results:
| Field | Description |
|---|---|
valid |
A boolean indicating if the input passed all validation rules. |
errors |
An array of strings describing why the validation failed. |
protocol/hostname |
Specific components parsed from URL validation. |
request_id |
A unique identifier for the specific validation request. |
service |
The URL of the validation service used. |
Loading
A real-time fact-checking skill that validates claims against live data sources with structured verdicts and confidence scores.

A comprehensive conversion utility for real-time currency exchange, physical unit transformations, and data encoding.

An open-source, single-binary cybersecurity platform offering 16 specialized modules to protect Linux servers and AI agent hosts.

A standardized, multi-agent development workflow that orchestrates specialized AI agents to handle research, coding, security, and testing tasks.

A precision toolkit for converting addresses to coordinates, performing reverse lookups, and calculating global distances.

A comprehensive cryptographic utility for generating hashes, HMACs, UUIDs, and identifying unknown hash algorithms via a secure API.








































