Token导航 LogoToken导航TokenDH.com
效率只读clawhub未标认证来源可访问clear审计提醒

playplay 命令行

Agent Skill

play 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,746

周安装

326

GitHub Stars

公开资料未说明

下载量

2,712
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:play(play 命令行)
来源仓库:https://github.com/ssochi/play
安装命令:
openclaw skills install play
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install play

简介

play 用于启动 Ashen Era CLI 游戏构建并运行完整的第一人称体验,提供详细游戏报告。

  • 适合在 OpenClaw 中满足用户“玩游戏”类请求时调用此技能。
  • 实际执行命令行构建和进程管理,可能涉及临时文件生成和资源占用。
  • 使用前需确认系统环境兼容性、磁盘空间及是否允许后台进程运行。
  • 建议查看来源仓库了解游戏版本要求和日志输出位置。

SKILL.md

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

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:
scripts/run-packed-cli.sh -- play --seed 42 --class ash_walker --locale en
  1. If the user specifies a class, seed, or locale, use the user's values.
  1. Once the game starts, follow the live CLI prompts and use help when needed.
  1. 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.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

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 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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

96.31%
按下载量换算2,612

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills