add-keyboard-support

Installation
SKILL.md

Add Keyboard Support

Wire up the Puzzmo on-screen keyboard so mobile players can type without a hardware keyboard. The runtime shows the keyboard automatically on touch devices when the game calls sdk.keyboard.show().

Steps

  1. Import defaultKeyboardConfig alongside the SDK:

    import { createPuzzmoSDK, defaultKeyboardConfig } from "@puzzmo/sdk"
    import type { KeyboardConfig } from "@puzzmo/sdk"
    
    const sdk = createPuzzmoSDK()
    
  2. Show the keyboard when the player focuses an input (e.g. selects a tile or cell). Start from defaultKeyboardConfig and customize for your game:

Installs
1
Repository
puzzmo-com/oss
First Seen
Mar 30, 2026
add-keyboard-support — puzzmo-com/oss