LaunchKit · 2026
Back to Skills

age-verification

Skills for age verification and age-appropriate content filtering.

0
331 downloads
by @raghulpasupathi

Setup & Installation

openclaw skills install @raghulpasupathi/age-verification

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install age-verification

What This Skill Does

Age Guard verifies user age through document scanning, face-based estimation, or third-party APIs. It includes age gate UI components and parental consent workflows for enforcing age restrictions in apps.

Bundles document scanning, face estimation, and third-party verification into one package so you avoid integrating each provider separately.

When to use it

  • Blocking minors from accessing adult content on a streaming platform
  • Achieving COPPA compliance for apps that collect data from children under 13
  • Age-gating alcohol or tobacco product pages in an e-commerce store
  • Collecting parental consent before a child completes account signup
  • Restricting access to age-rated video game content at login

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User attempts to access age-restricted content on a platform

AGENT
  1. 1Display age gate UI component to the user
  2. 2Prompt the user to select a verification method: document scan, face estimation, or third-party
  3. 3Capture and process the submitted document or face image
  4. 4Send data to Yoti or Jumio if third-party verification is selected
  5. 5Grant or deny access based on the verified age result
OUTPUT

User gains access if their verified age meets the threshold, or receives a denial message if not

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Yoti API credentialsJumio API credentials