@Easycompany333: 整理了 6 个可以直接试的视频类 Claude Skills: 1. HyperFrames 一句话生成动效视频,文章、推文、产品介绍都能变成 MP4。 适合产品宣发、教程开场、社交短视频。 https://github.com/heyg…

X AI KOLs Timeline 工具

摘要

整理了6个可直接使用的视频类Claude Skills,涵盖自动生成动效视频、AI辅助粗剪、React组件渲染视频、多媒体生成工具箱、中文剪辑Agent和视频提示词编写等开源工具。

整理了 6 个可以直接试的视频类 Claude Skills: 1. HyperFrames 一句话生成动效视频,文章、推文、产品介绍都能变成 MP4。 适合产品宣发、教程开场、社交短视频。 https://github.com/heygen-com/hyperframes… 2. video-use 让 coding agent 帮你做视频粗剪,处理停顿、错句、口头禅、字幕、调色。 口播、采访、教程类内容很适合先跑一遍。 https://github.com/browser-use/video-use… 3. Remotion Skills(貌似目前最好用) 用 React 批量做视频。 字幕、动画、时间轴都能用代码控制。 适合排行榜、数据周报、产品更新这种固定栏目。 https://github.com/remotion-dev/skills… 4. Generative Media Skills 图片、视频、音频生成工具箱。 适合广告素材、UGC 视频、音乐短片和实验性创作。 https://github.com/SamurAIGPT/Generative-Media-Skills… 5. videocut-skills 面向中文创作者的剪辑 Agent。 能处理口播素材、字幕、重复句、口误和中文短视频工作流。 https://github.com/Ceeon/videocut-skills… 6. seedance2-skill 帮你写 Seedance 2.0 视频提示词。 如果你脑子里有画面,但不会拆分镜、镜头、运动和氛围,可以先用它。 https://github.com/dexhunter/seedance2-skill…
查看原文
查看缓存全文

缓存时间: 2026/06/18 18:19

整理了 6 个可以直接试的视频类 Claude Skills:

  1. HyperFrames 一句话生成动效视频,文章、推文、产品介绍都能变成 MP4。 适合产品宣发、教程开场、社交短视频。 https://github.com/heygen-com/hyperframes…

  2. video-use 让 coding agent 帮你做视频粗剪,处理停顿、错句、口头禅、字幕、调色。 口播、采访、教程类内容很适合先跑一遍。 https://github.com/browser-use/video-use…

  3. Remotion Skills(貌似目前最好用) 用 React 批量做视频。 字幕、动画、时间轴都能用代码控制。 适合排行榜、数据周报、产品更新这种固定栏目。 https://github.com/remotion-dev/skills…

  4. Generative Media Skills 图片、视频、音频生成工具箱。 适合广告素材、UGC 视频、音乐短片和实验性创作。 https://github.com/SamurAIGPT/Generative-Media-Skills…

  5. videocut-skills 面向中文创作者的剪辑 Agent。 能处理口播素材、字幕、重复句、口误和中文短视频工作流。 https://github.com/Ceeon/videocut-skills…

  6. seedance2-skill 帮你写 Seedance 2.0 视频提示词。 如果你脑子里有画面,但不会拆分镜、镜头、运动和氛围,可以先用它。 https://github.com/dexhunter/seedance2-skill…


heygen-com/hyperframes

Source: https://github.com/heygen-com/hyperframes

HyperFrames

npm version npm downloads License Node.js Discord

Write HTML. Render video. Built for agents.

Quickstart | Showcase | Playground | Catalog | Docs | Discord

HyperFrames demo: HTML code on the left transforms into a rendered video on the right

HyperFrames is an open-source framework for turning HTML, CSS, media, and seekable animations into deterministic MP4 videos. Use it locally with the CLI, from AI coding agents with skills, or as the rendering core behind hosted authoring workflows.

Quick Start

With an AI coding agent

Install the HyperFrames skills, then describe the video you want:

npx skills add heygen-com/hyperframes

Try a prompt like:

Using /hyperframes, create a 10-second product intro with a fade-in title, a background video, and subtle background music.

The skills teach agents the HyperFrames production loop: plan the video, write valid HTML, wire seekable animations, add media, lint, preview, and render. They work with Claude Code, Cursor, Gemini CLI, Codex, and other coding agents that support skills.

