Use the JSON-envelope fixture.
The experimental Package v1 file is designed for import/export tooling: JSON metadata plus base64 `theme.json` and background asset content. It validates locally and stays data-only.
This page now carries both useful test fixtures for `Caishen Readable`: the current Studio-compatible ZIP-shaped `.dreamskin` package, and an experimental JSON-envelope Package v1 fixture for upstream import/export discussion.
The experimental Package v1 file is designed for import/export tooling: JSON metadata plus base64 `theme.json` and background asset content. It validates locally and stays data-only.
The validator checks the package id, internal paths, base64 payloads, decoded theme bytes, and decoded image bytes. The current fixture validates with `ok: true`.
curl -L -o validate-package-v1.mjs "https://raw.githubusercontent.com/ChannelerH/codex-skin-packs/main/compat/dreamskin-package-v1/validate-package-v1.mjs" curl -L -o caishen-readable.package-v1.dreamskin.json "https://raw.githubusercontent.com/ChannelerH/codex-skin-packs/main/compat/dreamskin-package-v1/caishen-readable.package-v1.dreamskin.json" node validate-package-v1.mjs caishen-readable.package-v1.dreamskin.json
The JSON-envelope fixture was posted as test data for the active `Fei-Away/Codex-Dream-Skin` Package v1 discussion, so tool authors can inspect a concrete public-safe package.
Use the tracked download when linking from issues or docs. It redirects to the static `.dreamskin` file and records download intent when analytics storage is available.
This fixture intentionally has only three files. It contains no scripts, CSS, remote resources, chats, task names, file paths, or private Codex captures.
curl -L -o caishen-readable.dreamskin "https://codex-theme-gallery.howardhua.chatgpt.site/api/download/caishen-readable-dreamskin?utm_source=dreamskin-studio-page&utm_medium=terminal&utm_campaign=caishen-readable-studio-import" unzip -l caishen-readable.dreamskin unzip -p caishen-readable.dreamskin manifest.json unzip -p caishen-readable.dreamskin theme.json
Import the file into DreamSkin Studio and preview it locally. Only publish if you own the artwork rights and are using an authenticated publisher account.
The current public Studio import accepts a `.dreamskin` archive with `manifest.json`, `theme.json`, and `background.jpg`. Use this page as a concrete import/download fixture for that flow.
The Package v1 fixture is separate from the Studio ZIP container. It gives registry and tool authors a concrete JSON envelope to test without pulling private workspace screenshots into the package.
Codex Skin Gallery, DreamSkin Studio, and Codex Dream Skin are community projects and do not claim OpenAI affiliation.