content-reels

Convert data.json to seoul-prices.json and generate a 30-second Remotion reel.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

pipeline data.json into a format compatible with the zipsaja Remotion reels project, enabling automated 30-second reel generation and consistent price field alignment.

Core Features & Use Cases

  • Maps data.json to seoul-prices.json for Remotion consumption
  • Builds a 9:16 1080x1920 30fps reel and encodes to H.264
  • Use Case: content creators can automatically generate standardized reels from catalog data

Quick Start

Run the content-reels process to map data.json to seoul-prices.json, build the Remotion reel, and encode a 30-second 1080x1920 H.264 video.

Frequently Asked Questions about content-reels

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

FAQPage Schema
How do I automate Remotion reel generation from a data.json file?

Remotion reel generation from a data.json file is automated by mapping the payload to the seoul-prices.json schema, building a 9:16 1080x1920 30fps video, and encoding it to a 30-second H.264 reel.

What is the required schema mapping for generating Remotion reels?

The required schema mapping for Remotion reels transforms data.json fields into the seoul-prices.json format, specifically mapping priceBefore and priceAfter to priceLastYear and priceThisYear.

Do I need Node.js and ffmpeg to produce 9:16 vertical reels?

Yes, you need Node.js with Remotion, ffmpeg, and the internal zipsaja tooling to execute the pipeline and produce the final 30-second 1080x1920 H.264 vertical reel.

Can I use this pipeline to generate 30-second Reels from catalog data?

Yes, content creators can use this pipeline to automatically generate standardized 30-second 1080x1920 30fps Reels from catalog data by mapping the data to the Remotion schema.

What's the best way to convert data.json into a Remotion video workflow?

The best way to convert data.json into a Remotion video workflow is using an automated pipeline that maps fields to the seoul-prices.json schema and encodes the output to H.264.

Why does my data.json fail to map to the Remotion seoul-prices schema?

Data.json fails to map to the Remotion seoul-prices schema when the required priceBefore and priceAfter fields are missing or incorrectly aligned for the pipeline transformation.