Turns your browser game into a monetized Play.fun entry with points, leaderboards, and wallet connect. Walks you through auth, registers the game via OpenGameProtocol, injects the browser SDK into your HTML, and wires up event handlers so score changes buffer points locally and game over triggers the save modal. The anti-cheat logic is smart: it reads your scoring constants and sets reasonable session caps based on genre. One thing to watch: the SDK meta tag needs your actual public API key, not a placeholder, or the integration silently fails. Best used after you've already deployed with viral-game or another tool, since it expects a live URL to register.
npx skills add https://github.com/opusgamelabs/game-creator --skill monetize-game