🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 164.4K |
| ⭐ GitHub Stars | 39,192(fork 3699) |
| 🗓️ 最近推送 | 2026-08-02 |
| 🌱 项目创建 | 2026-03-10 |
| 💻 语言 / License | TypeScript · Apache-2.0 |
| 🐛 开放Issue | 235 |
📝 工具简介
公开的Agent Skills仓库,处理Word文档相关任务。
📖 怎么用
安装方式跟其他 HyperFrames 技能一样,先 `npx skills add heygen-com/hyperframes --full-depth` 把技能装上。然后直接告诉 AI 你想要的产品发布视频,它会自动配置好一切。想手动控制的话,`npx hyperframes init my-video` 建项目,`cd my-video` 进去,用 `npx hyperframes preview` 预览效果,最后 `npx hyperframes render` 输出 MP4。需要加转场或社交元素就 `npx hyperframes add instagram-follow` 之类的命令。
📋 迷你测评
写HTML渲染视频,专做产品发布视频。亮点是快速产出宣传物料,适配发布节奏。适合市场或产品团队快速试错。
📄 README 要点
这个也是 HyperFrames 框架,跟上面那个一样,核心功能就是把 HTML、CSS、媒体和动画转成 MP4 视频。它特别适合做产品发布视频,你只要给 AI 助手描述想要的效果,它就能帮你生成。安装方式也类似,通过技能模块或者命令行工具。这个框架的好处是输出是确定性的,就是说同样的输入永远得到同样的结果,不会像其他渲染工具那样每次跑出来都不一样。适合团队里做市场、运营的人,想快速生成产品宣传视频,又不想学复杂的视频编辑软件。
查看英文原文
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)
交流使用体验、避坑建议;违规内容将被删除