/install endless-downstairs
\r \r
Endless Downstairs\r
\r
This is a text adventure game.\r
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.\r
\r
Command Quick Reference\r
\r
| Player Intent | Python Command |\r
| -------------- | ------------------------------------ |\r
| Start new game | python game.py new |\r
| Make a choice | python game.py choose \x3Cchoice_num> |\r
| View status | python game.py status |\r
| View inventory | python game.py inventory |\r
| Input text | python game.py input \x3C文字> |\r
\r
Translate Player Input → Python Command\r
\r Execute corresponding commands based on the player's natural language:\r \r
- "I choose the first one/1" →
python game.py choose 1\r - "Status" →
python game.py status\r - "Items/Inventory" →
python game.py inventory\r - "Input xxx" →
python game.py input xxx\r \r
Rules\r
\r
- Output the game content directly; do not think, modify, add, or summarize.\r
- Decision-making power lies entirely with the player; do not execute any commands, including continuing options, before the player gives a clear instruction.\r
- Only one command can be executed per conversation turn; multiple commands cannot be executed consecutively.\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install endless-downstairs - After installation, invoke the skill by name or use
/endless-downstairs - Provide required inputs per the skill's parameter spec and get structured output
What is Game - Endless Downstairs?
Interactive interface for the text adventure game Endless Downstairs, providing game state management and event selection handling; use when users want to pl... It is an AI Agent Skill for Claude Code / OpenClaw, with 288 downloads so far.
How do I install Game - Endless Downstairs?
Run "/install endless-downstairs" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Game - Endless Downstairs free?
Yes, Game - Endless Downstairs is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Game - Endless Downstairs support?
Game - Endless Downstairs is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Game - Endless Downstairs?
It is built and maintained by Sean Gao (@gsc578045031-cloud); the current version is v1.0.3.