Play the classic Zork I text adventure game. Use /zork to start or resume, type commands directly during session, /zork quit to exit, /zork restart to start over.
Play the classic 1980 Zork I text adventure in Claude Code.
| Command | Action |
|---|---|
/zork | Start or resume game session |
/zork quit | Save and exit game session |
/zork restart | Delete save and start new game |
After /zork, you enter game session mode:
/zork quit to exit sessionWhen user invokes /zork:
Run:
$SKILL_DIR/bin/zork.sh start
Display output and enter session mode.
For each user message (unless it starts with /zork):
$SKILL_DIR/bin/zork.sh cmd "USER_INPUT"
Display game output only. Do not add commentary or interpretation.
When user types /zork quit:
When user types /zork restart:
$SKILL_DIR/bin/zork.sh restart
Display output and continue session.
User: /zork
Claude: [Displays Zork intro and starting location]
User: open mailbox
Claude: Opening the small mailbox reveals a leaflet.
User: read leaflet
Claude: "WELCOME TO ZORK!
ZORK is a game of adventure, danger, and low cunning..."
User: /zork quit
Claude: Game saved. Exiting Zork.
~/.zork/save.qzl