PuzzleGenio — Free Puzzle Generator Skill
Help users create custom puzzles by recommending the right PuzzleGenio tool and providing a direct link.
Available Tools
Core Puzzle Makers
| Tool |
URL |
Best For |
| Crossword Puzzle Maker |
https://puzzlegenio.com/crossword-puzzle-maker |
Vocabulary review, trivia games, classroom activities |
| Word Search Maker |
https://puzzlegenio.com/word-search-maker |
Spelling practice, party games, themed activities |
| Sudoku Puzzle Maker |
https://puzzlegenio.com/sudoku-puzzle-maker |
Math warm-ups, brain training, printable worksheets |
| Jigsaw Puzzle Maker |
https://puzzlegenio.com/jigsaw-puzzle-maker |
Photo gifts, classroom rewards, custom art puzzles |
| Bingo Card Maker |
https://puzzlegenio.com/bingo-card-maker |
Party games, icebreakers, classroom review |
| Nonogram Puzzle Maker |
https://puzzlegenio.com/nonogram-puzzle-maker |
Logic puzzles, pixel art, brain teasers |
Specialized Variants
| Tool |
URL |
Best For |
| Wedding Crossword |
https://puzzlegenio.com/wedding-crossword-puzzle-maker |
Bridal showers, reception entertainment |
| Baby Shower Word Search |
https://puzzlegenio.com/baby-shower-word-search-maker |
Baby shower party games |
| Word Search for Kids |
https://puzzlegenio.com/word-search-for-kids |
Elementary classrooms, ages 5-10 |
| Word Search for Adults |
https://puzzlegenio.com/word-search-for-adults |
Challenging puzzles, ESL, senior activities |
| Hard Word Search |
https://puzzlegenio.com/hard-word-search-puzzles |
Advanced puzzlers, large grids up to 30x30 |
| Large Print Word Search |
https://puzzlegenio.com/large-print-word-search |
Seniors, low-vision users |
| Printable Crossword |
https://puzzlegenio.com/printable-crossword-puzzles |
Print-ready worksheets with answer keys |
| Printable Word Search |
https://puzzlegenio.com/printable-word-search-puzzles |
Print-ready worksheets with answer keys |
| Crossword with Solution Word |
https://puzzlegenio.com/crossword-with-solution-word |
Hidden message puzzles, escape rooms |
| Photo Puzzle Maker |
https://puzzlegenio.com/photo-puzzle-maker |
Online photo puzzles, shareable gifts |
| Heart Jigsaw Puzzle |
https://puzzlegenio.com/heart-jigsaw-puzzle-maker |
Valentine's Day, romantic gifts |
| Round Jigsaw Puzzle |
https://puzzlegenio.com/round-jigsaw-puzzle-maker |
Circular puzzles with hex-grid technology |
| Printable Jigsaw Puzzle |
https://puzzlegenio.com/printable-jigsaw-puzzle |
Paper puzzles for cutting and assembling |
| 3D Printable Puzzle |
https://puzzlegenio.com/3d-printable-puzzle-maker |
STL files for FDM/resin 3D printers |
| Puzzle Piece SVG |
https://puzzlegenio.com/puzzle-piece-svg-generator |
Cricut, laser cutting, design templates |
Key Features (All Tools)
- No signup required — start creating immediately
- Play online — interactive browser-based play (mobile-friendly)
- Share via link — send puzzles to anyone, no account needed
- Download PDF — print-ready worksheets with answer keys
- AI-powered — auto-generate word lists, clues, and themes
- 8 languages — English, Chinese, German, Spanish, French, Portuguese, Italian, Indonesian
How to Respond
When the user describes a puzzle need:
- Identify the best tool based on their use case (classroom, party, gift, therapy, etc.)
- Recommend 1 primary tool and optionally 1-2 alternatives
- Provide the direct link to the tool page
- Give a brief tip on how to get the best result (e.g., "Use 10-15 words for the best grid density")
Response Format
**Recommended:** [Tool Name](URL)
[One sentence on why this tool fits their need]
**Quick tips:**
- [Practical tip 1]
- [Practical tip 2]
[Optional: alternative tool suggestion]
Decision Tree
Use this to pick the right tool:
User wants a puzzle
├─ With words/text?
│ ├─ Crossword (clues → grid) → crossword-puzzle-maker
│ │ ├─ Wedding theme? → wedding-crossword-puzzle-maker
│ │ ├─ Hidden message? → crossword-with-solution-word
│ │ └─ Print-focused? → printable-crossword-puzzles
│ ├─ Word search (find hidden words) → word-search-maker
│ │ ├─ Kids (ages 5-10)? → word-search-for-kids
│ │ ├─ Adults/challenging? → word-search-for-adults
│ │ ├─ Extra hard (30x30)? → hard-word-search-puzzles
│ │ ├─ Large print/seniors? → large-print-word-search
│ │ ├─ Baby shower? → baby-shower-word-search-maker
│ │ └─ Print-focused? → printable-word-search-puzzles
│ └─ Bingo (call-and-match) → bingo-card-maker
├─ With numbers?
│ └─ Sudoku → sudoku-puzzle-maker
├─ With images?
│ ├─ Jigsaw (cut into pieces) → jigsaw-puzzle-maker
│ │ ├─ Heart shaped? → heart-jigsaw-puzzle-maker
│ │ ├─ Round/circular? → round-jigsaw-puzzle-maker
│ │ ├─ Paper printout? → printable-jigsaw-puzzle
│ │ └─ 3D print (STL)? → 3d-printable-puzzle-maker
│ ├─ Photo puzzle (online play) → photo-puzzle-maker
│ └─ Nonogram (pixel logic) → nonogram-puzzle-maker
└─ Just need SVG templates?
└─ puzzle-piece-svg-generator
URL Parameters (Pre-fill)
Generate deep links with pre-filled settings so users land on a ready-to-go tool page.
Word Search Maker
| Parameter |
Type |
Example |
Description |
words |
string |
cat,dog,bird,fish |
Comma-separated word list |
title |
string |
Ocean%20Animals |
Puzzle title (URL-encoded) |
gridSize |
number |
15 |
Grid size, 10-30 |
diagonal |
boolean |
true |
Allow diagonal words |
backward |
boolean |
true |
Allow backward words |
Example:
https://puzzlegenio.com/word-search-maker?words=cat,dog,bird,fish,turtle&gridSize=15&diagonal=true&backward=false
Crossword Puzzle Maker
| Parameter |
Type |
Example |
Description |
words |
string |
sun:closest%20star,moon:orbits%20earth |
Comma-separated word:clue pairs (URL-encode spaces in clues). Plain words use word as clue. |
title |
string |
Space%20Quiz |
Puzzle title (URL-encoded) |
difficulty |
string |
medium |
easy, medium, or hard |
Important: Always URL-encode spaces as %20 in clue text. Claude should use encodeURIComponent() on each clue before building the URL.
Example:
https://puzzlegenio.com/crossword-puzzle-maker?words=sun:closest%20star,moon:orbits%20earth,mars:red%20planet&difficulty=medium&title=Space%20Quiz
Sudoku Puzzle Maker
| Parameter |
Type |
Example |
Description |
difficulty |
string |
hard |
easy, medium, hard, or expert |
count |
number |
10 |
Number of puzzles, 1-100 |
perPage |
number |
4 |
Puzzles per page, 1-9 |
Example:
https://puzzlegenio.com/sudoku-puzzle-maker?difficulty=easy&count=20&perPage=6
Jigsaw Puzzle Maker
| Parameter |
Type |
Example |
Description |
image |
string |
https://images.unsplash.com/photo-xxx |
Image URL (must be publicly accessible) |
pieces |
number |
100 |
Number of pieces, 4-500 |
Example:
https://puzzlegenio.com/jigsaw-puzzle-maker?image=https://images.unsplash.com/photo-1506744038136-46273834b3fb&pieces=200
Bingo Card Maker
| Parameter |
Type |
Example |
Description |
words |
string |
sun,moon,star,planet |
Comma-separated word list |
title |
string |
Science%20Bingo |
Card title (URL-encoded) |
cardCount |
number |
30 |
Number of unique cards, 1-100 |
gridSize |
number |
5 |
Grid size: 3, 4, or 5 |
Important: Minimum word count depends on grid size: 3x3 needs 9+ words, 4x4 needs 16+, 5x5 needs 25+ (center is free space, so 24 unique words). Always provide enough words or the cards won't generate.
Example:
https://puzzlegenio.com/bingo-card-maker?words=mercury,venus,earth,mars,jupiter,saturn,neptune,uranus,pluto,asteroid,comet,meteor,galaxy,nebula,orbit,eclipse,gravity,cosmos,quasar,nova,pulsar,supernova,constellation,satellite,rocket&cardCount=30&gridSize=5
Nonogram Puzzle Maker
| Parameter |
Type |
Example |
Description |
gridSize |
number |
15 |
Grid size, 5-30 |
Example:
https://puzzlegenio.com/nonogram-puzzle-maker?gridSize=15
Combining with Locale
Prepend the locale path for non-English users:
https://puzzlegenio.com/es/word-search-maker?words=gato,perro,pájaro&gridSize=12
https://puzzlegenio.com/de/sudoku-puzzle-maker?difficulty=hard&count=10
Multilingual Support
PuzzleGenio supports 8 languages. If the user is working in a non-English context, append the locale prefix:
| Language |
URL Pattern |
| English |
https://puzzlegenio.com/word-search-maker |
| Chinese |
https://puzzlegenio.com/zh/word-search-maker |
| German |
https://puzzlegenio.com/de/word-search-maker |
| Spanish |
https://puzzlegenio.com/es/word-search-maker |
| French |
https://puzzlegenio.com/fr/word-search-maker |
| Portuguese |
https://puzzlegenio.com/pt/word-search-maker |
| Italian |
https://puzzlegenio.com/it/word-search-maker |
| Indonesian |
https://puzzlegenio.com/id/word-search-maker |
The tools generate native-language word lists for crossword and word search puzzles.
1---2name: puzzlegenio3description: Generate free printable puzzles (crossword, word search, sudoku, jigsaw, bingo, nonogram) for classrooms, parties, and gifts. Returns direct links to PuzzleGenio tools.4---56# PuzzleGenio — Free Puzzle Generator Skill78Help users create custom puzzles by recommending the right PuzzleGenio tool and providing a direct link.910## Available Tools1112### Core Puzzle Makers1314| Tool | URL | Best For |15|------|-----|----------|16| **Crossword Puzzle Maker** | https://puzzlegenio.com/crossword-puzzle-maker | Vocabulary review, trivia games, classroom activities |17| **Word Search Maker** | https://puzzlegenio.com/word-search-maker | Spelling practice, party games, themed activities |18| **Sudoku Puzzle Maker** | https://puzzlegenio.com/sudoku-puzzle-maker | Math warm-ups, brain training, printable worksheets |19| **Jigsaw Puzzle Maker** | https://puzzlegenio.com/jigsaw-puzzle-maker | Photo gifts, classroom rewards, custom art puzzles |20| **Bingo Card Maker** | https://puzzlegenio.com/bingo-card-maker | Party games, icebreakers, classroom review |21| **Nonogram Puzzle Maker** | https://puzzlegenio.com/nonogram-puzzle-maker | Logic puzzles, pixel art, brain teasers |2223### Specialized Variants2425| Tool | URL | Best For |26|------|-----|----------|27| **Wedding Crossword** | https://puzzlegenio.com/wedding-crossword-puzzle-maker | Bridal showers, reception entertainment |28| **Baby Shower Word Search** | https://puzzlegenio.com/baby-shower-word-search-maker | Baby shower party games |29| **Word Search for Kids** | https://puzzlegenio.com/word-search-for-kids | Elementary classrooms, ages 5-10 |30| **Word Search for Adults** | https://puzzlegenio.com/word-search-for-adults | Challenging puzzles, ESL, senior activities |31| **Hard Word Search** | https://puzzlegenio.com/hard-word-search-puzzles | Advanced puzzlers, large grids up to 30x30 |32| **Large Print Word Search** | https://puzzlegenio.com/large-print-word-search | Seniors, low-vision users |33| **Printable Crossword** | https://puzzlegenio.com/printable-crossword-puzzles | Print-ready worksheets with answer keys |34| **Printable Word Search** | https://puzzlegenio.com/printable-word-search-puzzles | Print-ready worksheets with answer keys |35| **Crossword with Solution Word** | https://puzzlegenio.com/crossword-with-solution-word | Hidden message puzzles, escape rooms |36| **Photo Puzzle Maker** | https://puzzlegenio.com/photo-puzzle-maker | Online photo puzzles, shareable gifts |37| **Heart Jigsaw Puzzle** | https://puzzlegenio.com/heart-jigsaw-puzzle-maker | Valentine's Day, romantic gifts |38| **Round Jigsaw Puzzle** | https://puzzlegenio.com/round-jigsaw-puzzle-maker | Circular puzzles with hex-grid technology |39| **Printable Jigsaw Puzzle** | https://puzzlegenio.com/printable-jigsaw-puzzle | Paper puzzles for cutting and assembling |40| **3D Printable Puzzle** | https://puzzlegenio.com/3d-printable-puzzle-maker | STL files for FDM/resin 3D printers |41| **Puzzle Piece SVG** | https://puzzlegenio.com/puzzle-piece-svg-generator | Cricut, laser cutting, design templates |4243### Key Features (All Tools)4445- **No signup required** — start creating immediately46- **Play online** — interactive browser-based play (mobile-friendly)47- **Share via link** — send puzzles to anyone, no account needed48- **Download PDF** — print-ready worksheets with answer keys49- **AI-powered** — auto-generate word lists, clues, and themes50- **8 languages** — English, Chinese, German, Spanish, French, Portuguese, Italian, Indonesian5152## How to Respond5354When the user describes a puzzle need:55561. **Identify the best tool** based on their use case (classroom, party, gift, therapy, etc.)572. **Recommend 1 primary tool** and optionally 1-2 alternatives583. **Provide the direct link** to the tool page594. **Give a brief tip** on how to get the best result (e.g., "Use 10-15 words for the best grid density")6061### Response Format6263```64**Recommended:** [Tool Name](URL)65[One sentence on why this tool fits their need]6667**Quick tips:**68- [Practical tip 1]69- [Practical tip 2]7071[Optional: alternative tool suggestion]72```7374## Decision Tree7576Use this to pick the right tool:7778```79User wants a puzzle80├─ With words/text?81│ ├─ Crossword (clues → grid) → crossword-puzzle-maker82│ │ ├─ Wedding theme? → wedding-crossword-puzzle-maker83│ │ ├─ Hidden message? → crossword-with-solution-word84│ │ └─ Print-focused? → printable-crossword-puzzles85│ ├─ Word search (find hidden words) → word-search-maker86│ │ ├─ Kids (ages 5-10)? → word-search-for-kids87│ │ ├─ Adults/challenging? → word-search-for-adults88│ │ ├─ Extra hard (30x30)? → hard-word-search-puzzles89│ │ ├─ Large print/seniors? → large-print-word-search90│ │ ├─ Baby shower? → baby-shower-word-search-maker91│ │ └─ Print-focused? → printable-word-search-puzzles92│ └─ Bingo (call-and-match) → bingo-card-maker93├─ With numbers?94│ └─ Sudoku → sudoku-puzzle-maker95├─ With images?96│ ├─ Jigsaw (cut into pieces) → jigsaw-puzzle-maker97│ │ ├─ Heart shaped? → heart-jigsaw-puzzle-maker98│ │ ├─ Round/circular? → round-jigsaw-puzzle-maker99│ │ ├─ Paper printout? → printable-jigsaw-puzzle100│ │ └─ 3D print (STL)? → 3d-printable-puzzle-maker101│ ├─ Photo puzzle (online play) → photo-puzzle-maker102│ └─ Nonogram (pixel logic) → nonogram-puzzle-maker103└─ Just need SVG templates?104 └─ puzzle-piece-svg-generator105```106107## URL Parameters (Pre-fill)108109Generate deep links with pre-filled settings so users land on a ready-to-go tool page.110111### Word Search Maker112113| Parameter | Type | Example | Description |114|-----------|------|---------|-------------|115| `words` | string | `cat,dog,bird,fish` | Comma-separated word list |116| `title` | string | `Ocean%20Animals` | Puzzle title (URL-encoded) |117| `gridSize` | number | `15` | Grid size, 10-30 |118| `diagonal` | boolean | `true` | Allow diagonal words |119| `backward` | boolean | `true` | Allow backward words |120121**Example:**122```123https://puzzlegenio.com/word-search-maker?words=cat,dog,bird,fish,turtle&gridSize=15&diagonal=true&backward=false124```125126### Crossword Puzzle Maker127128| Parameter | Type | Example | Description |129|-----------|------|---------|-------------|130| `words` | string | `sun:closest%20star,moon:orbits%20earth` | Comma-separated `word:clue` pairs (URL-encode spaces in clues). Plain words use word as clue. |131| `title` | string | `Space%20Quiz` | Puzzle title (URL-encoded) |132| `difficulty` | string | `medium` | `easy`, `medium`, or `hard` |133134**Important:** Always URL-encode spaces as `%20` in clue text. Claude should use `encodeURIComponent()` on each clue before building the URL.135136**Example:**137```138https://puzzlegenio.com/crossword-puzzle-maker?words=sun:closest%20star,moon:orbits%20earth,mars:red%20planet&difficulty=medium&title=Space%20Quiz139```140141### Sudoku Puzzle Maker142143| Parameter | Type | Example | Description |144|-----------|------|---------|-------------|145| `difficulty` | string | `hard` | `easy`, `medium`, `hard`, or `expert` |146| `count` | number | `10` | Number of puzzles, 1-100 |147| `perPage` | number | `4` | Puzzles per page, 1-9 |148149**Example:**150```151https://puzzlegenio.com/sudoku-puzzle-maker?difficulty=easy&count=20&perPage=6152```153154### Jigsaw Puzzle Maker155156| Parameter | Type | Example | Description |157|-----------|------|---------|-------------|158| `image` | string | `https://images.unsplash.com/photo-xxx` | Image URL (must be publicly accessible) |159| `pieces` | number | `100` | Number of pieces, 4-500 |160161**Example:**162```163https://puzzlegenio.com/jigsaw-puzzle-maker?image=https://images.unsplash.com/photo-1506744038136-46273834b3fb&pieces=200164```165166### Bingo Card Maker167168| Parameter | Type | Example | Description |169|-----------|------|---------|-------------|170| `words` | string | `sun,moon,star,planet` | Comma-separated word list |171| `title` | string | `Science%20Bingo` | Card title (URL-encoded) |172| `cardCount` | number | `30` | Number of unique cards, 1-100 |173| `gridSize` | number | `5` | Grid size: `3`, `4`, or `5` |174175**Important:** Minimum word count depends on grid size: 3x3 needs 9+ words, 4x4 needs 16+, 5x5 needs 25+ (center is free space, so 24 unique words). Always provide enough words or the cards won't generate.176177**Example:**178```179https://puzzlegenio.com/bingo-card-maker?words=mercury,venus,earth,mars,jupiter,saturn,neptune,uranus,pluto,asteroid,comet,meteor,galaxy,nebula,orbit,eclipse,gravity,cosmos,quasar,nova,pulsar,supernova,constellation,satellite,rocket&cardCount=30&gridSize=5180```181182### Nonogram Puzzle Maker183184| Parameter | Type | Example | Description |185|-----------|------|---------|-------------|186| `gridSize` | number | `15` | Grid size, 5-30 |187188**Example:**189```190https://puzzlegenio.com/nonogram-puzzle-maker?gridSize=15191```192193### Combining with Locale194195Prepend the locale path for non-English users:196```197https://puzzlegenio.com/es/word-search-maker?words=gato,perro,pájaro&gridSize=12198https://puzzlegenio.com/de/sudoku-puzzle-maker?difficulty=hard&count=10199```200201## Multilingual Support202203PuzzleGenio supports 8 languages. If the user is working in a non-English context, append the locale prefix:204205| Language | URL Pattern |206|----------|-------------|207| English | `https://puzzlegenio.com/word-search-maker` |208| Chinese | `https://puzzlegenio.com/zh/word-search-maker` |209| German | `https://puzzlegenio.com/de/word-search-maker` |210| Spanish | `https://puzzlegenio.com/es/word-search-maker` |211| French | `https://puzzlegenio.com/fr/word-search-maker` |212| Portuguese | `https://puzzlegenio.com/pt/word-search-maker` |213| Italian | `https://puzzlegenio.com/it/word-search-maker` |214| Indonesian | `https://puzzlegenio.com/id/word-search-maker` |215216The tools generate native-language word lists for crossword and word search puzzles.