AgentStack
SKILL verified MIT Self-run

Puzzletide Word Search

skill-caravaca-labs-puzzletide-cli-puzzletide-word-search · by Caravaca-Labs

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.

No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add skill-caravaca-labs-puzzletide-cli-puzzletide-word-search

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Puzzletide Word Search? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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 — square grid size (6-30); auto-computed if omitted.
  • --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.

Source & license

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

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

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.