🛍️ 更多精选好物 ›
📊 公开数据一览
| ⭐ GitHub Stars | 39,163(fork 3696) |
| 🗓️ 最近推送 | 2026-08-02 |
| 🌱 项目创建 | 2026-03-10 |
| 💻 语言 / License | TypeScript · Apache-2.0 |
| 🐛 开放Issue | 234 |
📝 工具简介
一套有效的代理技能框架和软件开发方法论。
📖 怎么用
先装技能:`npx skills add heygen-com/hyperframes --full-depth`。然后初始化项目:`npx hyperframes init my-video`,进去 `cd my-video`。想预览就 `npx hyperframes preview`,浏览器里实时看效果;满意了 `npx hyperframes render` 渲染成 MP4。想加特效就用 `npx hyperframes add flash-through-white` 加转场、`npx hyperframes add instagram-follow` 加社交浮层、`npx hyperframes add data-chart` 加图表动画。README 未说明配置步骤。
📋 迷你测评
写HTML就能渲染视频,专为AI代理打造。亮点是衔接Remotion生态,复用已有React知识。适合熟悉前端又想搞视频的开发者。
📄 README 要点
这是个把HTML转成视频的开源框架,专门给AI智能体用的。你只要写HTML、CSS加上可交互的动画,它就能帮你渲染成确定性的MP4视频。可以在本地用命令行跑,也能让AI编程助手通过skills来调用,或者作为托管创作流程的渲染核心。快速上手的话,装好HyperFrames的skills,然后直接描述你想要什么视频就行。有个picker界面,默认不预选任何东西,核心的/hyperframes路由器会按需安装每个创作流程。非交互式运行就用npx hyperframes skills update,只装核心那套;要是用skills add不带参数,会把全部19个都装上。full depth选项会完整克隆仓库当前main分支的代码。
查看英文原文
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)
交流使用体验、避坑建议;违规内容将被删除