← 返回 Skills 市场
265
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install play
功能描述
Make OpenClaw launch the Ashen Era CLI build, play a real run, and deliver a complete first-person play report. Use this when the user asks to "play the game...
安全使用建议
Before installing or running this skill: (1) confirm the four release archives actually exist in the package (assets/releases/*.tar.gz). If they are missing, the skill will fail or the publisher omitted them. (2) Treat the bundled native binaries as untrusted code — inspect the archives, verify checksums or signatures, or run the skill inside a sandbox/VM/container. (3) If you can't verify the binaries, ask the publisher for source code or build instructions rather than running the prebuilt executables. (4) Expect interactive terminal input during a playthrough; ensure the agent's execution environment can safely run interactive CLI programs. (5) If you require higher assurance, request the binary provenance (who built them, release host, or GitHub release links) before proceeding.
功能分析
Type: OpenClaw Skill
Name: play
Version: 1.0.0
The skill bundle is designed to execute bundled platform-specific binaries (ashen-cli) via a shell script (scripts/run-packed-cli.sh), which is a high-risk capability as the binary contents are opaque. Furthermore, the instructions in references/report-contract.md and SKILL.md explicitly command the AI agent to hide its identity (e.g., 'do not say things like "as an AI"') and mimic a human player, which can be used for deceptive purposes. While the stated goal of playing a game and reporting is consistent, the combination of binary execution and identity-masking instructions warrants a suspicious classification.
能力评估
Purpose & Capability
The skill's name/description, required binaries (bash, tar, uname, mktemp), and runtime script align with the stated goal of selecting and running a bundled CLI build. However, the SKILL.md explicitly says four release archives are bundled under assets/releases, yet the provided file manifest does not list those archives. That mismatch means the skill either will fail at runtime or the archives are being omitted from the package metadata — an incoherence worth clarifying.
Instruction Scope
SKILL.md instructs the agent to select the correct bundled executable, run the real 'play' flow, follow in-game prompts, record launch parameters, and produce a first-person report. It does not ask the agent to read unrelated files, access external endpoints, or exfiltrate secrets.
Install Mechanism
There is no external install spec (lowest risk), but scripts/run-packed-cli.sh will extract local tar.gz archives into a runtime directory and exec the resulting native binary. Executing bundled prebuilt native binaries is expected for this purpose but carries inherent risk: you should verify the origin and integrity of those archives before running them.
Credentials
The skill requests no environment variables, no credentials, and only standard local binaries — proportional to running a local CLI executable and producing a report.
Persistence & Privilege
The skill is not always-enabled, does not request elevated privileges, and does not modify other skills or system-wide agent configuration. It simply extracts runtime files into its own runtime directory and executes a binary there.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install play - 安装完成后,直接呼叫该 Skill 的名称或使用
/play触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
rename to play
元数据
常见问题
play 是什么?
Make OpenClaw launch the Ashen Era CLI build, play a real run, and deliver a complete first-person play report. Use this when the user asks to "play the game... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 265 次。
如何安装 play?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install play」即可一键安装,无需额外配置。
play 是免费的吗?
是的,play 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
play 支持哪些平台?
play 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 play?
由 usky(@ssochi)开发并维护,当前版本 v1.0.0。
推荐 Skills