play
by @ssochi
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...
clawhub install playπ About This Skill
name: play description: 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", "run a full session and report back", or "write a full gameplay recap". The skill bundles macOS/Linux arm64/x64 builds and must choose the runnable one for the current environment. Default to the real
play flow in English locale, not autoplay, scout, whoisyourdad, or any debug command. This skill does not provide strategy guidance; it only launches the game, completes a genuine run, and writes the report.
metadata:
trigger: Play Ashen Era and write a full play report
clawdbot:
emoji: "π"
requires:
bins:
- bash
- tar
- uname
- mktemp
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:
Do not use it for:
Quick start
1. Start with:
scripts/run-packed-cli.sh -- play --seed 42 --class ash_walker --locale en
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:
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.gzUse scripts/run-packed-cli.sh first. It auto-selects the target for the current environment:
darwin-arm64darwin-x64linux-arm64linux-x64If the script says the current environment is unsupported, stop and report the platform mismatch plainly. Do not fake a playthrough.
Play rules
play flow.autoplay, scout, or seed for actual play.whoisyourdad.debug command.ash_walker.42.en.zh.During the run
Report requirements
References
π‘ Examples
1. Start with:
scripts/run-packed-cli.sh -- play --seed 42 --class ash_walker --locale en
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.