DEV Community

sword luan
sword luan

Posted on

Turn a public page into an 8-page Xiaohongshu plan with crayon-shinchan-xhs-skill

Creators already have source pages. What they still assemble by hand is the carousel: titles, one point per page, on-image copy, and image prompts. jasonmarkppp/crayon-shinchan-xhs-skill is a Skill that performs that rewrite. We ran a minimum test against the Jian AI Lab public site. Empty input stopped the run. After a curl excerpt was supplied, an 8-page copy pack passed the Skill contract in 95 seconds of wall clock. No paid image API was called.

Pain

A README or marketing page is not a Xiaohongshu carousel. The missing work is structure, not more raw text.

Hook (first ten seconds)

The notes sit in a bookmark folder; the eight-page set has not started. This write-up shows the Skill doing that segment on a real public page.

Promise

Readers can verify the clone commit, the empty-run log, the three Markdown outputs, and the public HTML facts we used. This article does not claim a live Xiaohongshu post or generated images.

Project and mechanism

Repository: https://github.com/jasonmarkppp/crayon-shinchan-xhs-skill

Commit: 7b35e340118b0a9ee850e9698d06259f5ec901c5

Two editions: codex/SKILL.md and domestic-agents/SKILL.md.

Default: eight pages; find a distribution angle rather than summarize; do not invent unread sources; reserve text-safe areas in image prompts.

Public association (archive only): https://x.com/cai_liang73983/status/2095456821536518620

Experiment

Clone into the run write root. Copy SKILL.md as install. curl https://jianailab.com and /library. Library HTML on 2026-09-04 still showed 233 projects, “今日新收录 0”, stamp 2026-09-02, and no crayon-shinchan string.

First run with zero source files: 2026-09-04T11:25:35+08:00, BLOCKED_NO_SOURCE, exit 2, 0.000s.

After jianailab-public-notes.md (2460 bytes) the Skill produced:

  • xiaohongshu-plan.md 8636 bytes
  • image-prompts.md 3064 bytes
  • caption-and-comment.md 1749 bytes

Source-ready 11:25:31 → files on disk 11:27:06 = 95s. Validation found pages 1–8 and 6 titles.

Result

Input: unstructured public-page notes. Output: a design-ready 8-page pack. Manual timing was not measured and is not invented. Paid image generation was not invoked.

Who this helps

Operators who turn docs into carousels, and anyone who wants a first pass before design. The lab public page itself was a valid source.

Next

Public harvest: https://jianailab.com/experiments/crayon-shinchan-xhs-skill-940cd766 complete=false.

Top comments (0)