/install ashen-era-play
OpenClaw Ashen Era Play
Overview
This skill is for making OpenClaw actually play one Ashen Era run, observe what happened, and then write a report that reads like a real player recounting the session afterward. The point is to play honestly and document the run, not to produce design feedback or strategy tips.
When to use it
Use this skill when the user wants you to:
- play a real Ashen Era CLI run
- write a full gameplay report
- narrate most important actions in a natural first-person voice
- choose the correct bundled executable for the current machine
Do not use it for:
- code review
- balance critique
- design feedback
- static reading without actually playing
Quick start
- Start with:
scripts/run-packed-cli.sh -- play --seed 42 --class ash_walker --locale en
-
If the user specifies a class, seed, or locale, use the user's values.
-
Once the game starts, follow the live CLI prompts and use
helpwhen needed. -
After the run ends, write the report using references/report-contract.md.
Environment and executable selection
The skill bundles four archives:
assets/releases/ashen-cli-darwin-arm64.tar.gzassets/releases/ashen-cli-darwin-x64.tar.gzassets/releases/ashen-cli-linux-arm64.tar.gzassets/releases/ashen-cli-linux-x64.tar.gz
Use scripts/run-packed-cli.sh first. It auto-selects the target for the current environment:
- macOS + Apple Silicon:
darwin-arm64 - macOS + Intel:
darwin-x64 - Linux + arm64/aarch64:
linux-arm64 - Linux + x86_64:
linux-x64
If the script says the current environment is unsupported, stop and report the platform mismatch plainly. Do not fake a playthrough.
Play rules
- Use the real
playflow. - Do not substitute
autoplay,scout, orseedfor actual play. - Do not type
whoisyourdad. - Do not use any
debugcommand. - Do not turn this skill into a walkthrough or strategy guide. OpenClaw should decide what to do from the live game state.
- If the user does not specify a class, default to
ash_walker. - If the user does not specify a seed, default to
42. - If the user does not specify a locale, default to
en. - If the user wants Chinese UI, switch the launch locale to
zh.
During the run
- Record the command used to start the run, the class, the seed, the locale, and the selected executable target.
- Play normally from the live interface.
- After the run, look back over what actually happened and write the report from that concrete run.
Report requirements
- Write in the user's requested language. If no language is requested, default to English.
- Use first person by default.
- Sound like a real player recounting the session after finishing it.
- Cover most important actions, the experience of the run, and the retrospective.
- Do not include suggestions, design notes, or improvement proposals.
- Do not turn the report into a bug list or action list.
References
- references/report-contract.md: report structure, tone, and exclusions
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ashen-era-play - 安装完成后,直接呼叫该 Skill 的名称或使用
/ashen-era-play触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Ashen Era 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 插件,目前累计下载 243 次。
如何安装 Ashen Era Play?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ashen-era-play」即可一键安装,无需额外配置。
Ashen Era Play 是免费的吗?
是的,Ashen Era Play 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ashen Era Play 支持哪些平台?
Ashen Era Play 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ashen Era Play?
由 usky(@ssochi)开发并维护,当前版本 v1.0.0。