← 返回 Skills 市场
bytesagain-lab

Ferpa

作者 bytesagain-lab · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
185
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install ferpa
功能描述
FERPA compliance reference — student records privacy, educational rights, consent requirements, and institutional obligations under the Family Educational Ri...
使用说明 (SKILL.md)

FERPA — Student Privacy Compliance Reference

Quick-reference skill for FERPA requirements, student records handling, and educational privacy compliance.

When to Use

  • Determining what constitutes an "education record"
  • Understanding when parental vs student consent is required
  • Designing systems that handle student data
  • Handling records disclosure requests
  • Implementing FERPA-compliant data sharing policies

Commands

intro

scripts/script.sh intro

Overview of FERPA — scope, history, and key definitions.

rights

scripts/script.sh rights

Student and parent rights under FERPA — access, amendment, consent, complaints.

records

scripts/script.sh records

What is (and isn't) an education record — definitions and examples.

directory

scripts/script.sh directory

Directory information — what can be disclosed without consent.

exceptions

scripts/script.sh exceptions

FERPA exceptions — when disclosure is permitted without consent.

technology

scripts/script.sh technology

FERPA and technology — cloud services, LMS, edtech vendor agreements.

penalties

scripts/script.sh penalties

FERPA enforcement, penalties, and complaint procedures.

checklist

scripts/script.sh checklist

FERPA compliance checklist for institutions and vendors.

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

Variable Description
FERPA_DIR Data directory (default: ~/.ferpa/)

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

安全使用建议
This skill appears coherent and limited: it runs a bundled Bash script that prints FERPA guidance. Before installing or running, inspect the full scripts/script.sh yourself to confirm it contains only static text output (no network calls, no file-system traversal beyond writing to an intended FERPA_DIR, and no commands that exec arbitrary input). If you will run the script in an automated agent, consider running it in a restricted environment (container or VM) first. If you need the skill to store data, verify what FERPA_DIR is used for and ensure it does not inadvertently store or transmit student data. If you want higher assurance, provide the complete script output (the truncated portion) so it can be re-reviewed; that could raise confidence to high if it contains only help/version/printing logic.
功能分析
Type: OpenClaw Skill Name: ferpa Version: 1.0.0 The 'ferpa' skill bundle is a purely informational reference tool providing static text regarding the Family Educational Rights and Privacy Act. The primary script (scripts/script.sh) contains no network activity, file system modifications, or sensitive data access, and the SKILL.md instructions are strictly aligned with the stated purpose of providing legal compliance information.
能力评估
Purpose & Capability
Name/description describe a FERPA reference and the skill provides a local shell script (scripts/script.sh) with commands that print FERPA guidance. There are no unrelated env vars, binaries, or install steps requested.
Instruction Scope
SKILL.md instructs the agent to run scripts/script.sh with specific subcommands (intro, rights, records, etc.). The script content shown prints static guidance and matches the described scope. The skill does not request reading unrelated system files or external endpoints in the visible code.
Install Mechanism
No install spec is present (instruction-only with a bundled script). That is the lowest-risk pattern; nothing is downloaded from external URLs or installed globally.
Credentials
No credentials or sensitive environment variables are required. SKILL.md exposes an optional FERPA_DIR configuration (a local data directory), which is proportionate for storing local skill data if used.
Persistence & Privilege
The skill is not always-enabled, does not request elevated privileges, and does not modify other skills or system-wide configuration in the materials provided.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ferpa
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ferpa 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug ferpa
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Ferpa 是什么?

FERPA compliance reference — student records privacy, educational rights, consent requirements, and institutional obligations under the Family Educational Ri... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 185 次。

如何安装 Ferpa?

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

Ferpa 是免费的吗?

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

Ferpa 支持哪些平台?

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

谁开发了 Ferpa?

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

💬 留言讨论