A comprehensive verification toolkit for age-appropriate content filtering and regulatory compliance within the AI ecosystem.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install age-verification
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 age-verification using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Age Guard is a specialized component of the Openclaw Skills library designed to provide developers with a multi-layered approach to age verification. It enables applications to enforce strict age restrictions and manage parental consent through a variety of methods, ensuring that AI agents interact with users in a safe and legally compliant manner. By integrating this skill, developers can handle complex regulatory requirements like COPPA while maintaining a seamless user experience.
This skill provides the necessary infrastructure to bridge the gap between user identity and content safety. Whether you need a simple honor-system gate or enterprise-grade document scanning, Age Guard offers the flexibility to scale security based on the sensitivity of the content being served through your Openclaw Skills integration.
To begin using this skill within your Openclaw Skills project, install the package via npm:
npm install @clawhub/age-guard
After installation, configure your preferred verification providers in your configuration file to enable document scanning or third-party API integrations.
The skill manages verification states and metadata using a structured schema to ensure privacy and auditability:
| Property | Description | Data Type |
|---|---|---|
verificationMode |
The method used (e.g., face_estimation, id_scan, self_report) | String |
isVerified |
Boolean flag indicating if the user met the age requirement | Boolean |
estimatedAge |
The numeric age determined by the verification process | Number |
consentToken |
A unique identifier for parental authorization records | UUID |
providerReference |
Transaction ID from third-party services like Yoti or Jumio | String |
Loading
A professional workflow for researching marketplace trends and publishing high-quality skills to the ClawHub ecosystem.

ClawText Ingest provides production-ready memory ingestion for AI agents, supporting Discord, files, and URLs with automatic deduplication.

ClawSaver is an intelligent request-batching utility that reduces AI model API costs by 20–40% through efficient message buffering.

A comprehensive web automation skill for OpenClaw that enables professional headless browser interaction, data extraction, and visual page capture.

A sophisticated safety system designed to detect mental health emergencies and provide immediate intervention resources using NLP and behavioral analysis.

A critical safety system for detecting and preventing illegal content through advanced computer vision, hash matching, and automated legal reporting.








































