← Back to Skills Marketplace
ckchzh

Registration

by BytesAgain2 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ Security Clean
278
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install registration
Description
Manage registration records and attendee data. Use when logging sign-ups, checking capacity, converting export formats, generating confirmation reports.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install registration
  3. After installation, invoke the skill by name or use /registration
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v2.0.0
Domain-specific upgrade
Metadata
Slug registration
Version 2.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Registration?

Manage registration records and attendee data. Use when logging sign-ups, checking capacity, converting export formats, generating confirmation reports. It is an AI Agent Skill for Claude Code / OpenClaw, with 278 downloads so far.

How do I install Registration?

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

Is Registration free?

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

Which platforms does Registration support?

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

Who created Registration?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.1.

💬 Comments