What problem does it solve?
This Skill helps test, debug, and modify Majsoul WebUI (Laya engine) running inside the Naki app. It guides you to clarify whether you mean Naki's SwiftUI app UI or Majsoul's WebUI, and provides a structured approach to WebUI JavaScript execution, tile manipulation, and visual debugging.
Core Features & Use Cases
- Unified WebUI testing: Run JavaScript against Majsoul WebUI and inspect results via Naki's MCP tooling.
- Tile manipulation & debugging visuals: Inspect hand tiles, highlight AI recommendations, and simulate actions.
- NakiCoordinator guidance: Prefer the built-in NakiCoordinator for safe interactions, reducing risk of UI breakage.
- Use Case: QA wants to verify a UI flow by executing a JS snippet to fetch game state and highlight a tile, then capture logs.
Quick Start
Run a simple check to get the current state: mcp__naki__execute_js({ code: "return naki.state.getFullState()" })