Registration
v2.0.1Manage registration records and attendee data. Use when logging sign-ups, checking capacity, converting export formats, generating confirmation reports.
⭐ 0· 204·0 current·0 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk977tn831c4nasqepav1yf07ss83555v
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
