slice

Installation
SKILL.md

Slice Skill

Turn an article, note, paper, or rough topic into a vertical 1080×1920 card video — narrated, paginated to TTS rhythm, with 13 visual themes covering 抖音 / 小红书 / 知乎 / X / 公众号 / 飞书 / TikTok / LinkedIn / 雪球 / 微博 / 即刻 / B 站 / 播客.

Renamed from paper-slideslice. The product is now called Slice (voxflow.studio/apps/slice); the legacy slug is no longer registered. paper-slide survives only as one of the 13 theme ids.

Pick the Route

Context Route Notes
User wants the deck JSON (no render) — fast, scriptable, pipeable CLI: voxflow slice <article.md> --theme <id> Hits /api/slice/deck directly (200 quota; renamed from /api/paper-slide/slice in #3307 Deploy 2). Returns the canonical 5–8 card deck JSON validated by the same backend the web app uses, all 13 themes accepted. No mp4 — pipe --json into custom tools, the local Remotion composition (contributors), or paste into the web app for rendering.
User is iterating on a deck — multi-round edits to copy/structure before committing to a render CLI: voxflow slice stage <deck.json> Boots a localhost preview page (no quota cost) that hot-reloads on every save of the deck JSON. Useful loop: voxflow slice ... -o deck.jsonvoxflow slice stage deck.json → tweak prompt → re-run slice → preview updates instantly. See Stage Route below.
User wants a finished mp4 + cover (default consumer flow) Web app: https://voxflow.studio/apps/slice The only place that runs the exact 6 Slice themes end-to-end. Free tier ships 9:16 mp4 + multi-aspect cover (9:16/3:4/1:1).
User wants a similar-looking video offline via CLI but the deck-only voxflow slice isn't enough voxflow present or voxflow picstory --style sketchnote Approximation only. Different visual schemes; cannot output Slice's editorial-mag / notion-card / brutalist / glass-dark themes. See CLI Approximation below.
Local checkout has video-present/src/compositions/PaperSlide (VoxFlow contributors only) Local Remotion experiment script See Local Remotion Route. Note: experiment script only exercises the original paper-slide composition; other 12 themes render via cloud worker only.
User only wants strategy or copy Produce the deck JSON via voxflow slice (or by hand following the schema); tell them which renderer to use. The deck schema is renderer-agnostic; same JSON renders in any theme.
User asks to open-source / package Keep private APIs, tokens, generated audio, MP4 outputs out of the skill package.

Workflow

Installs
5
GitHub Stars
7
First Seen
May 17, 2026
slice — voxflowstudio/skills