← 返回 Skills 市场
bytesagain3

Coppa

作者 bytesagain3 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
168
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install coppa
功能描述
COPPA compliance reference — children's online privacy, parental consent, data collection rules, FTC enforcement. Use when building apps for children under 1...
使用说明 (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]

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install coppa
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /coppa 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug coppa
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Coppa 是什么?

COPPA compliance reference — children's online privacy, parental consent, data collection rules, FTC enforcement. Use when building apps for children under 1... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 168 次。

如何安装 Coppa?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install coppa」即可一键安装,无需额外配置。

Coppa 是免费的吗?

是的,Coppa 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Coppa 支持哪些平台?

Coppa 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Coppa?

由 bytesagain3(@bytesagain3)开发并维护,当前版本 v1.0.0。

💬 留言讨论