🛍️ 更多精选好物 ›
📊 公开数据一览
| ⭐ GitHub Stars | 39,192(fork 3699) |
| 🗓️ 最近推送 | 2026-08-02 |
| 🌱 项目创建 | 2026-03-10 |
| 💻 语言 / License | TypeScript · Apache-2.0 |
| 🐛 开放Issue | 235 |
📝 工具简介
面向Claude Code和AI agent的营销技能,专注文案、SEO和增长。
📖 怎么用
安装就一条命令:`npx skills add heygen-com/hyperframes --full-depth`。装好后,你可以直接让 AI agent 帮你生成视频,它会自动调用 `/hyperframes` 路由器。想自己动手就 `npx hyperframes init my-video` 初始化,`cd my-video` 进入目录,`npx hyperframes preview` 在浏览器预览,`npx hyperframes render` 渲染成 MP4。加特效用 `npx hyperframes add data-chart` 这种命令,比如加个动画图表。
📋 迷你测评
写HTML渲染视频,处理媒体帧。亮点是帧级控制,适合精细调整画面。对需要逐帧操作的场景比较实用。
📄 README 要点
这个还是 HyperFrames 框架,主打媒体处理。它能把 HTML、CSS、图片、视频片段这些素材,加上可定位的动画效果,最终渲染成一个 MP4 文件。用起来很灵活,本地命令行、AI 编程助手、在线服务都能用。安装的时候,用 npx hyperframes skills update 就能装好核心技能。这个版本特别适合处理媒体素材比较多的视频项目,比如把一堆图片和视频片段拼成一个有动画过渡的完整视频,适合做媒体集锦或者素材混剪这类活儿。
查看英文原文
Write HTML. Render video. Built for agents. Quickstart Showcase Playground Catalog Docs Discord 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: [安装/使用命令见下方] The picker opens with nothing pre selected — the Core Skills group is all you need: the /hyperframes router installs each creation workflow on demand. Agents and non interactive runs should use npx hyperframes skills update instead — it installs exactly the core set, whereas a non interactive skills add without skill installs all 19. full depth does a full clone of the repo's current main . Without it, skills add fetches the skills.sh registry blob, which lags main by hours — you'd get an older copy of a skill. ( hyperframes skills update already installs full depth.) 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. Skills HyperFrames ships 19 skills agents load on demand. Read /hyperframes first — it's the router and capability map; it picks a workflow for any "make me a…" request — video, deck, or composition port — and points to the domain skills below. Default to the core set — the router installs each creation workflow on demand. npx hyperframes skills update installs exactly that from anywhere; the interactive picker ( npx skills add heygen com/hyperframes full depth ) lists it as the "Core Skills" group, nothing pre selected. The picker is interactive only — a non
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除