🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 5.9K |
| ⭐ GitHub Stars | 39,203(fork 3700) |
| 🗓️ 最近推送 | 2026-08-03 |
| 🌱 项目创建 | 2026-03-10 |
| 💻 语言 / License | TypeScript · Apache-2.0 |
| 🐛 开放Issue | 237 |
📝 工具简介
写HTML就能渲染视频,专为agent设计,做产品发布视频。
📖 怎么用
安装和 music-to-video 一样,先 `npx skills add heygen-com/hyperframes --full-depth`,然后 `npx hyperframes init my-video` 初始化项目,`cd my-video` 进去。用 `npx hyperframes preview` 在浏览器里预览,`npx hyperframes render` 渲染成 MP4。做幻灯片的话,在 HTML 里用 `<div id="stage">` 定义舞台,`<video>` 标签放片段,设置 `data-start` 和 `data-duration` 控制时长。想加转场效果就 `npx hyperframes add flash-through-white`,加社交浮层用 `npx hyperframes add instagram-follow`。
📋 迷你测评
写HTML就能渲染幻灯片视频,专为AI代理设计的演示工具。亮点是省去复杂视频编辑,直接代码出片。简介中未提供渲染速度或兼容性数据。
📊 数据评测
2026-08-06 评测
这是啥
loop-me 是 mattpocock/skills 仓库里的一个循环处理技能,面向真实工程师,直接来自 .agents 目录,即装即用。据仓库README,作者强调这些技能用于日常真实工程,而非 vibe coding,设计目标是小型、易调整、可组合,适配任何模型。它通过 skills.sh 分发,安装量 5.0K,在 skills.sh 榜单排第 12 名,分类为工具。
数据表现
GitHub 上该仓库 stars 为 205983,forks 17788,开放 issue 288 个。创建于 2026-02-03,最近推送是 2026-08-06,最近一次提交在 2026-08-05,包含合并 pull request 和版本同步等常规维护。从提交记录看,当天有 5 条提交,说明近期活跃度尚可,但 stars 与 issue 数差距较大,开放 issue 数量不算少。
功能亮点
据仓库README,loop-me 提供 /grill me 和 /grill with docs 技能,用于在编码前让 agent 提出详细问题,对齐需求,避免误解。安装方式有两种:Claude Code 插件以只读捆绑包形式自动更新;skills.sh 则复制可编辑文件到项目,方便用户自行修改。安装时支持选择 issue 跟踪器(GitHub、Linear 或本地文件)、配置标签和文档保存位置。
适合谁 / 注意什么
适合使用 Claude Code、Codex 等编码 agent 的工程师,尤其是希望技能可编辑、可组合,不想被完整流程绑架的人。README 提到作者有 6 万订阅者,说明有一定社区基础。注意:仓库主要语言是 Shell,License 为 MIT,但公开信息未说明 loop-me 本身的具体维护频率和 issue 回复情况。开放 issue 288 个,若你依赖该技能,需自行评估维护风险。
📄 README 要点
这个和music-to-video是同一个项目HyperFrames,也是把HTML、CSS、媒体和动画转成MP4视频的开源框架。使用方式完全一样,本地用CLI,AI代理用技能包,或者作为托管工作流的渲染核心。安装和上手流程也相同,先装技能再描述需求。区别在于这个仓库可能更侧重幻灯片演示场景,但底层技术是一样的。适合做演示文稿视频化、产品展示动画、教学视频这类需要把网页内容变成视频的用途。同样支持非交互式安装,用npx hyperframes skills update装核心技能集就行。
查看英文原文
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)
交流使用体验、避坑建议;违规内容将被删除