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
- 1. Start with:
CODEBLOCK0
- 2. If the user specifies a class, seed, or locale, use the user's values.
- 3. Once the game starts, follow the live CLI prompts and use
help when needed.
- 4. After the run ends, write the report using references/report-contract.md.
Environment and executable selection
The skill bundles four archives:
- - INLINECODE1
- INLINECODE2
- INLINECODE3
- INLINECODE4
Use scripts/run-packed-cli.sh first. It auto-selects the target for the current environment:
- - macOS + Apple Silicon: INLINECODE6
- macOS + Intel: INLINECODE7
- Linux + arm64/aarch64: INLINECODE8
- Linux + x86_64: INLINECODE9
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
play flow. - Do not substitute
autoplay, scout, or seed for actual play. - Do not type
whoisyourdad. - Do not use any
debug command. - 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
OpenClaw 灰烬纪元 游玩
概述
此技能用于让OpenClaw实际运行一次灰烬纪元游戏,观察发生的事件,然后撰写一份报告,读起来就像真实玩家在事后回顾游戏过程。关键在于诚实游玩并记录本次运行,而非提供设计反馈或策略建议。
使用时机
当用户要求你执行以下操作时使用此技能:
- - 实际运行一次灰烬纪元CLI游戏
- 撰写完整的游戏报告
- 以自然的第一人称叙述最重要的操作
- 为当前机器选择正确的捆绑可执行文件
请勿用于:
- - 代码审查
- 平衡性批评
- 设计反馈
- 不实际运行游戏的静态阅读
快速开始
- 1. 以如下命令启动:
bash
scripts/run-packed-cli.sh -- play --seed 42 --class ash_walker --locale en
- 2. 如果用户指定了职业、种子或语言,则使用用户提供的值。
- 3. 游戏开始后,跟随实时CLI提示,必要时使用help命令。
- 4. 运行结束后,按照references/report-contract.md撰写报告。
环境与可执行文件选择
此技能捆绑了四个归档文件:
- - assets/releases/ashen-cli-darwin-arm64.tar.gz
- assets/releases/ashen-cli-darwin-x64.tar.gz
- assets/releases/ashen-cli-linux-arm64.tar.gz
- assets/releases/ashen-cli-linux-x64.tar.gz
优先使用scripts/run-packed-cli.sh。它会自动为当前环境选择目标:
- - macOS + Apple Silicon:darwin-arm64
- macOS + Intel:darwin-x64
- Linux + arm64/aarch64:linux-arm64
- Linux + x86_64:linux-x64
如果脚本提示当前环境不受支持,则停止运行并如实报告平台不匹配。不得伪造游戏过程。
游玩规则
- - 使用真实的play流程。
- 不得用autoplay、scout或seed替代实际游玩。
- 不得输入whoisyourdad。
- 不得使用任何debug命令。
- 不得将此技能转变为攻略或策略指南。OpenClaw应根据实时游戏状态自行决定行动。
- 如果用户未指定职业,默认使用ash_walker。
- 如果用户未指定种子,默认使用42。
- 如果用户未指定语言,默认使用en。
- 如果用户需要中文界面,则将启动语言切换为zh。
运行期间
- - 记录启动运行所用的命令、职业、种子、语言以及所选的可执行文件目标。
- 通过实时界面正常游玩。
- 运行结束后,回顾实际发生的事件,并根据本次具体运行撰写报告。
报告要求
- - 使用用户要求的语言撰写。若未指定语言,默认使用英文。
- 默认使用第一人称。
- 读起来像真实玩家在完成游戏后的回顾。
- 涵盖最重要的操作、游戏体验以及回顾总结。
- 不得包含建议、设计笔记或改进方案。
- 不得将报告变成错误列表或行动清单。
参考资料