Web & Frontendlow risk

video-template-frame-data-rollup

Use this plugin when the user wants a "Data Rollup Frame" HyperFrames motion video — A native Remotion data frame — bars grow from zero by real data via spring physics while the figures roll 0→target in sync.

nexu-io/open-design·plugins/_official/video-templates/frame-data-rollup/SKILL.md
61/ 100推薦值

匯入這個 Skill

選擇你的 coding agent,複製專案級或個人級安裝指令。

固定至平台收錄的 commit
匯入目前專案.agents/skills/frame-data-rollup
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/video-templates/frame-data-rollup -a codex -y
匯入個人環境~/.agents/skills/frame-data-rollup
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/video-templates/frame-data-rollup -a codex -g -y
手動放置目錄.agents/skills/frame-data-rollupOfficial docs ↗
匯入目前專案.claude/skills/frame-data-rollup
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/video-templates/frame-data-rollup -a claude-code -y
匯入個人環境~/.claude/skills/frame-data-rollup
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/video-templates/frame-data-rollup -a claude-code -g -y
手動放置目錄.claude/skills/frame-data-rollupOfficial docs ↗
匯入目前專案.agents/skills/frame-data-rollup
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/video-templates/frame-data-rollup -a github-copilot -y
匯入個人環境~/.copilot/skills/frame-data-rollup
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/video-templates/frame-data-rollup -a github-copilot -g -y
手動放置目錄.agents/skills/frame-data-rollupOfficial docs ↗
匯入目前專案.agents/skills/frame-data-rollup
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/video-templates/frame-data-rollup -a cursor -y
匯入個人環境~/.cursor/skills/frame-data-rollup
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/video-templates/frame-data-rollup -a cursor -g -y
手動放置目錄.agents/skills/frame-data-rollupOfficial docs ↗
匯入目前專案.agents/skills/frame-data-rollup
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/video-templates/frame-data-rollup -a gemini-cli -y
匯入個人環境~/.gemini/skills/frame-data-rollup
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/_official/video-templates/frame-data-rollup -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/nexu-io/open-design.git --scope workspace --path plugins/_official/video-templates/frame-data-rollup
手動放置目錄.agents/skills/frame-data-rollupOfficial docs ↗
⚠ 安裝指令使用開源 skills CLI。執行前請檢查來源、腳本與權限。
# Data Rollup Frame

A native Remotion data frame — bars grow from zero by real data via spring physics while the figures roll 0→target in sync.

## What this template is

A HyperFrames-ready Remotion (React/TSX) motion composition, bundled under `source/`. It renders deterministically to MP4 / WEBM at 16:9, 9:16, 1:1, default 15s, 30fps.

**Best for:** A data frame where the numbers should animate, not sit static · Weekly metrics / growth bars driven by real values · Enhancing one data segment of an otherwise hyperframes video

## Workflow

1. Read `source/entry.ts` to understand the named layers and the animation timeline.
2. Replace the sample copy (headlines, figures, labels) with the user's real content; keep the motion timing and visual signature intact.
3. Keep the composition self-contained under `source/`; do not introduce external network assets that would break a headless render.
4. Render to MP4 via the html-video / HyperFrames renderer.

## Attribution

Source: html-video `templates/frame-data-rollup` (license Apache-2.0).