Lottery

v3.0.0

Generate lottery numbers and check results. Use when picking numbers for draws.

0· 207·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included files and commands. The script implements pick, powerball, mega, check, history, and stats which align with 'generate and check lottery numbers.'
Instruction Scope
SKILL.md only instructs running the bundled shell script. The script only reads/writes under $HOME/.local/share/lottery and prints generated numbers. It does not access external endpoints, other system credentials, or unrelated files.
Install Mechanism
No install spec; this is an instruction-only skill with one included script. Nothing is downloaded or extracted from external sources.
Credentials
The skill declares no required env vars or credentials (appropriate). Note: the script implicitly relies on common system utilities (shuf, sort, tr, mkdir, cat, wc). The registry metadata did not list these as required binaries, but they are standard on most Unix-like systems.
Persistence & Privilege
always is false and the skill does not request elevated privileges. It creates and uses its own data directory (~/.local/share/lottery) only.
Assessment
This skill appears to do what it says: generate numbers and read a local history file. It does not call the network or request secrets. A few practical notes before installing: (1) the script will create ~/.local/share/lottery; no sensitive files are read, but check that location if you care about stored picks. (2) The script depends on standard Unix tools (shuf, sort, tr, wc); ensure those are present. (3) There are minor bugs (e.g., the check command prints literal '$2' and '$3' instead of expanded values and the script never writes picks to picks.log), so expect imperfect behavior. (4) If you prefer, inspect the included scripts yourself before use; avoid installing scripts from unknown publishers if you have strong security requirements.

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

latestvk978zqne0zdyycd9b09ajxsfzn837st4

License

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

Comments