Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Caravaca-Labs/puzzletide-cli --skill puzzletide-word-searchgit clone --depth 1 https://github.com/Caravaca-Labs/puzzletide-cliWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/caravaca-labs/puzzletide-cli/puzzletide-word-search)<a href="https://agentmods.dev/skills/caravaca-labs/puzzletide-cli/puzzletide-word-search"><img src="https://agentmods.dev/badge/skills/caravaca-labs/puzzletide-cli/puzzletide-word-search/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/caravaca-labs/puzzletide-cli/puzzletide-word-search"><img src="https://agentmods.dev/badge/skills/caravaca-labs/puzzletide-cli/puzzletide-word-search.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00058 | $0.00767 |
| Opus 5 | $0.00029 | $0.00383 |
| Sonnet 5 | $0.00012 | $0.00153 |
| Haiku 4.5 | $0.00006 | $0.00077 |
Grade A, and why
puzzletide-word-search scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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
- Play online: PuzzleTide word search
- Worksheets: printable puzzles and a word search maker at puzzletide.com
- Source and docs: GitHub · npm · CLI reference
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 84 lines · 58 tokens per session scan A 35e655313718
puzzletide-word-search is a skill published in the GitHub repository Caravaca-Labs/puzzletide-cli (0 stars, last pushed 1mo ago), licensed MIT. It adds 58 tokens to every session and 767 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
sprite-animation
A pixel / sprite-style animated explainer slide — full-bleed cream stage, bold display year, animated pixel-art mascot (e.g. Hanafuda card, mushroom, or 8-bit console), kinetic Japanese display type, ticking timeline ribbon. Reads like a single frame of an educational motion video — looping CSS keyframes, no JS, ready…
html-ppt-course-module
Online-course / workshop module deck — warm paper background + Playfair serif, persistent left sidebar of learning objectives, MCQ self-check page. Use for teaching modules, training materials, workshop slides.
baoyu-comic
A tool for creating educational comics from supplied text, files, links, or topics. It can cover explanations, biographies, and tutorials in different visual styles, tones, layouts, sizes, and languages.
manim-video
Manim CE animations: 3Blue1Brown math/algo videos.
html-ppt-zhangzara-daisy-days
A customer-success workshop onboarding users to a project-management app — the first-value path and the habits that retain. Built as a decision-grade professional training deck for new customers, CS team.
get-rep-call-feedback
Use when the user wants evidence-backed coaching for one rep's calls, especially by comparing the rep with peer examples to identify repeatable best practices, specific upgrade moments, and practical next-call language.