Joueur Zork - Aventure textuelle interactive

VérifiéSûr

Jouez à Zork I, un jeu d'aventure textuel classique, via dfrotz. Utilisez /zork <commande> pour agir (ex: /zork go north), /zork pour l'état, /zork new pour recommencer. L'état de jeu est sauvegardé automatiquement, et peut être synchronisé avec Obsidian pour consigner vos apprentissages.

Spar Skills Guide Bot
ContenuDébutant
4002/06/2026
Claude Code
#zork#interactive-fiction#text-adventure#obsidian-integration

Recommandé pour

Notre avis

Permet de jouer à l'aventure textuelle Zork I via dfrotz, avec sauvegarde automatique et intégration optionnelle à Obsidian pour capturer des apprentissages.

Points forts

  • Sauvegarde persistante après chaque commande
  • Intégration Obsidian pour synchroniser transcriptions et notes
  • Commandes simples et documentation claire
  • Aide à comprendre les conventions des parsers d'aventures textuelles

Limites

  • Ne supporte que Zork I (pas les suites)
  • Nécessite dfrotz installé sur le système
  • Pas d'assistance IA au-delà de l'exécution des commandes
Quand l'utiliser

Quand vous voulez faire une pause et jouer à un classique de l'aventure textuelle tout en prenant des notes structurées.

Quand l'éviter

Lorsque vous avez besoin de travailler sur des tâches productives ou si vous n'appréciez pas les jeux en mode texte.

Analyse de sécurité

Sûr
Score qualité88/100

The skill runs a local text adventure interpreter (dfrotz) via scripts that only interact with local files. No network activity, destructive commands, or sensitive data exposure.

Aucun point d'attention détecté

Exemples

Check current status
/zork
Move north
/zork go north
Start a new game
/zork new

name: zork description: Play Zork text adventure via dfrotz. Use /zork <command> to play (e.g., /zork go north), /zork for status, /zork new to restart, /zork setup to configure Obsidian sync. allowed-tools: Bash, Read, Edit

Zork Interactive Fiction Skill

Play the classic text adventure Zork I via dfrotz, with persistent save state and optional Obsidian integration for capturing learnings.

Quick Reference

| Command | What it does | |---------|--------------| | /zork look | Look around current room | | /zork go north | Move north (or any direction) | | /zork take lamp | Pick up an item | | /zork inventory | Check what you're carrying | | /zork | Show current status (look + inventory) | | /zork new | Start a fresh game | | /zork setup | Configure Obsidian vault for sync |

How to Play

Execute a single command:

bash scripts/play.sh "go north"

Check current status:

bash scripts/status.sh

Start a new game:

bash scripts/new.sh

Configure Obsidian sync:

bash scripts/setup.sh /path/to/your/vault

Game State

  • Save file: state/claude.sav.qzl - automatically saved after each command
  • Transcript: Append-only log of all commands and responses
  • Learnings: Your observations about the game (update with /zork reflect)

Obsidian Integration

If configured, transcript and learnings sync to your Obsidian vault as:

  • Claude Plays Zork Transcript.md
  • Claude Plays Zork Learnings.md

Run bash scripts/setup.sh to see current config or set a vault path.

Tips

  • Classic text adventure verbs: look, examine, take, drop, open, close, go, inventory
  • Directions: north, south, east, west, up, down, ne, nw, se, sw
  • You can abbreviate: n for north, i for inventory, l for look
  • Save happens automatically after each command

Purpose

This skill helps Claude build experiential intuition about text adventures and parser conventions, informing the design of AI companions in Emergent Quest.

Skills similaires