auto-compare-video AGENTS.md

auto-compare-video AGENTS.md is an instructions file for Codex, OpenCode from Cuongyd196/auto-compare-video. It costs 1,714 tokens per session, scanned A, original, MIT.

A repository guide for making a series of short comparison videos with HyperFrames, where each video has its own project folder and shared design rules.

In plain words
What is it for?
Use it when creating, editing, rendering, or documenting one of the video's visual compositions, audio, images, or scripts.
Why use it?
It prevents commands and edits from being applied in the wrong folder and ensures compositions follow the project's required layout and workflow.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/cuongyd196/auto-compare-video/agents-md
Clone the repo
git clone --depth 1 https://github.com/Cuongyd196/auto-compare-video

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for auto-compare-video AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/cuongyd196/auto-compare-video/agents-md.svg)](https://agentmods.dev/instructions/cuongyd196/auto-compare-video/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/cuongyd196/auto-compare-video/agents-md"><img src="https://agentmods.dev/badge/instructions/cuongyd196/auto-compare-video/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,714 This file is loaded in full into every session.
When invoked 1,714 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.01714 $0.01714
Opus 5 $0.00857 $0.00857
Sonnet 5 $0.00343 $0.00343
Haiku 4.5 $0.00171 $0.00171

Measured 5d ago against content hash 8aecf96f71f8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

auto-compare-video AGENTS.md 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 5d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

AGENTS.md · 110 lines

How it starts

The opening of the file, as written. The whole thing — 110 lines — stays where its author put it; the contents beside it link to each section on GitHub.

HyperFrames Composition Project

Repo layout — multiple videos

This repo holds a series of short comparison videos, each its own self-contained HyperFrames project under videos/<video-name>/ (own package.json, hyperframes.json, meta.json, index.html, assets/, scripts/, renders/, snapshots/). Root-level files (README.md, CLAUDE.md, AGENTS.md, DESIGN.md, vbee.md) are shared across the whole series — DESIGN.md in particular is the fixed layout/style contract every video follows.

All commands below run with cwd inside the specific video's folder (videos/<video-name>/), not the repo root — that's where each video's package.json lives.

The Vbee TTS credentials (.env) live once at the repo root and are shared by every video's scripts/generate-vo.mjs.

To start a new video: create videos/<new-name>/, run hyperframes init inside it, copy the 3-zone layout contract from DESIGN.md, and swap in the new topic's text/images/audio.

Skills — USE THESE FIRST

Always invoke the relevant skill before writing or modifying compositions. Skills encode framework-specific patterns (e.g., window.__timelines registration, data-* attribute semantics, shader-compatible CSS rules) that are NOT in generic web docs. Skipping them produces broken compositions.

Doing anything with HyperFrames? Start at /hyperframes — it tells you what HyperFrames can do and which skill or workflow handles your intent (make a video, TTS / BGM, prep footage, author / animate, render, install blocks), and routes every "make me a…" request (a video, a deck, a composition port) to the right workflow. Read it first, especially when there's no project context to orient you. The workflows it routes to:

  • /product-launch-video — a product URL or brief / script → 60-90s product launch / SaaS / promo video.
  • /website-to-video — a general website / URL → a video of the site (tour / showcase / social clip from captured visuals); a product launch / promo is /product-launch-video.
  • /faceless-explainer — arbitrary text (topic / article / notes), no URL, no website capture → 60-90s faceless explainer.
  • /embedded-captions — an existing talking-head video (MP4) → the same footage with captions / subtitles added (rail + embed, or pure-cinematic embed); the footage itself is untouched.
  • /talking-head-recut — an existing talking-head / interview / podcast video (MP4) → the same footage packaged with designed graphic overlays (kinetic titles, lower-thirds, data callouts, pull-quotes, side panels, pip) synced to the transcript; the clip plays unchanged underneath. (Plain captions/subtitles → /embedded-captions.)
  • /pr-to-video — a GitHub PR (URL / owner/repo#N / "this PR") → 30-90s code-change explainer (changelog / feature reveal / fix / refactor).
  • /motion-graphics — a short (typically under 10s) design-led motion graphic, motion-is-the-message, no narration: kinetic type, a stat / number count-up, a chart, a logo sting, a lower-third / overlay, or an animated tweet / headline / captured-page highlight; rendered to MP4 or a transparent overlay. Longer / narrated / custom → /general-video.
  • /music-to-video — a music track (audio file, or video to pull audio from) → beat-synced video (lyric / slideshow / kinetic promo). Music drives pacing; user-supplied images / videos are cut onto the same beat grid.
  • /slideshow — a presentation / pitch deck / interactive deck — discrete slides, fragment reveals, branching, hotspot navigation, presenter mode. Output is a navigable deck, not a rendered video.
  • /general-video — fallback for any other video (title card, longer brand / sizzle reel, multi-scene montage, static loop, custom composition); the original hyperframes authoring flow, any length.

Read the full file on GitHub · 110 lines

Changes

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.

  1. 5d ago First seen · 110 lines · 1,714 tokens per session scan A 8aecf96f71f8

Subscribe to this mod's changes

auto-compare-video AGENTS.md is an instructions file published in the GitHub repository Cuongyd196/auto-compare-video (164 stars, last pushed 8d ago), licensed MIT. It adds 1,714 tokens to every session, about $0.0086 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.

Related

Other instructions, from other repositories

ai-video-director-skill AGENTS.md

Instructions for yomage-ai/ai-video-director-skill: This repository contains the reusable Skill, deterministic scripts, templates, governance records, and anonymous tests. It is not a video-project workspace.

yomage-ai/ai-video-director-skill · 491 tokens

motion-superpowers CLAUDE.md

Claude Code instructions for ardha27/motion-superpowers, covering agent instructions: motion superpowers, 1. grounded research first, 2. deterministic frame timelines, 3. style rulebook enforcement and 4. visual test-driven development (tdd).

ardha27/motion-superpowers · 272 tokens

linkedin-content-engine CLAUDE.md

Claude Code instructions for mdbailin/linkedin-content-engine, covering claude implementation brief, goal, architecture constraints, required mcp tools and readbrandprofile.

mdbailin/linkedin-content-engine · 1,015 tokens

docvideoer CLAUDE.md

Instructions for coding-ax/docvideoer, covering claude.md — docvideoer, 触发方式, 外部 skill 依赖, 工作目录 and 核心流水线(6 步).

coding-ax/docvideoer · 1,560 tokens

ai-workflow-kit CLAUDE.md

Claude Code instructions for bezael/ai-workflow-kit, covering claude.md — ai workflow kit, what this repo is, where each tool reads skills from, available skills and specialized agents.

bezael/ai-workflow-kit · 1,236 tokens

glm-image-mcp-server CLAUDE.md

Claude Code instructions for ex-takashima/glm-image-mcp-server, covering claude.md - development guide, project overview, build & run commands, install dependencies and build typescript.

ex-takashima/glm-image-mcp-server · 469 tokens