Registration

Manage Registration data right from your terminal. Built for people who want organize your household without complex setup.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 35 · 0 current installs · 0 all-time installs
byBytesAgain2@ckchzh
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description promise a simple, local registration tool. The included bash script implements commands that read/write logs under ~/.local/share/registration and provide export/status/search functionality, which matches the stated purpose.
Instruction Scope
SKILL.md and the script operate only on the tool's data directory (~/.local/share/registration) and standard utilities (du, wc, tail, grep, cat). There are no instructions to read arbitrary system files, harvest credentials, or send data externally in the visible code/instructions.
Install Mechanism
There is no install spec; the skill is instruction-only but includes scripts/script.sh. The bundle doesn't explain how the script is installed into PATH or invoked as 'registration', so a user would need to install/permit the script manually. No downloads or external installers are used.
Credentials
The skill declares no required environment variables or credentials. The script uses HOME to locate a local data directory (expected) and does not request tokens or secret-bearing env vars.
Persistence & Privilege
always is false and disable-model-invocation is default. The skill does not request permanent/privileged presence, nor does it modify other skills or system-wide config in the visible code.
Assessment
This skill appears to be a simple, local CLI that stores data under ~/.local/share/registration and matches its documentation. Before installing, review the full script (scripts/script.sh) yourself and run it in a sandbox or with limited permissions if possible. Note there's no install mechanism provided — you will need to place the script somewhere on PATH or invoke it directly. Confirm there are no hidden network calls in any remaining (truncated) parts of the script; the visible portion contains no curl/wget/sockets. If you want stronger assurance, run the script with strace or in a disposable VM to watch for unexpected file or network activity. Also be aware that exported JSON generation has minor formatting issues (literal "\n]"), but this is a quality bug, not an access/exfiltration concern.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.1
Download zip
latestvk972b9rwzez7rej3kjsaeaq0r5831gja

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

Registration

Manage Registration data right from your terminal. Built for people who want organize your household without complex setup.

Why Registration?

  • Works entirely offline — your data never leaves your machine
  • Simple command-line interface, no GUI needed
  • Export to JSON, CSV, or plain text anytime
  • Automatic history and activity logging

Getting Started

# See what you can do
registration help

# Check current status
registration status

# View your statistics
registration stats

Commands

CommandWhat it does
registration runRun
registration checkCheck
registration convertConvert
registration analyzeAnalyze
registration generateGenerate
registration previewPreview
registration batchBatch
registration compareCompare
registration exportExport
registration configConfig
registration statusStatus
registration reportReport
registration statsSummary statistics
registration export<fmt> Export (json
registration search<term> Search entries
registration recentRecent activity
registration statusHealth check
registration helpShow this help
registration versionShow version
registration $name:$c entries
registration Total:$total entries
registration Datasize: $(du -sh "$DATA_DIR" 2>/dev/null
registration Version:v2.0.0
registration Datadir: $DATA_DIR
registration Entries:$(cat "$DATA_DIR"/*.log 2>/dev/null
registration Disk:$(du -sh "$DATA_DIR" 2>/dev/null
registration Last:$(tail -1 "$DATA_DIR/history.log" 2>/dev/null
registration Status:OK
registration [Registration]run: $input
registration Saved.Total run entries: $total
registration [Registration]check: $input
registration Saved.Total check entries: $total
registration [Registration]convert: $input
registration Saved.Total convert entries: $total
registration [Registration]analyze: $input
registration Saved.Total analyze entries: $total
registration [Registration]generate: $input
registration Saved.Total generate entries: $total
registration [Registration]preview: $input
registration Saved.Total preview entries: $total
registration [Registration]batch: $input
registration Saved.Total batch entries: $total
registration [Registration]compare: $input
registration Saved.Total compare entries: $total
registration [Registration]export: $input
registration Saved.Total export entries: $total
registration [Registration]config: $input
registration Saved.Total config entries: $total
registration [Registration]status: $input
registration Saved.Total status entries: $total
registration [Registration]report: $input
registration Saved.Total report entries: $total

Data Storage

All data is stored locally at ~/.local/share/registration/. Each action is logged with timestamps. Use export to back up your data anytime.

Feedback

Found a bug or have a suggestion? Let us know: https://bytesagain.com/feedback/


Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…