Generate random numbers, UUIDs, passwords, or pick random items from a list. Use when the user needs any kind of randomness.
Generate random numbers, UUIDs, passwords, and random picks.
✅ USE this skill when:
❌ DON'T use this skill when:
secrets or crypto libraries# Random integer in range
python {skill_path}/random_util.py --int 1 100
# Random float in range
python {skill_path}/random_util.py --float 0.0 1.0
# UUID
python {skill_path}/random_util.py --uuid
# Random password (default 16 chars)
python {skill_path}/random_util.py --password 20
# Pick N random items from a comma-separated list
python {skill_path}/random_util.py --choice "apple,banana,cherry,date" --count 2
random_util.py CLI for all random generationEdit PDFs with natural-language instructions using the nano-pdf CLI.
Control Sonos speakers (discover/status/play/volume/group).
Terminal Spotify playback/search via spogo (preferred) or spotify_player.
Capture frames or clips from RTSP/ONVIF cameras.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
Category:tools