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...
catorch
@catorch
What This Skill Does
Generates word search puzzles locally via the PuzzleTide CLI. Supports themed word banks, custom word lists, difficulty levels, and output as PDF, SVG, or JSON.
Replaces hand-writing word search grids or relying on language models that produce broken or misaligned puzzles.
When to Use It
- Create a printable word search worksheet for a classroom activity
- Generate a themed word search puzzle for a kids' party or event
- Produce a word search grid with a custom list of words for an app or game
- Export a word search puzzle as SVG for digital publishing or design
- Generate a reproducible puzzle with a specific seed for testing or sharing
Install
$ openclaw skills install @catorch/puzzletide-word-searchPuzzleTide 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
- Play online: PuzzleTide word search
- Worksheets: printable puzzles and a word search maker at puzzletide.com
- Source and docs: GitHub · npm · CLI reference
Safety
- Puzzles are generated locally; no account, API key, or network access.
- Do not install packages without asking the user first.
Top skills in this category
Playwright MCP
@spiceman161Browser automation via Playwright MCP server. Navigate websites, click elements, fill forms, extract data, take screenshots, and perform full browser automation workflows.
OneDrive Files
@hith3shBrowse, search, download, and share OneDrive files, create folders, upload files, and manage file actions via Microsoft Graph. Use this skill when users want...
Airtable
@hith3shBrowse Airtable bases and tables, inspect records, create records, and manage fields, comments, and table actions via the Airtable API. Use this skill when u...
Google Search Console
@hith3shGoogle Search Console API integration with managed OAuth. Query search performance analytics, inspect URL indexing status, review sitemaps, and manage verifi...
Gifgrep
@steipeteSearch GIF providers with CLI/TUI, download results, and extract stills/sheets.