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.
npx agentmods add skills/homenshum/nodebenchai/demo-video-quality-loopnpx skills add HomenShum/NodeBenchAI --skill demo-video-quality-loopgit clone --depth 1 https://github.com/HomenShum/NodeBenchAIWrote 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/homenshum/nodebenchai/demo-video-quality-loop)<a href="https://agentmods.dev/skills/homenshum/nodebenchai/demo-video-quality-loop"><img src="https://agentmods.dev/badge/skills/homenshum/nodebenchai/demo-video-quality-loop.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00000 | $0.02968 |
| Opus 5 | $0.00000 | $0.01484 |
| Sonnet 5 | $0.00000 | $0.00594 |
| Haiku 4.5 | $0.00000 | $0.00297 |
Grade A, and why
demo-video-quality-loop 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.
How it starts
The opening of the file, as written. The whole thing — 278 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Demo Video Quality Loop
Autonomous self-improving pipeline for creating top-market demo videos using Remotion + Gemini video understanding.
When to use
- User says "improve the demo video", "run the video loop", "judge the video"
- After rendering a new version of the demo video
- When targeting a specific quality grade (S/A/B/C)
- When preparing for a launch, demo day, or investor meeting
Architecture
Storyboard (storyboard.ts)
|
v
Remotion Renderer (SceneView.tsx + NodeBenchDemo.tsx)
|
v
MP4 Output (out/nodebench-demo-v2.mp4)
|
v
Gemini Video Understanding Judge (scripts/judge-demo-video.ts)
|
v
10-Dimension Score + Actionable Suggestions
|
v
Fix storyboard/renderer based on suggestions
|
v
Re-render → Re-judge → Loop until target grade
The 10 Scoring Dimensions
| Dimension | What it measures | Weight |
|---|---|---|
| Pacing | Scene duration feel, momentum, energy curve | High |
| Visual Clarity | Text readability, element sharpness, contrast | High |
| Info Density | Balance of detail vs. overwhelm per scene | Medium |
| Transitions | Smoothness, variety, content-appropriate cuts | Medium |
| Narration Sync | Voice-visual alignment, timing of highlights | High |
| Interactions | Cursor naturalness, streaming text, wipes, zooms | High |
| Montage | Rapid-cut energy, label readability, breadth coverage | Medium |
| Opening Hook | First 5 seconds grab attention, "wow" factor | Critical |
| Emotional Arc | Build-up, hero moment, crescendo, resolution | High |
| Call to Action | Clear next step, memorable stats, URL visible | Medium |
Grade Scale
| Score | Grade | Meaning |
|---|---|---|
| 90-100 | S | Viral-quality. Screenshot-worthy. Would trend on Twitter. |
| 80-89 | A | Professional. Comparable to Linear/Cursor/Arc demos. |
| 70-79 | B+ | Good but missing energy or hook. Needs polish. |
| 60-69 | B | Functional demo. Won't inspire sharing. |
| 50-59 | C | Below market standard. Needs structural rework. |
| <50 | D/F | Fundamentally broken. Start over. |
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.
- 5d ago First seen · 278 lines · 0 tokens per session scan A f99d4e28f772
demo-video-quality-loop is a skill published in the GitHub repository HomenShum/NodeBenchAI (14 stars, last pushed 21d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,968 tokens. 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
convex-agents
Building AI agents with the Convex Agent component including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration.
convex-agents
Building AI agents with the Convex Agent component including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration.
Convex Agents
Building AI agents with the Convex Agent component including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration.
convex-agents
Building AI agents with the Convex Agent component including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration.
Convex Agents
Building AI agents with the Convex Agent component including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration.
foundry-config-setup
Resolve missing setup caused by a hardcoded Foundry project endpoint or model in a sample. Use when a sample fails because it uses a placeholder/hardcoded projectendpoint (for example "https://your-project.services.ai.azure.com") or a hardcoded model instead of reading them from the environment.