video-playbook

Organize video analysis results into type-specific playbooks with aggregated statistics.

345|12|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/minicoohei/ai-agent-camp --skill video-playbook
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: video-playbook
Source: https://github.com/minicoohei/ai-agent-camp/tree/main/.claude/skills/video-playbook
Command: npx skills add https://github.com/minicoohei/ai-agent-camp --skill video-playbook

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Accumulates and leverages insights from video analysis results by organizing them into per-type Playbooks, enabling creators to quickly reference proven production patterns.

Core Features & Use Cases

  • Automated Playbook Creation: Convert analysis template.json outputs into structured, type-specific playbooks with aggregated insights.
  • Insights Aggregation: Collect timing, structure, captions, visual, and audio metrics across samples to guide future productions.
  • Use Case: A video team analyzes multiple clips with video-analyzer and builds teaching, intro, and meme playbooks to streamline scripting and editing.

Quick Start

Run the Playbook manager on a video analysis template to update type-specific insights.

Frequently Asked Questions about video-playbook

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I aggregate video analysis results into structured playbooks?▼

To aggregate video analysis results, the Skill extracts insights from a template.json file and updates per-type JSON playbooks. It organizes metrics like average duration, scene count, and pacing across seven video types to guide future productions.

What video types are supported when organizing analysis insights?▼

The Skill organizes analysis insights across seven specific video types: intro, teaching, template, meme, dance, mv, and clip. It extracts aggregated statistics for each category to build distinct, type-specific playbooks.

Can I export video playbooks to Markdown format?▼

Yes, you can export video playbooks to Markdown. The Skill supports Markdown export via the manage_playbook.py script, ensuring reproducible storage and sharing of aggregated timing, visual, and audio metrics.

Do I need a specific template.json structure to generate type-specific playbooks?▼

Yes, you need a template.json structure from prior video analysis. The Skill processes this template to extract timing, structure, captions, visual, and audio metrics, writing the aggregated results into per-type JSON files.

What is the best way to manage reproducible video playbook storage?▼

The best way to manage reproducible storage is writing playbook outputs directly to skills/video-playbook/playbooks/*.json. This ensures aggregated insights and common structures remain persistent for future scripting and editing reference.

Why should I use a type-based playbook for video production?▼

You should use a type-based playbook to quickly reference proven production patterns. By aggregating analysis metrics like pacing and scene count, it streamlines scripting and editing workflows for recurring video categories.