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/chachamaru127/codex-harness/generate-videonpx skills add Chachamaru127/codex-harness --skill generate-videogit clone --depth 1 https://github.com/Chachamaru127/codex-harnessWrote 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/chachamaru127/codex-harness/generate-video)<a href="https://agentmods.dev/skills/chachamaru127/codex-harness/generate-video"><img src="https://agentmods.dev/badge/skills/chachamaru127/codex-harness/generate-video.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.1 | $0.00066 | $0.02135 |
| Opus 5 | $0.00033 | $0.01068 |
| Sonnet 5 | $0.00013 | $0.00427 |
| Haiku 4.5 | $0.00007 | $0.00214 |
Grade A, and why
generate-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 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 — 179 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Generate Video Skill
プロダクト説明動画の自動生成を担当するスキル群です。
概要
/generate-video コマンドの内部で使用されるスキルです。
コードベース分析 → シナリオ提案 → 並列生成のフローを実行します。
機能詳細
| 機能 | 詳細 |
|---|---|
| ベストプラクティス | See references/best-practices.md |
| コードベース分析 | See references/analyzer.md |
| シナリオプランニング | See references/planner.md |
| 並列シーン生成 | See references/generator.md |
| 視覚効果ライブラリ | See references/visual-effects.md |
| AI画像生成 | See references/image-generator.md |
| 画像品質判定 | See references/image-quality-check.md |
Prerequisites
- Remotion がセットアップ済み(
/remotion-setup) - Node.js 18+
- (オプション)
GOOGLE_AI_API_KEY- AI画像生成用
/generate-video フロー
/generate-video
│
├─[Step 1] 分析(analyzer.md)
│ ├─ フレームワーク検出
│ ├─ 主要機能検出
│ ├─ UIコンポーネント検出
│ └─ プロジェクト資産解析(Plans.md, CHANGELOG等)
│
├─[Step 2] シナリオ提案(planner.md)
│ ├─ 動画タイプ自動判定
│ ├─ シーン構成提案
│ └─ ユーザー確認
│
├─[Step 2.5] 素材生成(image-generator.md)← NEW
│ ├─ 素材必要判定(イントロ、CTA等)
│ ├─ Nano Banana Pro で2枚生成
│ ├─ Claude が品質判定(image-quality-check.md)
│ └─ OK → 採用 / NG → 再生成(最大3回)
│
└─[Step 3] 並列生成(generator.md)
├─ シーン並列生成(Task tool)
├─ 統合 + トランジション
└─ 最終レンダリング
実行手順
- ユーザーが
/generate-videoを実行 - Remotion セットアップ確認
analyzer.mdでコードベース分析planner.mdでシナリオ提案 + ユーザー確認generator.mdで並列生成- 完了報告
動画タイプ(ファネル別)
| タイプ | ファネル | 長さ目安 | 自動判定条件 | 構成の芯 |
|---|---|---|---|---|
| LP/広告ティザー | 認知〜興味 | 30-90秒 | 新規プロジェクト | 痛み→結果→CTA |
| Introデモ | 興味→検討 | 2-3分 | UI変更検出 | 1ユースケース完走 |
| リリースノート | 検討→確信 | 1-3分 | CHANGELOG更新 | Before/After重視 |
| アーキテクチャ解説 | 確信→決裁 | 5-30分 | 大規模構造変更 | 実運用+証拠 |
| オンボーディング | 継続・活用 | 30秒-数分 | 初回セットアップ | Aha体験への最短パス |
What ships with it
60 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.
- assets/backgrounds/backgrounds.json 4.9 KB
- assets/sounds/sounds.json 5.7 KB
- CLAUDE.md 348 B
- package-lock.json 191 KB
- package.json 710 B
- references/analyzer.md 5.1 KB
- references/asset-customization.md 12 KB
- references/best-practices.md 8.9 KB
- references/direction-guide.md 16 KB
- references/generator.md 28 KB
- references/image-generator.md 9.8 KB
- references/image-patterns.md 16 KB
- references/image-quality-check.md 7.4 KB
- references/MIGRATION-11.2.md 7.9 KB
- references/naming-conventions.md 6.0 KB
- references/planner.md 8.1 KB
- references/visual-effects.md 11 KB
- remotion/components/BackgroundLayer.tsx 7.5 KB
- remotion/components/EmphasisBox.tsx 5.9 KB
- remotion/components/index.ts 1004 B runs code
- remotion/components/ProgressIndicator.tsx 6.8 KB
- remotion/components/README.md 8.6 KB
- remotion/components/TransitionWrapper.tsx 5.7 KB
- remotion/tsconfig.json 617 B
- schemas/.claude/logs/subagent-history.jsonl 254 B
- schemas/animation.schema.json 5.5 KB
- schemas/assets.manifest.schema.json 5.9 KB
- schemas/character.schema.json 16 KB
- schemas/direction.schema.json 4.6 KB
- schemas/emphasis.schema.json 8.9 KB
- schemas/examples/scenario-example.json 1.6 KB
- schemas/examples/scene-example.json 1.6 KB
- schemas/examples/video-script-example.json 5.1 KB
- schemas/examples/visual-patterns/comparison-example.json 1.0 KB
- schemas/examples/visual-patterns/concept-example.json 2.1 KB
- schemas/examples/visual-patterns/flow-example.json 1.8 KB
- schemas/examples/visual-patterns/highlight-example.json 745 B
- schemas/IMPLEMENTATION_SUMMARY.md 8.0 KB
- schemas/README.md 8.2 KB
- schemas/scenario.schema.json 3.6 KB
- schemas/scene.schema.json 8.2 KB
- schemas/validate-schemas-basic.js 2.7 KB runs code
- schemas/validate-schemas.js 6.6 KB runs code
- schemas/video-script.schema.json 7.6 KB
- schemas/visual-patterns.schema.json 15 KB
- scripts/generate-schemas.js 6.3 KB runs code
- scripts/load-assets.js 14 KB runs code
- scripts/merge-scenes.js 15 KB runs code
- scripts/README.md 7.7 KB
- scripts/render-video.js 14 KB runs code
- scripts/template-registry.js 10 KB runs code
- scripts/validate-scenario.js 8.0 KB runs code
- scripts/validate-scene.js 4.3 KB runs code
- scripts/validate-video.js 13 KB runs code
- src/schemas/animation.ts 4.1 KB runs code
- src/schemas/assets.manifest.ts 2.8 KB runs code
- src/schemas/character.ts 6.5 KB runs code
- src/schemas/direction.ts 3.5 KB runs code
- src/schemas/emphasis.ts 5.5 KB runs code
- src/schemas/index.ts 423 B runs code
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 · 179 lines · 66 tokens per session scan A 1acb1f62d570
generate-video is a skill published in the GitHub repository Chachamaru127/codex-harness (2 stars, last pushed 6mo ago), licensed MIT. It adds 66 tokens to every session and 2,135 once invoked, about $0.0003 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-31.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…