video-ingest
Installation
SKILL.md
Video Ingest — via Inngest Pipeline
Videos are ingested through the Inngest event bus. Do not run yt-dlp, mlx-whisper, scp, or create vault notes manually. The pipeline handles everything: download → NAS transfer → transcription → vault note → summary enrichment.
Quick Start
joelclaw send pipeline/video.download -d '{"url":"URL_HERE"}'
That's it. The event chain handles the rest.
Alternative (raw curl):
curl -s -X POST "http://localhost:8288/e/37aa349b89692d657d276a40e0e47a15" \
-H "Content-Type: application/json" \
-d '{"name":"pipeline/video.download","data":{"url":"URL_HERE"}}'