boggle
CommunityGet all valid Boggle words in milliseconds.
System Documentation
What problem does it solve?
This Skill solves the problem of quickly finding every valid word on a Boggle board without guessing—using dictionary-only matching for both English and German.
Core Features & Use Cases
- Trie-based DFS word search: Finds all words by exploring every cell path while pruning impossible prefixes.
- Bilingual solving (EN + DE separately): Outputs results for English and German as two clearly separated sections.
- Standard Boggle rules including Qu-tile: Supports 8-direction adjacency and treats the common Qu tile as a single board position.
- Scoring and optional JSON output: Applies standard Boggle scores and can return structured JSON for downstream use.
Use Case Example: You share a 4x4 Boggle grid (photo or letters), and you want a complete, dictionary-validated word list with correct Boggle scoring for gameplay or verification.
Quick Start
Ask the Skill to solve a 4x4 grid by providing the 16 tiles as four rows or as a single 16-tile string, and specify which dictionary language you want (English or German).
Dependency Matrix
Required Modules
None requiredComponents
đź’» Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: boggle Download link: https://github.com/christianhaberl/boggle-openclaw-skill/archive/main.zip#boggle Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.