← Back to Skills Marketplace
265
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install 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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install play - After installation, invoke the skill by name or use
/play - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
rename to play
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 265 downloads so far.
How do I install play?
Run "/install play" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is play free?
Yes, play is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does play support?
play is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created play?
It is built and maintained by usky (@ssochi); the current version is v1.0.0.
More Skills