For visual design handoff workflows, see the Claude Design guide and Open Design guide.

Manually with the CLI

npx hyperframes init my-video
cd my-video
npx hyperframes preview      # preview in browser with live reload
npx hyperframes render       # render to MP4

Requirements: Node.js 22+, FFmpeg

What You Can Build

Need ideas? Browse the Showcase for finished videos you can watch, read, run, and remix.

  • Product launch videos and feature announcements
  • PR walkthroughs with animated code diffs, narration, and captions
  • Data visualizations, chart races, and map animations
  • Social videos with kinetic captions, overlays, and music
  • Docs-to-video, PDF-to-video, and website-to-video explainers
  • Reusable motion graphics for automated content pipelines

Frame.md

frame.md — your design system, ready for video.

Every brand has a design.md. None of them were written for a camera. frame.md is the missing translation layer: it takes your web-context design spec and inverts it for the frame — the same tokens, the same rules, but rewritten so an AI agent can compose a promo video without guessing at scale or reaching for web chrome.

The output is a DESIGN.md superset your whole toolchain can read. Atoms stay sacred. Composition stays free. Numbers come from the script.

Biennale Yellow
Biennale Yellow
BlockFrame
BlockFrame
Blue Professional
Blue Professional
Bold Poster
Bold Poster
Broadside
Broadside
Capsule
Capsule
Cartesian
Cartesian
Cobalt Grid
Cobalt Grid
Coral
Coral
Creative Mode
Creative Mode

Browse and remix them all at hyperframes.dev/design.

How It Works

Define a video as HTML. Add data attributes for timing and tracks. Use GSAP, CSS, Lottie, Three.js, Anime.js, WAAPI, or your own frame adapter for seekable animation.

<div id="stage" data-composition-id="launch" data-start="0" data-width="1920" data-height="1080">
  <video
    class="clip"
    data-start="0"
    data-duration="6"
    data-track-index="0"
    src="intro.mp4"
    muted
    playsinline
  ></video>

  <h1 id="title" class="clip" data-start="1" data-duration="4" data-track-index="1">Launch day</h1>

  <audio
    data-start="0"
    data-duration="6"
    data-track-index="2"
    data-volume="0.5"
    src="music.wav"
  ></audio>

  <script src="https://cdn.jsdelivr.net/npm/gsap@3/dist/gsap.min.js"></script>
  <script>
    const tl = gsap.timeline({ paused: true });
    tl.from("#title", { opacity: 0, y: 40, duration: 0.8 }, 1);
    window.__timelines = window.__timelines || {};
    window.__timelines.launch = tl;
  </script>
</div>

Preview instantly in the browser. Render locally or in Docker. The renderer seeks each frame in headless Chrome and encodes the result with FFmpeg, so the same input produces the same video.

HyperFrames Stack

HyperFrames is the open-source rendering engine, plus a growing set of tools around HTML-native video creation.

PieceStatusWhat it does
CLIAvailableScaffold, preview, lint, inspect, and render local video projects
Core / Engine / ProducerAvailableParse compositions, drive headless Chrome, encode video, and mix audio
CatalogAvailableReusable blocks and components for transitions, overlays, captions, charts, maps, and effects
Agent skillsAvailableTeach coding agents the video-production patterns that generic web docs miss
StudioAvailable, evolvingBrowser surface for previewing and editing compositions
AWS Lambda renderingAvailableDeploy a distributed render stack and drive renders from your laptop or CI
hyperframes.devAvailableCommunity playground for previewing, iterating, sharing, and rendering HTML-native video projects
frame.mdAvailableInvert your design system for the camera — a DESIGN.md superset an agent can compose video from

Catalog

Install ready-to-use blocks and components:

npx hyperframes add flash-through-white   # shader transition
npx hyperframes add instagram-follow      # social overlay
npx hyperframes add data-chart            # animated chart

Browse the catalog at hyperframes.heygen.com/catalog.

Why HyperFrames?

  • HTML-native: compositions are HTML files with data attributes. No React requirement, no proprietary timeline format.
  • Agent-friendly: agents already write HTML, and the CLI is non-interactive by default.
  • Deterministic: same input, same frames, same output. Built for CI, regression tests, and automated rendering.
  • No build step: an index.html composition plays as-is and can be previewed directly in the browser.
  • Adapter-based animation: bring GSAP, CSS animations, Lottie, Three.js, Anime.js, WAAPI, or a custom runtime.
  • Open source: Apache 2.0 license, with no per-render fees or commercial-use thresholds.

HyperFrames vs Remotion

HyperFrames is inspired by Remotion. Both tools render video with headless Chrome and FFmpeg. The main difference is the authoring model: Remotion’s bet is React components; HyperFrames’ bet is plain HTML that humans and agents can both write easily.

HyperFramesRemotion
AuthoringHTML + CSS + seekable animationReact components
Build stepNone; index.html plays as-isBundler required
Agent handoffPlain HTML filesJSX / React project
Library-clock animationsSeekable, frame-accurate via adaptersWall-clock animation patterns need care
Distributed renderingLocal and AWS Lambda render pathsRemotion Lambda, mature cloud renderer
LicenseApache 2.0Source-available Remotion License

Read the full comparison in the HyperFrames vs Remotion guide.

Documentation

Full documentation: hyperframes.heygen.com/introduction

Packages

PackageDescription
hyperframesCLI for creating, previewing, linting, and rendering compositions
@hyperframes/coreTypes, parsers, generators, linter, runtime, and frame adapters
@hyperframes/engineSeekable page-to-video capture engine using Puppeteer and FFmpeg
@hyperframes/producerFull rendering pipeline for capture, encode, and audio mix
@hyperframes/studioBrowser-based composition editor UI
@hyperframes/playerEmbeddable <hyperframes-player> web component
@hyperframes/shader-transitionsWebGL shader transitions for compositions
@hyperframes/aws-lambdaAWS Lambda SDK and deployment surface for distributed renders

Community

HyperFrames is used in production at HeyGen, with community examples from teams like tldraw, TanStack, and others in ADOPTERS.md. Open a PR if your team is using HyperFrames.

Development Note

The repo uses Git LFS for golden regression-test baselines under packages/producer/tests/**/output.mp4 (about 240 MB of .mp4 files). If you’re cloning the full repo for development, install Git LFS first:

# macOS
brew install git-lfs

# Ubuntu / Debian
sudo apt install git-lfs

# Windows
winget install GitHub.GitLFS

# Then, once per machine
git lfs install

If you only need source files, you can skip LFS content:

GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/heygen-com/hyperframes.git

License

Apache 2.0

相似文章

@0xluffy_eth: 有人为Claude Code开发了免费视频编辑工具...太疯狂了。 只需把原始素材和资源放入文件夹。 就这样。 它会处理一切: - 剪辑片段 - 移除冗余词 - 添加字幕 - 应用色彩分级和滤镜 - 处理动画 - 渲染最终视频 无时间线。…

X AI KOLs Timeline

A free, open-source video editing tool built for Claude Code that fully automates editing from raw footage—clipping, filler word removal, subtitles, color grading, animation, and final rendering—all without a timeline or manual edits.

@GitHub_Daily: 又发现了一个好用的 Skill,一句话就能把任何内容转成播客、PPT、思维导图等格式。 支持超 15 种内容源,包括公众号、小宇宙播客、YouTube 视频、PDF、电子书等。 还能自动识别并尝试绕过付费墙,覆盖纽约时报、华尔街日报等 3…

X AI KOLs Timeline

一个开源的 Claude Code Skill,能将超过 15 种内容源(包括公众号、YouTube、付费新闻等)一键转换为播客、PPT、思维导图等格式,并自动尝试绕过付费墙。

@dotey: baoyu-design skill 可以在本地生成动画视频,导出 mp4 格式,就像附件视频这个。 Claude Design 网页版可以用提示词创建动画视频,但你需要在网页上才能看到视频,无法下载。也有人基于第三方插件录屏软件实现过,…

X AI KOLs Timeline

baoyu-design 是一个开源项目,将 Claude Design 打包为本地 Agent Skill,支持在 Cursor、Claude Code 等环境中生成动画视频并直接导出为 MP4 格式,通过无头浏览器逐帧渲染实现精确、高质量的导出。