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

codex-pet

| 2026-08-01 收录

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

🛍️ 更多精选好物 ›

📊 公开数据一览

⭐ GitHub Stars39,120(fork 3692)
🗓️ 最近推送2026-08-02
🌱 项目创建2026-03-10
💻 语言 / LicenseTypeScript · Apache-2.0
🐛 开放Issue232

📝 工具简介

用原始人说话方式省65% token的Claude Code技能

📖 怎么用

先装技能,执行 `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" data-composition-id="launch" data-width="1920" data-height="1080">` 定义画布,里面放 `<video>` 标签指定素材。还能加特效,比如 `npx hyperframes add flash-through-white` 加转场,`npx hyperframes add data-chart` 加图表动画。

📋 迷你测评

用HTML写代码直接渲染视频的注册表,专为AI代理设计。亮点是“代码即视频”,跳过传统剪辑。适合快速生成动态原型,但依赖HTML能力。

📄 README 要点

这是个开源框架,能把HTML、CSS、媒体文件和可拖动动画转成确定性的MP4视频,专门为AI代理设计的。你可以用命令行在本地跑,也能让AI编码代理通过技能来调用,或者作为托管创作流程的渲染核心。快速上手很简单,先装好HyperFrames技能,然后直接描述你想要什么视频就行。装的时候有个选择器,默认什么都不选,核心技能组就够了,/hyperframes路由会按需安装每个创作流程。如果是代理或非交互式运行,用npx hyperframes skills update,它只装核心那套;不加参数的话会装全部19个技能。深度模式会完整克隆仓库当前主分支,否则只是从skills.sh拉取。适合做视频生成、动画渲染这类自动化任务。

查看英文原文
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)

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

💬 意见反馈 / 联系客服

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