create-peekling-skin
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCreate a Peekling skin
创建Peekling皮肤
@peekling/cli@0.1.0peekling/peekling-enginev0.1.0Require a validated base pack, requested visual change, optional image
references, and base/output rights information.
- Read portable-workflow.md. Stop if the base licence is unknown, forbids derivatives/redistribution, or permission is not documented.
- Hash and validate the base. Record its id, version, manifest SHA-256,
licence, derivative permission evidence, and attribution in
. The native manifest is closed and must not contain a
PROVENANCE.mdfield.derivedFrom - Read edit-invariants.md, then edit every source frame with the available image tool or accept complete supplied art. Never return a single pose as a skin.
- Read the CLI trust boundary, then compile through that verified, pinned CLI. Preserve geometry, density set, mapping, states, timing, capabilities, anchors, bounds, and behavior exactly.
- Run
, CLI validation, and qa-gates.md.
node scripts/check-skin-parity.mjs BASE/character.json SKIN/character.json SKIN/PROVENANCE.md - Emit a standalone data-only pack with a new id/name/version, thumbnail,
the base pack's exact density set, manifest, licence, and provenance. Keep
it private and until explicit rights review.
UNLICENSED
Never execute pack content, use HTML sinks, publish, commit, push, or add a
remote without separate authorization.
@peekling/cli@0.1.0peekling/peekling-enginev0.1.0需要已验证的基础包、所需的视觉变更、可选的图片参考以及基础/输出权限信息。
- 阅读portable-workflow.md。若基础许可证未知、禁止衍生/再分发,或未记录相关许可证明,请停止操作。
- 对基础包进行哈希运算并验证。将其ID、版本、清单SHA-256值、许可证、衍生许可证明以及归因信息记录在中。原生清单为封闭格式,不得包含
PROVENANCE.md字段。derivedFrom - 阅读edit-invariants.md,然后使用可用的图像工具编辑每一个源帧,或接受完整的提供素材。不得仅返回单一姿态作为皮肤。
- 阅读CLI信任边界,然后通过经过验证、固定版本的CLI进行编译。严格保留几何结构、密度集、映射、状态、时序、功能、锚点、边界和行为。
- 运行、CLI验证以及qa-gates.md中的检查。
node scripts/check-skin-parity.mjs BASE/character.json SKIN/character.json SKIN/PROVENANCE.md - 生成一个独立的纯数据包,包含新的ID/名称/版本、缩略图、基础包的精确密度集、清单、许可证和来源信息。在获得明确的权限审核前,请将其设为私有并标记为。
UNLICENSED
未经单独授权,不得执行包内容、使用HTML输出、发布、提交、推送或添加远程仓库。