Parental Controls

v1.0.0

Provides a guardian portal for monitoring child activity, managing screen time, setting content filters, and receiving real-time alerts with PIN protection.

0· 502·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for raghulpasupathi/parental-controls.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Parental Controls" (raghulpasupathi/parental-controls) from ClawHub.
Skill page: https://clawhub.ai/raghulpasupathi/parental-controls
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install raghulpasupathi/parental-controls

ClawHub CLI

Package manager switcher

npx clawhub@latest install parental-controls
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
!
Purpose & Capability
The skill claims full parental-control functionality (real-time alerts, content filtering, screen-time enforcement, email reports) yet the SKILL.md provides no concrete integrations, required binaries, or credentials. A real parental-control system would typically need device/network hooks, email/SMS provider credentials, or cloud services — none are declared. This mismatch suggests the description is incomplete or misleading.
!
Instruction Scope
The runtime instructions are very high-level and vague: they list features and a JSON config snippet but do not explain how the agent obtains child activity data, enforces screen time, or sends alerts. The doc references sensitive categories (csam, self-harm, high-nsfw) without guidance on reporting, handling, or legal/ethical safeguards. The single actionable line 'Download from ClawHub' is underspecified and gives the agent broad discretion.
!
Install Mechanism
There is no install spec and no code files — lowest-risk in principle — but the SKILL.md's instruction to 'Download from ClawHub' is ambiguous (no URL, no checksum, no package name). That lack of a concrete, auditable install mechanism is a red flag for a skill that claims to monitor systems and transmit alerts.
!
Credentials
No environment variables, credentials, or config paths are declared, yet the skill indicates it will send weekly emails and real-time alerts and manage device controls. Email/SMS providers, admin credentials for endpoints, or device agents would normally be required. The absence of declared secrets is disproportionate to claimed capabilities and hides how/where data would be sent.
Persistence & Privilege
The skill does not request elevated platform privileges or 'always: true' and is not set to modify other skills. However, because it deals with ongoing monitoring and real-time alerts, any real implementation would need persistent access somewhere (device agents, cloud service). The current manifest does not show how persistence would be achieved or controlled.
What to consider before installing
Do not install yet. The skill claims to monitor children and send alerts but gives no concrete install steps, no source URL, and no information about where data flows or which credentials/services it uses. Before installing, ask the publisher for: (1) a verifiable source or package URL (with checksum) and source code or binary; (2) clear details on what data is collected, where it is stored/transmitted, and which third-party services are used (email/SMS providers, cloud backends); (3) required credentials or device agents and how they are secured; (4) privacy and legal handling of sensitive categories (CSAM, self-harm), including mandatory reporting behavior; and (5) an auditable installation and uninstall procedure. If the publisher cannot provide these, treat the skill as unsafe to install. Additional evidence that would change this assessment: a concrete, auditable installer (URL + checksum or repository), explicit declared env vars/credentials and their purpose, and a privacy/security whitepaper explaining data flows and legal safeguards.

Like a lobster shell, security has layers — review code before you run it.

latestvk970b1crey9d48zrt2cxyp815981jdad
502downloads
0stars
1versions
Updated 2mo ago
v1.0.0
MIT-0

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:

{
  "skill": "parent-portal",
  "settings": {
    "pinProtection": true,
    "weeklyReports": true,
    "realTimeAlerts": true,
    "categories": ["csam", "self-harm", "high-nsfw"],
    "alertEmail": "parent@example.com"
  }
}

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.

Comments

Loading comments...