Back to Skills

boggle

openclaw
Updated 22 days ago
18 views
972
296
972
View on GitHub
Documentsword

About

This skill solves Boggle boards by finding all valid English and German words on a 4x4 letter grid from photos or text input. It uses a fast trie-based DFS solver with separate 1.7M word dictionaries, avoiding AI guessing. Developers can integrate it for word game features, requiring user confirmation before running the dual-language solver.

Quick Install

Claude Code

Recommended
Primary
npx skills add openclaw/skills -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/openclaw/skills
Git CloneAlternative
git clone https://github.com/openclaw/skills.git ~/.claude/skills/boggle

Copy and paste this command in Claude Code to install this skill

GitHub Repository

openclaw/skills
Path: skills/christianhaberl/boggle
0
archivebackupclawdbotclawdhubskill

Related Skills