‹ 返回总目录
工具 最近更新08-26

hyperframes-registry

| 2026-08-01 收录

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

⭐ GitHub Stars42,667(fork 4102)
🗓️ 最近推送2026-08-26
🌱 项目创建2026-03-10
💻 语言 / LicenseTypeScript · Apache-2.0
🐛 开放Issue240

📝 工具简介

用HTML写代码直接渲染视频的注册表,专为AI代理设计。

📖 怎么用

先装技能,运行 `npx skills add heygen-com/hyperframes`。然后初始化项目:`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`(动态图表)。核心是写 HTML,用 `<div id="stage">` 定义舞台,里面放 `<video>` 标签指定素材。

📋 迷你测评

一个注册表,让 AI 代理用 HTML 写代码直接渲染视频。亮点是跳过了传统视频编辑步骤,代码即画面。适合快速原型验证,但复杂动效能力未知。

📄 README 要点

这是一个开源框架,核心思路是“写HTML就能渲染出视频”。它能把HTML、CSS、媒体文件和可定位动画转成确定性的MP4视频,也就是说同样的输入永远得到同样的输出,非常适合自动化流程。你可以用CLI在本地跑,也能让AI编程智能体通过技能来调用,或者作为托管创作流程的渲染后端。快速上手的话,装好HyperFrames技能后直接描述你想要的视频就行。注意有个细节:交互式安装用picker,非交互或智能体场景建议用npx hyperframes skills update,这样只装核心技能,避免装全20个导致混乱。

查看英文原文
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 20. 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 the "Core Skills" group, nothing pre selected. The picker is interactive only — a non interactive or agent run without skill installs all

💬 评论(0)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考

浙ICP备2023034286号