openword-navigator
Installation
SKILL.md
OpenWord Player
Read references/session-runbook.md before running a session.
Treat repository README.md as the source of truth for install/startup/API details, and re-check it when commands fail or look outdated.
Session Workflow
- Ask the user which mode to run before gameplay starts.
- Prepare runtime (download/install/start, browser, key setup).
- Branch to human-guided mode or AI REST mode.
- For every turn in both modes (including AI-driven sessions), show
last_scene_image_path + narrative + player_profileas a natural user-facing update (avoid raw field-label dump).
Use this exact mode-selection question:
主人你想自己玩,还是我来玩?
If the user does not choose, default to human-guided mode.
Runtime Preparation
Related skills