Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/Cuongyd196/auto-compare-videonpx agentmods add skills/cuongyd196/auto-compare-video/create-videoWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/cuongyd196/auto-compare-video/create-video)<a href="https://agentmods.dev/skills/cuongyd196/auto-compare-video/create-video"><img src="https://agentmods.dev/badge/skills/cuongyd196/auto-compare-video/create-video.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00178 | $0.03567 |
| Opus 5 | $0.00089 | $0.01784 |
| Sonnet 5 | $0.00036 | $0.00713 |
| Haiku 4.5 | $0.00018 | $0.00357 |
Grade A, and why
create-video scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 251 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Tạo video so sánh mới
Mục tiêu
Sinh ra một thư mục videos/<slug>/ hoàn chỉnh, tự chạy được (npm run check sạch,
npm run render ra MP4), theo đúng layout/nhịp cố định của series: 2 card khái niệm ở nửa
trên, caption chạy từng dòng ở giữa, avatar robot MC ở nửa dưới; kịch bản 12 dòng, tổng
30-40s, voiceover TTS đo thời lượng thật để khớp animation.
Mỗi video là một project HyperFrames độc lập. Chỉ đổi nội dung — không đổi layout.
Bối cảnh repo (đọc trước khi làm)
Mọi đường dẫn dưới đây tính từ root repo (thư mục chứa DESIGN.md và videos/):
| File | Vai trò |
|---|---|
DESIGN.md |
Hợp đồng layout / màu / font / motion 3-zone. Bất biến cho cả series. |
AGENTS.md |
Quy tắc chung của project HyperFrames (data-attributes, class="clip", timeline paused…). |
vbee.md |
Tài liệu Vbee TTS API + danh sách voice_code. |
.env (root, dùng chung) |
TTS_PROVIDER, VBEE_APP_ID, VBEE_ACCESS_TOKEN, VBEE_VOICE_CODE, EDGE_VOICE, CHANNEL, AUTO_CREATE_VIDEO. Mẫu: .env.example. |
videos/dev-vs-devops/ |
Project tham chiếu chính — copy CSS/HTML/helper/scripts từ đây. |
videos/thien-thach-vs-sao-bang/ |
Video đầu tiên + BRIEF.md bản đầy đủ. |
⚠️ Cả 2 video đã có đều là bản 8 dòng / 15-20s thế hệ cũ. Chỉ copy cấu trúc (CSS, HTML skeleton, helper JS,
@font-face) từ chúng — còn số dòng và nhịp beat phải dùng bản 12 dòng / 30-40s ở bước 1 và 4 dưới đây. Không copy y nguyên 8 dòng.
Mọi lệnh npm run * chạy với cwd = videos/<slug>/, không phải root repo.
Chế độ tự động (AUTO_CREATE_VIDEO)
Đọc AUTO_CREATE_VIDEO trong .env ở root repo ngay khi bắt đầu:
0/ không có (mặc định) — giữ nguyên các điểm dừng xác nhận: chốt kịch bản (bước 1), hỏi lại nếu phát âm TTS sai, hỏi lại nếu tổng thời lượng lệch ngoài 30-40s, và hỏi trước khi render (bước 9 — tốn thời gian/tài nguyên).1— bỏ qua tất cả điểm dừng đó. Tự đề xuất và chốt luôn cặp khái niệm, kịch bản 12 dòng, icon; tự sinh VO và tự chấp nhận phát âm (chỉ sửa phiên âm khi rõ ràng sai so với chính tả tiếng Việt thông thường); tự điều chỉnh nội dung nếu lệch 30-40s; chạy liên tục bước 1 → 9 kể cả render. Chỉ báo cáo khi xong toàn bộ, hoặc khi gặp lỗi cứng không tự sửa được (npm run checkfail, TTS lỗi).
What ships with it
5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 251 lines · 178 tokens per session scan A 6266865b92cb
create-video is a skill published in the GitHub repository Cuongyd196/auto-compare-video (167 stars, last pushed 11d ago), licensed MIT. It adds 178 tokens to every session and 3,567 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
video-hyperframes
Hyperframes / Remotion-compatible continuous frame animation with autoplay support.
paperclip-capsules
Generate, implement, or review Paperclip capsule visuals. Use for capsule art, agent capsules, heartbeat status capsules, identicons, capsule banks, or brand-usage validation.
video-hyperframes
A web-based sequence of video frames designed for Hyperframes or Remotion, with each frame presenting one visual idea.
hbg-life-simulation
A workflow for producing Chinese narrative videos in a recurring comic style, from source story and characters to a verified MP4 video.
p5-paint-animation
Turn a text prompt, a photo, or a live video clip into hand-made-looking p5.js animation — pencil handwriting that writes itself, photos repainted as brushstroke art with paint-on animation and camera moves, and short videos (iPhone Live Photos included) repainted frame-by-frame as a living painting. Trigger on…
x-posting-license
Turn any X (Twitter) profile into a 10.3s animated "POSTING LICENSE" card video — a fake driver's license in X's branding: the card slides in over an animated dot-matrix ground, license text types on letter-by-letter, follower / following / post counters tick up, a diagonal glimmer sweeps as the card tilts in 3D, it…