raghulpasupathi-parental-controls

ClawSkills 作者 clawskills

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install clawskills:clawskills~raghulpasupathi-parental-controls
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/clawskills%3Aclawskills~raghulpasupathi-parental-controls/file -o raghulpasupathi-parental-controls.md
# 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": "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](../RECOMMENDED_SKILLS.md).*