zipsaja-carousel-render

Render zipsaja carousel artifacts from data.json or storyboard.json into slides.html and slide-*.png outputs.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/zerowater-may/howzero_threads --skill zipsaja-carousel-render
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zipsaja-carousel-render
Source: https://github.com/zerowater-may/howzero_threads/tree/main/.claude/skills/zipsaja-carousel-render
Command: npx skills add https://github.com/zerowater-may/howzero_threads --skill zipsaja-carousel-render

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates the rendering of zipsaja carousel artifacts from a pipeline's data.json or storyboard.json, producing a ready-to-use slides.html and per-slide PNGs, reducing manual rendering steps.

Core Features & Use Cases

  • Stateful wrapper around scripts.content_carousel that coordinates input data (data.json or storyboard.json) and outputs into a single carousel directory.
  • Generates slides.html and slide-*.png files in a consistent carousel output, enabling repeatable video/story deployment.
  • Includes basic validation checks like slide dimension confirmation (1080x1350) and a clear state update mechanism to track progress and failures.

Quick Start

Invoke the content_carousel workflow with the input data.json and optional storyboard.json to render slides.html and slide-*.png into the specified output carousel directory.

Frequently Asked Questions about zipsaja-carousel-render

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I render carousel slides from a data.json file?

You can render carousel slides from a data.json file by invoking the content_carousel workflow, which processes the input data and outputs a slides.html file alongside individual slide PNGs into a dedicated carousel directory.

What is the required slide dimension for rendering a storyboard?

The required slide dimension for rendering a storyboard is 1080x1350. The rendering process includes basic validation checks to confirm these specific slide dimensions before generating the final output.

Can I generate both slides.html and PNG images from storyboard.json?

Yes, you can generate both slides.html and per-slide PNG images from storyboard.json. The rendering process automates the creation of these files in a consistent carousel output directory for repeatable story deployment.

How does the carousel rendering process handle state updates and failures?

The carousel rendering process handles state updates and failures through a clear state update mechanism. This stateful wrapper tracks progress and manages input validation to ensure repeatable video and story deployment.

Do I need any external dependencies to automate carousel artifact generation?

You do not need any external dependencies to automate carousel artifact generation. The rendering process operates independently using the content_carousel script to coordinate input data and manage output paths.