media-composition
Combine media assets (GIFs, videos) into composite tutorials with vertical/horizontal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/athola/nm-scry-media-compositionNight Market Skill — ported from claude-night-market/scry. For the full experience with agents, hooks, and commands, install the Claude Code plugin.
Table of Contents
- Overview
- Required TodoWrite Items
- Manifest Format
- Manifest Schema
- Step-by-Step Process
- 1. Parse Manifest File
- 2. Validate Component Outputs
- 3. Execute FFmpeg Composition
- 4. Verify Combined Output
- FFmpeg Composition Commands
- Vertical Stacking
- Horizontal Stacking
- Sequential Concatenation
- Grid Layout (2x2)
- With Background Color
- Layout Options
- Layout Option Details
- Example Compositions
- Terminal + Browser Tutorial
- Side-by-Side Comparison
- Picture-in-Picture
- Exit Criteria
Media Composition Skill
Combine multiple media assets (GIFs, videos, images) into composite outputs for detailed tutorials and documentation.
When To Use
- Combining multiple media outputs into compositions
- Creating composite demos from terminal and browser recordings
When NOT To Use
- Single-format output that does not need composition
- Simple terminal recordings - use scry:vhs-recording directly
Overview
This skill orchestrates the combination of separately generated media assets into unified outputs. It reads manifest files that define components and their composition rules, validates all inputs exist, and executes FFmpeg commands to produce the final composite media.
Required TodoWrite Items
- Parse composition manifest file
- Validate all component outputs exist
- Determine composition layout and parameters
- Execute FFmpeg composition command
- Verify combined output file created
- Report composition metrics (file size, dimensions)
Verification: Run the command with --help flag to verify availability.
Manifest Format
Manifests define the components to combine and how to arrange them:
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-athola-nm-scry-media-composition": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
extract
Analyze a codebase and build a knowledge base of business logic, architecture, data flow, and engineering patterns. The foundation for gauntlet challenges and agent integration
discourse
>- Scan community discussion channels (HN, Lobsters, Reddit, tech blogs) for experience reports and opinions on a topic
synthesize
>- Merge, deduplicate, rank, and format research findings from multiple channels into a coherent report. Use after research agents return their results
workflow-monitor
Detect workflow failures and inefficient patterns, then create GitHub issues for improvement via /fix-workflow
architecture-paradigm-hexagonal
Hexagonal (Ports and Adapters) architecture isolating domain logic from infrastructure