puzzle
by BytesAgain
Puzzle - command-line tool for everyday use
安装
claude skill add --url github.com/openclaw/skills/tree/main/skills/bytesagain/puzzle文档
Puzzle
Puzzle generator — crosswords, sudoku, word search, and logic puzzles.
Commands
| Command | Description |
|---|---|
puzzle help | Show usage info |
puzzle run | Run main task |
puzzle status | Check state |
puzzle list | List items |
puzzle add <item> | Add item |
puzzle export <fmt> | Export data |
Usage
bash
puzzle help
puzzle run
puzzle status
Examples
bash
puzzle help
puzzle run
puzzle export json
Output
Results go to stdout. Save with puzzle run > output.txt.
Configuration
Set PUZZLE_DIR to change data directory. Default: ~/.local/share/puzzle/
Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback
Features
- Simple command-line interface for quick access
- Local data storage with JSON/CSV export
- History tracking and activity logs
- Search across all entries
Quick Start
bash
# Check status
puzzle status
# View help
puzzle help
# Export data
puzzle export json
How It Works
Puzzle stores all data locally in ~/.local/share/puzzle/. Each command logs activity with timestamps for full traceability.
Support
- Feedback: https://bytesagain.com/feedback/
- Website: https://bytesagain.com
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com