Generator
Generator - command-line tool for everyday use
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 34 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (a general-purpose 'generator' CLI) matches the included shell script which implements a local data/placeholder generator and logging facility. Minor incoherence: SKILL.md and the script advertise version 2.0.0 while the registry metadata lists version 1.0.1 — this appears to be a release/metadata mismatch but does not change functionality.
Instruction Scope
SKILL.md documents the commands and an optional GENERATOR_DIR; the runtime script implements those commands and confines activity to a user data directory ($HOME/.local/share/generator by default). The script logs user input into .log files and exposes search/export/status operations; it does not access other system paths, environment variables beyond HOME, or remote endpoints.
Install Mechanism
There is no install spec or remote download. The skill includes a local shell script only. No external packages or archives are fetched, so install risk is low.
Credentials
The skill requests no credentials or special env vars. It uses HOME and an optional GENERATOR_DIR to store data under the user's home directory. This is proportionate, but note that any sensitive input given to the tool will be logged to files in that data directory.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges or modify other skills/config. It writes persistent files only to the user's data directory (~/.local/share/generator by default), which is normal for a CLI utility.
Assessment
This skill appears to be a simple local CLI script that stores everything you type into log files under ~/.local/share/generator (or under the directory you set in GENERATOR_DIR). It does not contact the network or request secrets. Before installing: (1) review the script if you are concerned, (2) be aware that any sensitive text you enter will be stored in those logs, and (3) consider setting GENERATOR_DIR to a location you control or regularly clean if you plan to input private data. The version number mismatch between the package metadata (1.0.1) and the files (v2.0.0) looks like a release/metadata oversight but is not a security indicator by itself.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.1
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
Generator
Content generator — create placeholder data, test fixtures, sample datasets, and templates.
Commands
| Command | Description |
|---|---|
generator help | Show usage info |
generator run | Run main task |
generator status | Check current state |
generator list | List items |
generator add <item> | Add new item |
generator export <fmt> | Export data |
Usage
generator help
generator run
generator status
Examples
# Get started
generator help
# Run default task
generator run
# Export as JSON
generator export json
Output
Results go to stdout. Save with generator run > output.txt.
Configuration
Set GENERATOR_DIR to change data directory. Default: ~/.local/share/generator/
Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
