agentsclimarketplace

Puzzletide word search

Skill Caravaca-Labs/puzzletide-cli/skills/puzzletide-word-search

Use this skill whenever the user asks for a word search puzzle — themed, custom word lists, kids activities, classroom worksheets, printable PDFs, or puzzle data for an app. Generates correct grids locally with the PuzzleTide CLI instead of hand-writing letters.From its SKILL.md

Install
npx -y skills add Caravaca-Labs/puzzletide-cli --skill puzzletide-word-search

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.9 KB, 555 tokens by cl100k_base, as published. Nobody here has run it

PuzzleTide Word Search

Generate word search puzzles with the local PuzzleTide CLI.

Never hand-write a word search grid. Language models reliably produce grids where words are misaligned, broken, or missing entirely. The CLI places every word deterministically and is property-tested: every word in the list is guaranteed to be findable in the grid.

Prefer the local CLI. Check availability in this order:

ptide --version
puzzletide --version
npx puzzletide --version

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

Generate from a custom word list

ptide wordsearch generate --words "coral,shark,kelp,wave,tide"

Generate from a bundled themed word bank

ptide words themes --search dinosaur          # find a theme id
ptide wordsearch generate --theme animals/dinosaurs --count 12

Printable worksheet (PDF with solution page) or SVG

ptide wordsearch generate --theme animals/ocean-animals --pdf ocean.pdf
ptide wordsearch generate --words "..." --svg puzzle.svg --title "Ocean Fun"

Useful options

  • --difficulty easy|medium|hard — easy is forward-only (great for kids), hard uses all 8 directions including backwards.
  • --size <n> — square grid size (6-30); auto-computed if omitted.
  • --seed <seed> — reproducible output; the seed is printed with every puzzle.
  • --json — structured data (grid, word placements with coordinates) for apps and automation.

Canonical form for automation

ptide run puzzle.wordsearch.generate --theme space --json

Links

Safety

  • Puzzles are generated locally; no account, API key, or network access.
  • Do not install packages without asking the user first.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.