puzzle

by BytesAgain

Puzzle - command-line tool for everyday use

View Chinese version with editor review

安装

claude skill add --url github.com/openclaw/skills/tree/main/skills/bytesagain/puzzle

文档

Puzzle

Puzzle generator — crosswords, sudoku, word search, and logic puzzles.

Commands

CommandDescription
puzzle helpShow usage info
puzzle runRun main task
puzzle statusCheck state
puzzle listList 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

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com