A comprehensive guardian interface for monitoring activity, managing screen time, and configuring safety filters for AI agent interactions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install parental-controls
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 parental-controls using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Parent Portal is a sophisticated management layer designed for guardians who require oversight of AI-driven activities. As part of the wider ecosystem of Openclaw Skills, this tool provides a centralized dashboard to track behavior, review content flags, and enforce safety protocols across different user sessions.
This skill prioritizes safety by offering a granular settings interface where administrators can define risk levels and monitoring depth. By utilizing this skill, guardians can ensure that AI agents operate within safe boundaries while maintaining transparent records of all digital interactions.
To install the Parent Portal, download the package from ClawHub. Once downloaded, configure the skill in your environment using the following JSON structure:
{
"skill": "parent-portal",
"settings": {
"pinProtection": true,
"weeklyReports": true,
"realTimeAlerts": true,
"categories": ["csam", "self-harm", "high-nsfw"],
"alertEmail": "[email protected]"
}
}
The Parent Portal organizes its monitoring data through a structured schema designed for clarity and quick auditing:
| Data Point | Description | Usage |
|---|---|---|
| Activity Dashboard | Visual log of interaction history | Used for general oversight and manual content review. |
| Risk Categories | Defined triggers (e.g., self-harm, NSFW) | Determines which content triggers immediate alerts. |
| PIN Security Hash | Encrypted access key | Secures the configuration panel against tampering. |
| Weekly Summaries | Aggregated metadata reports | Provides long-term insights into usage patterns. |
Loading
An advanced AI-powered content moderation system for real-time detection of explicit images, videos, and text.

A comprehensive suite of safety tools for detecting and filtering explicit content using Openclaw Skills.

A statistical analysis engine for text that evaluates linguistic complexity, predictability, and authenticity through advanced NLP metrics.

A comprehensive suite of tools for identifying AI-generated imagery and analyzing visual metadata through local and cloud-based models.

A robust rate-limiting utility for managing API quotas and request throttling through customizable user tiers.

A high-performance caching utility providing intelligent data retention through LRU and LFU eviction strategies.








































