Skip to content

Instantly share code, notes, and snippets.

@jordanwwoods
jordanwwoods / analyze-video.md
Created February 13, 2026 00:33
Claude Code custom command — AI video analysis pipeline (yt-dlp + TwelveLabs + Claude). Downloads any YouTube video, runs 7-dimension multimodal analysis, and generates a structured skill replication guide. Part of the SkillsBuilder command set.
{
"name": "N8N whitepaper",
"nodes": [
{
"parameters": {
"operation": "uploadUrl",
"indexId": "<YOUR_TWELVELABS_INDEX_ID>",
"videoUrl": "={{ $json.presignedUrl }}"
},
"type": "n8n-nodes-twelve-labs.twelveLabs",