Gearboy
Debug and hack Game Boy games with AI-assisted emulator tools
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Gearboy?โผ
Run `npx skills add drhelius/Gearboy --all -g -y` in your terminal to install all skills in this suite globally.
How to debug Game Boy games with AI?โผ
Gearboy runs as an MCP server, letting your AI agent pause execution, set breakpoints, inspect CPU registers, and trace instructions through plain-English requests.
Can AI create Game Boy cheats automatically?โผ
Yes. The ROM hacking skill searches memory for values like lives or health, then helps your agent write new values or build Game Genie and GameShark codes.
Does Gearboy work with Claude and GitHub Copilot?โผ
Yes. Gearboy exposes a standard MCP server over STDIO or HTTP, so it works with Claude, GitHub Copilot, Codex, and other MCP-compatible AI clients.
Can I translate a Game Boy game with Gearboy?โผ
Yes. The ROM hacking skill guides your agent to find text strings, decode character tables, patch translations into memory, and verify results with screenshots.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core