Skills for age verification and age-appropriate content filtering.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill age-verification --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Age Verification?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-age-verification)More formats (shields.io, HTML) on the badges page.
---
name: Age Verification Skills
description: Skills for age verification and age-appropriate content filtering.
---
# Age Verification Skills
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**:
```bash
npm install @clawhub/age-guard
```
**Methods**:
1. **Self-reported**: Honor system (basic)
2. **Document verification**: ID scanning
3. **Face estimation**: Computer vision
4. **Third-party**: Yoti, Jumio APIs
5. **Parental PIN**: For children
**Use Cases**:
- COPPA compliance (children < 13)
- Age-restricted content
- Parental control enforcement
---
*For geo-blocking, see [GEO_BLOCKING.md](GEO_BLOCKING.md).*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.