🛍️ 更多精选好物 ›
50,247
⭐ GitHub Stars
fork 4583💻 TypeScript · Apache-2.0 · 🐛 开放 Issue:144
📝 工具简介
Write HTML. Render video. Built for agents.
📖 怎么用
1) 安装:在AI编码代理中运行 `npx skills add heygen-com/hyperframes` 安装HyperFrames技能。2) 配置/初始化:运行 `npx hyperframes init my-video` 创建新项目,然后 `cd my-video` 进入目录。3) 开始用:编辑HTML文件,在 `<div id="stage">` 中设置视频参数(如 `data-width="1920"`、`data-height="1080"`),添加视频片段和特效(如 `npx hyperframes add flash-through-white` 添加转场)。运行 `npx hyperframes preview` 在浏览器预览,满意后运行 `npx hyperframes render` 渲染为MP4视频。
📋 迷你测评
专为智能体设计的HTML生成与视频渲染工具。亮点是直接输出可运行的网页代码,省去手动编码环节。数据点:无具体数据。
📄 README 要点
这个仓库的 README 讲的是 HyperFrames,一个面向 agent 的开源框架,可以把 HTML、CSS、媒体和可 seek 的动画变成确定性的 MP4 视频。它既能本地用 CLI,也能从 AI coding agents 里通过 skills 使用,还可以作为托管创作工作流背后的渲染核心。快速开始是用 AI coding agent 安装 HyperFrames skills,然后直接描述你想要的视频;选择器打开时默认不预选,Core Skills 组就够用,/hyperframes 路由器会按需安装各个创作工作流。原文还提醒 agents 和非交互运行应该用 npx hyperframes skills update,因为它只装核心集,而 skills add all 会装全部 20 个已发布 skills,六个仓库内部 skills 默认排除。
查看英文原文
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 skills add all installs all 20 published skills. The six repo internal skills under .claude/skills / .agents/skills are excluded by default. For the full published set use npx hyperframes skills . skills add resolves the skills.sh registry blob, which can lag main by hours. npx hyperframes skills update installs from the current main , so reach for it when you need the newest copy of a skill. 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 20 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 ) lists it as
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除