← 返回 Skills 市场
gsc578045031-cloud

Game - Endless Downstairs

作者 Sean Gao · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
288
总下载
1
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

\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
安全使用建议
This skill is a local Python text-adventure and appears internally consistent. Before installing or running it: 1) be aware the agent will be asked to run the repository's Python scripts (python game.py ...). Executing third-party code runs with the host user's privileges—only proceed if you trust the source. 2) The game reads/writes local files (save.json, checkpoints.json, config.json) in the repository directory and may update config.json when you change language. 3) There are no network calls or credential requests in the visible code, but if you install from an external URL (README suggests a GitHub repo), confirm the repository origin. 4) If you are concerned, run the code in an isolated environment (container or VM) or review the remaining omitted files for unexpected behavior before letting the agent execute commands.
功能分析
Type: OpenClaw Skill Name: endless-downstairs Version: 1.0.3 The skill bundle contains a complete text-based horror adventure game called 'Endless Downstairs'. The Python code (game.py, engine/*.py) implements a standard state-machine game engine that manages player stats, inventory, and weighted random events using local JSON files (data/*.json). There is no evidence of network activity, data exfiltration, or dangerous execution patterns like eval() or shell injection. The skill.md file contains instructions for the AI agent to act as a transparent interface for the game, specifically directing it to avoid summarizing or modifying the game engine's output, which is a standard functional requirement for this type of interactive application.
能力评估
Purpose & Capability
Name/description (Endless Downstairs text adventure) matches the bundle contents: Python game engine, i18n, and JSON event data. There are no unrelated environment variables, binaries, or external services required.
Instruction Scope
SKILL.md instructs the agent to translate user input into specific local CLI commands (python game.py ...). Those commands map to the provided game.py and engine code. The instructions do not ask the agent to read unrelated files, environment variables, or transmit data externally. They do instruct the agent to execute the repository's Python code, which is expected for a game skill.
Install Mechanism
No install spec is present (instruction-only skill). The repository includes source code but there is no automated download-from-URL or external package install declared by the skill itself, so no installer-side risk is introduced by the skill metadata.
Credentials
The skill declares no required env vars, credentials, or config paths. The code does read and write local project files (save.json, checkpoints.json, config.json) which is coherent with game save and language persistence features. It does not access OS credentials, network endpoints, or unrelated config.
Persistence & Privilege
always:false and default model-invocation behavior. The skill writes local save/config files within the repository (save.json, checkpoints.json, config.json) which is normal for a game. It does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install endless-downstairs
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /endless-downstairs 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Endless Downstairs 1.0.3 changelog: - SKILL.md fully translated from Chinese to English. - Added a new rule: Only one command can be executed per conversation turn; consecutive command execution is not allowed.
v1.0.2
- Improved description for better clarity about the game and use cases. - Adjusted translation examples to better map natural language inputs to game commands. - Clarified rules to avoid any actions before receiving explicit user instructions. - Minor refinements to phrasing and formatting throughout the documentation.
v1.0.1
- Added skill metadata including name, description, and user-invokable status. - No gameplay or functional changes; documentation/metadata only.
v1.0.0
Endless Downstairs 1.0.0 - Initial release of a text adventure game for AI-assisted interactive play. - Supports translating player input into specific Python commands to drive gameplay. - Allows players to start new games, make choices, view status, and check inventory via natural language. - Includes clear rules: only output game results, no summaries or enhancements, and all decisions are left to the player.
元数据
Slug endless-downstairs
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

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。

💬 留言讨论