← Back to Skills Marketplace
bytesagain3

Coppa

by bytesagain3 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
168
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install coppa
Description
COPPA compliance reference — children's online privacy, parental consent, data collection rules, FTC enforcement. Use when building apps for children under 1...
README (SKILL.md)

COPPA — Children's Online Privacy Protection Act Reference

Quick-reference skill for COPPA compliance, parental consent mechanisms, and FTC enforcement guidelines.

When to Use

  • Building websites or apps directed at children under 13
  • Reviewing data collection practices for COPPA compliance
  • Implementing verifiable parental consent mechanisms
  • Understanding FTC enforcement actions and penalties
  • Auditing third-party SDKs for child-directed services

Commands

intro

scripts/script.sh intro

Overview of COPPA — history, purpose, scope, and the FTC's role.

scope

scripts/script.sh scope

Who COPPA applies to — operators, child-directed services, mixed-audience sites, and actual knowledge standard.

data

scripts/script.sh data

Personal information defined under COPPA — what counts as PI for children.

consent

scripts/script.sh consent

Verifiable Parental Consent (VPC) methods approved by the FTC.

notice

scripts/script.sh notice

Privacy notice requirements — what must be disclosed and how.

safeharbor

scripts/script.sh safeharbor

COPPA Safe Harbor programs and self-regulatory frameworks.

enforcement

scripts/script.sh enforcement

FTC enforcement actions, penalties, and notable COPPA cases.

checklist

scripts/script.sh checklist

COPPA compliance checklist for app and website developers.

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

Variable Description
COPPA_DIR Data directory (default: ~/.coppa/)

Powered by BytesAgain | bytesagain.com | [email protected]

Usage Guidance
This appears to be a local reference/help tool and is coherent with its COPPA guidance description. Before installing, quickly inspect the full scripts/script.sh for any network calls (curl/wget/ssh), child_process execs, downloads, or file writes outside a dedicated data directory. If you plan to run it, run in a restricted/sandbox environment (or inspect the file) and confirm that COPPA_DIR does not contain or overwrite sensitive files. If you need higher assurance, provide the full untruncated script for review; that would raise confidence to high.
Capability Analysis
Type: OpenClaw Skill Name: coppa Version: 1.0.0 The 'coppa' skill is a purely informational reference tool providing guidance on the Children's Online Privacy Protection Act. The implementation in `scripts/script.sh` consists entirely of static text output via heredocs, with no network requests, file system modifications, or sensitive data access.
Capability Assessment
Purpose & Capability
Name/description (COPPA reference) align with the included SKILL.md and scripts/script.sh, which present COPPA guidance and a set of document-like subcommands. There are no unrelated credentials, binaries, or install steps.
Instruction Scope
SKILL.md directs the agent to run scripts/script.sh with simple subcommands (intro, scope, data, consent, etc.). The visible portions of the script output static help text and do not access system secrets or external endpoints. However the script content in the report is truncated mid-section, so the assessment assumes the remainder is consistent with the displayed behavior; review the full script to confirm there are no network calls, execs, or file reads/writes beyond a benign data directory.
Install Mechanism
No install spec — instruction-only with a bundled script. Nothing is downloaded or written during an install step.
Credentials
SKILL.md documents an optional COPPA_DIR configuration (default ~/.coppa/) but the manifest declares no required env vars or credentials. This is proportionate for a local reference. Verify the script does not write unexpected sensitive files into that directory.
Persistence & Privilege
always is false and the skill is user-invocable. There is no indication it modifies other skills or requests permanent elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install coppa
  3. After installation, invoke the skill by name or use /coppa
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Slug coppa
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Coppa?

COPPA compliance reference — children's online privacy, parental consent, data collection rules, FTC enforcement. Use when building apps for children under 1... It is an AI Agent Skill for Claude Code / OpenClaw, with 168 downloads so far.

How do I install Coppa?

Run "/install coppa" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Coppa free?

Yes, Coppa is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Coppa support?

Coppa is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Coppa?

It is built and maintained by bytesagain3 (@bytesagain3); the current version is v1.0.0.

💬 Comments