DreamSkin Studio import fixture

Import Caishen Readable as a .dreamskin package.

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.

Studio import fixturePackage v1 JSON fixtureTracked downloadNo private screenshotsValidator included
Package v1

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.

Validate

Verify the fixture before adopting it.

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
Upstream

Follow the import/export issue.

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.

1

Download the tracked fixture.

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.

2

Inspect the package shape.

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
3

Import, preview, then decide.

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.

Current fixture

Studio-compatible ZIP container.

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.

Portable fixture

Experimental Package v1 JSON.

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.

Independence

Community project, not official.

Codex Skin Gallery, DreamSkin Studio, and Codex Dream Skin are community projects and do not claim OpenAI affiliation.