🛍️ 更多精选好物 ›
📊 公开数据一览
| ⭐ GitHub Stars | 39,203(fork 3700) |
| 🗓️ 最近推送 | 2026-08-03 |
| 🌱 项目创建 | 2026-03-10 |
| 💻 语言 / License | TypeScript · Apache-2.0 |
| 🐛 开放Issue | 237 |
📝 工具简介
Prisma技能合集,为AI编码代理提供数据库开发相关的打包指令。
📖 怎么用
安装方式同HyperFrames系列:`npx skills add heygen-com/hyperframes --full-depth`,然后`npx hyperframes init my-video`初始化项目。在HTML的`<div id="stage">`里用`<video class="clip">`标签嵌入视频并设置`data-start`、`data-duration`等属性控制片段。用`npx hyperframes preview`预览效果,`npx hyperframes render`输出MP4。README未说明配置。
📋 迷你测评
写HTML就能渲染带字幕视频,专为AI代理设计的视频处理工具。亮点是字幕与画面同步生成,省去后期对齐步骤。适合需要自动添加说明的教程类视频。
📄 README 要点
这也是HyperFrames框架的技能包,功能跟pr-to-video一样,都是把HTML、CSS、媒体和动画转成MP4视频。本地用CLI跑,或者让AI编程助手装上技能后按描述生成视频都行。安装方式同样推荐npx hyperframes skills update来装核心技能集,避免装全量19个。适合做网页内容视频化、给视频加字幕、自动化视频渲染这类场景,特别是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)
交流使用体验、避坑建议;违规内容将被删除