Install
openclaw skills install endless-downstairsInteractive interface for the text adventure game Endless Downstairs, providing game state management and event selection handling; use when users want to play the Endless Downstairs game, start a horror adventure, or need a text adventure game experience.
openclaw skills install endless-downstairsThis is a text adventure game. As an AI assistant, you need to translate the player's input text, call the Python processing logic, and return the results to the player exactly as they are.
Command Quick Reference
| Player Intent | Python Command |
|---|---|
| Start new game | python game.py new |
| Make a choice | python game.py choose <choice_num> |
| View status | python game.py status |
| View inventory | python game.py inventory |
| Input text | python game.py input <文字> |
Execute corresponding commands based on the player's natural language:
python game.py choose 1python game.py statuspython game.py inventorypython game.py input xxx