# Puzzletide Printable Puzzles

> Use this skill when the user wants printable puzzle worksheets — PDF activity sheets for classrooms, kids, parties, newsletters, or activity books. Produces print-ready word search, crossword, and sudoku PDFs (with solution pages) locally via the PuzzleTide CLI.

- **Type:** Skill
- **Install:** `agentstack add skill-caravaca-labs-puzzletide-cli-puzzletide-printable-puzzles`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Caravaca-Labs](https://agentstack.voostack.com/s/caravaca-labs)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Caravaca-Labs](https://github.com/Caravaca-Labs)
- **Source:** https://github.com/Caravaca-Labs/puzzletide-cli/tree/main/skills/puzzletide-printable-puzzles

## Install

```sh
agentstack add skill-caravaca-labs-puzzletide-cli-puzzletide-printable-puzzles
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# PuzzleTide Printable Puzzles

Produce print-ready puzzle PDFs with the local PuzzleTide CLI. Every PDF
includes the puzzle page(s) and a solution page (omit it with
`--no-solution-page`). Use `--paper a4` outside North America.

Prefer the local CLI. Check availability in this order:

```bash
ptide --version
puzzletide --version
npx puzzletide --version
```

If none of those work, ask the user before installing (`npm install -g puzzletide`).

## One-off worksheets

```bash
ptide wordsearch generate --theme seasonal/winter-holidays --pdf christmas.pdf --title "Christmas Word Search"
ptide crossword generate --file words.json --pdf review.pdf --title "Unit 4 Review"
ptide sudoku generate --difficulty easy --pdf sudoku.pdf --paper a4
```

## Packets (multiple sheets)

Vary `--seed` to make each sheet different, and give each file a name:

```bash
for i in 1 2 3 4 5; do
  ptide sudoku generate --difficulty medium --seed "$i" --pdf "sudoku-$i.pdf" --title "Sudoku #$i"
done
```

## Picking a theme

```bash
ptide words categories                    # animals, geography, holidays, sports, ...
ptide words themes --search halloween     # find theme ids
```

## Tips

- For kids: `ptide wordsearch generate --difficulty easy` keeps words forward-only.
- `--svg ` produces a vector image instead, useful for embedding in documents.
- SVG/PDF titles come from `--title`; the default is the theme title.
- Merge or rearrange pages with the user's preferred PDF tool if needed.

## Links

- More worksheets: [printable puzzles](https://puzzletide.com/printable) at [puzzletide.com](https://puzzletide.com)
- Play online: [word search](https://puzzletide.com/word-search) · [crossword](https://puzzletide.com/crossword) · [sudoku](https://puzzletide.com/sudoku)
- Source and docs: [GitHub](https://github.com/Caravaca-Labs/puzzletide-cli) · [npm](https://www.npmjs.com/package/puzzletide) · [CLI reference](https://github.com/Caravaca-Labs/puzzletide-cli/blob/main/docs/cli.md)

## Safety

- Everything runs locally; no account, API key, or network access.
- Do not install packages without asking the user first.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Caravaca-Labs](https://github.com/Caravaca-Labs)
- **Source:** [Caravaca-Labs/puzzletide-cli](https://github.com/Caravaca-Labs/puzzletide-cli)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-caravaca-labs-puzzletide-cli-puzzletide-printable-puzzles
- Seller: https://agentstack.voostack.com/s/caravaca-labs
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
