← 返回 Skills 市场
ckchzh

Registration

作者 BytesAgain2 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ 安全检测通过
278
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install registration
功能描述
Manage registration records and attendee data. Use when logging sign-ups, checking capacity, converting export formats, generating confirmation reports.
安全使用建议
This skill appears to be a simple local CLI that keeps logs at ~/.local/share/registration and does not contact external services or request secrets. Before installing, review the script if you will store sensitive PII (it writes plaintext logs) and consider encrypting or restricting access to the data directory. To remove the skill's data, delete ~/.local/share/registration. If you want networked backups or integrations, ensure those are added explicitly and reviewed — current version does not perform any network I/O.
功能分析
Type: OpenClaw Skill Name: registration Version: 2.0.1 The Registration skill is a local utility for logging and managing data records stored in the user's home directory (~/.local/share/registration). The shell script (scripts/script.sh) performs basic file operations like logging, searching, and exporting data to JSON/CSV/TXT formats without any network activity or access to sensitive system files. While the script contains minor logic errors (such as unreachable code due to duplicate case branches for 'export' and 'status') and lacks input sanitization for JSON exports, there is no evidence of malicious intent or prompt injection.
能力评估
Purpose & Capability
Name/description promise a local registration helper. The provided script and SKILL.md implement a local CLI that logs entries and exports formats; requested resources (none) align with that purpose.
Instruction Scope
SKILL.md tells the agent to run local registration commands and points to local data. The included script operates only on DATA_DIR (~/.local/share/registration) and standard shell utilities (grep, tail, du, wc), and does not read unrelated system files or send data externally.
Install Mechanism
No install spec; the skill is effectively instruction+script. There are no downloads or package installs declared and no archive extraction — minimal risk from the install mechanism.
Credentials
The skill requires no environment variables, credentials, or config paths. The single path it uses (DATA_DIR under the user's HOME) is proportional to its stated function.
Persistence & Privilege
always is false and model invocation is default. The skill stores its own data under the user's home directory only; it does not modify other skills or system-wide configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install registration
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /registration 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v2.0.0
Domain-specific upgrade
元数据
Slug registration
版本 2.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Registration 是什么?

Manage registration records and attendee data. Use when logging sign-ups, checking capacity, converting export formats, generating confirmation reports. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 278 次。

如何安装 Registration?

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

Registration 是免费的吗?

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

Registration 支持哪些平台?

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

谁开发了 Registration?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.1。

💬 留言讨论