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.requested -d '{"url":"URL_HERE"}'
# legacy alias still accepted
joelclaw send pipeline/video.download -d '{"url":"URL_HERE"}'
That's it. The event chain handles the rest.
Alternative (raw curl):