Skills for age verification and age-appropriate content filtering.
Essential Skills
1. Age Guard
Skill ID: age-guard
Purpose: Verify user age and enforce age restrictions
Features:
Document verification (ID, passport)
Face-based age estimation
Third-party verification (Yoti, Jumio)
Age gate UI components
Parental consent workflows
Installation:
npm install @clawhub/age-guard
Methods:
Self-reported: Honor system (basic)
Document verification: ID scanning
Face estimation: Computer vision
Third-party: Yoti, Jumio APIs
Parental PIN: For children
Use Cases:
COPPA compliance (children < 13)
Age-restricted content
Parental control enforcement
For geo-blocking, see GEO_BLOCKING.md.
1---2name: age-verification3description: Age Verification Skills4---5# Age Verification Skills67Skills for age verification and age-appropriate content filtering.89## Essential Skills1011### 1. Age Guard12**Skill ID**: `age-guard`1314**Purpose**: Verify user age and enforce age restrictions1516**Features**:17- Document verification (ID, passport)18- Face-based age estimation19- Third-party verification (Yoti, Jumio)20- Age gate UI components21- Parental consent workflows2223**Installation**:24```bash25npm install @clawhub/age-guard26```2728**Methods**:291. **Self-reported**: Honor system (basic)302. **Document verification**: ID scanning313. **Face estimation**: Computer vision324. **Third-party**: Yoti, Jumio APIs335. **Parental PIN**: For children3435**Use Cases**:36- COPPA compliance (children < 13)37- Age-restricted content38- Parental control enforcement3940---4142*For geo-blocking, see [GEO_BLOCKING.md](GEO_BLOCKING.md).*
Run npx skillmds@latest add javimosch/age-verification in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Age Verification Skills It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
javimosch (@javimosch) published this skill. Their other Agent Skills are listed on their SkillMD profile.