← ClaudeAtlas

media-analysislisted

Content analysis for video and audio — YouTube, TikTok, podcasts, audio files. Transcription-first pipeline (captions API, user transcript, or Whisper opt-in). Dual-lens (Creator View + Engineer View). Two user- invokable depths (Standard / Deep); Quick Scan is triage-only. Outputs to .research/analysis/<media-slug>/.
jasonmichaelbell78-creator/sonash-v0 · ★ 2 · Web & Frontend · score 68
Install: claude install-skill jasonmichaelbell78-creator/sonash-v0
<!-- prettier-ignore-start --> **Document Version:** 2.0 **Last Updated:** 2026-04-15 **Status:** ACTIVE <!-- prettier-ignore-end --> **Shared conventions:** See `.claude/skills/shared/CONVENTIONS.md` **`/analyze` router:** This skill is the media-handler arm of `/analyze` — direct invocation and router dispatch both supported. Handoff contract: the router passes `{target, auto_detected_type: "media"}` as if the skill were invoked directly. # Media Analysis Content analysis of video and audio as knowledge artifacts. Mirrors `/repo-analysis` structure for cohesion with sibling CAS handlers. Transcription is the first step — once text is available, analysis follows the same pattern as all other handlers. ## Warm-up (shown at invocation) ``` /media-analysis <url-or-path> [--depth=standard|deep] [--transcript=<path>] depth: standard (default) | deep | quick (triage) phases: PHASE N of M (M = 10 Standard / Deep, 1 Quick) est. time: Quick ~30s | Standard 3-5m | Deep 5-15m (Whisper adds processing time based on duration) output: .research/analysis/<slug>/ prior feedback: {replay per CONVENTIONS §18 if prior state file exists} ``` ## Routing Guide | You want to… | Use this | | ---------------------------------------- | ------------------------ | | Analyze a video or audio / podcast | `/media-analysis` (here) | | Let router auto-pick repo vs site vs PDF | `/analyze <tar