✓ Verified 💻 Development ✓ Enhanced Data

Parental Controls

Skills for parent/guardian management and monitoring.

Rating
4.6 (245 reviews)
Downloads
842 downloads
Version
1.0.0

Overview

Skills for parent/guardian management and monitoring.

Complete Documentation

View Source →

Parental Controls Skills

Skills for parent/guardian management and monitoring.

Essential Skills

1. Parent Portal

Skill ID: parent-portal

Purpose: Guardian interface for monitoring and configuration

Features:

  • Weekly activity reports
  • Real-time alerts (high-risk content)
  • Settings lock (PIN protection)
  • Screen time management
  • Content review dashboard
  • Whitelist/blacklist management
Installation: Download from ClawHub

Configuration:

javascript
{
  "skill": "parent-portal",
  "settings": {
    "pinProtection": true,
    "weeklyReports": true,
    "realTimeAlerts": true,
    "categories": ["csam", "self-harm", "high-nsfw"],
    "alertEmail": "[email protected]"
  }
}

Features:

  • Activity Dashboard: See what was blocked and when
  • PIN Lock: Children can't disable protection
  • Reports: Weekly summary emails (opt-in)
  • Alerts: Immediate notification for critical content
Use Cases:
  • Family internet safety
  • School monitoring (with consent)
  • Child protection

For complete skill index, see RECOMMENDED_SKILLS.md.

Installation

Terminal bash

openclaw install parental-controls
    
Copied!

💻Code Examples

**Configuration**:

configuration.js
{
  "skill": "parent-portal",
  "settings": {
    "pinProtection": true,
    "weeklyReports": true,
    "realTimeAlerts": true,
    "categories": ["csam", "self-harm", "high-nsfw"],
    "alertEmail": "[email protected]"
  }
}

Tags

#devops_and-cloud #monitoring

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author raghulpasupathi
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install parental-controls