← Back to Skills Marketplace
bytesagain-lab

Lottery

by bytesagain-lab · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ✓ Security Clean
289
Downloads
0
Stars
1
Active Installs
6
Versions
Install in OpenClaw
/install lottery
Description
Generate lottery numbers and check results. Use when picking numbers for draws.
README (SKILL.md)

lottery

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

Commands

pick

scripts/script.sh pick \x3Ccount max>

powerball

scripts/script.sh powerball

mega

scripts/script.sh mega

check

scripts/script.sh check \x3Cnumbers winning>

history

scripts/script.sh history

stats

scripts/script.sh stats

Data Storage

Data stored in ~/.local/share/lottery/.


Powered by BytesAgain | bytesagain.com | [email protected]

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: lottery Version: 3.0.0 The lottery skill bundle is a straightforward utility for generating and checking lottery numbers. The shell script (scripts/script.sh) uses standard system utilities like shuf and wc to perform its functions and stores data locally in the user's home directory as documented. No evidence of malicious intent, data exfiltration, or suspicious execution was found.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lottery
  3. After installation, invoke the skill by name or use /lottery
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.0.0
v3.0.0: Complete rewrite.
v2.0.2
update
v2.0.1
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v2.0.0
Domain-specific upgrade
v1.0.0
Initial release
Metadata
Slug lottery
Version 3.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 6
Frequently Asked Questions

What is Lottery?

Generate lottery numbers and check results. Use when picking numbers for draws. It is an AI Agent Skill for Claude Code / OpenClaw, with 289 downloads so far.

How do I install Lottery?

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

Is Lottery free?

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

Which platforms does Lottery support?

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

Who created Lottery?

It is built and maintained by bytesagain-lab (@bytesagain-lab); the current version is v3.0.0.

💬 Comments