/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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install endless-downstairs - 安装完成后,直接呼叫该 Skill 的名称或使用
/endless-downstairs触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 288 次。
如何安装 Game - Endless Downstairs?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install endless-downstairs」即可一键安装,无需额外配置。
Game - Endless Downstairs 是免费的吗?
是的,Game - Endless Downstairs 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Game - Endless Downstairs 支持哪些平台?
Game - Endless Downstairs 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Game - Endless Downstairs?
由 Sean Gao(@gsc578045031-cloud)开发并维护,当前版本 v1.0.3。