Pulls full transcripts from Loom videos using their public GraphQL API. Feed it a Loom share link and it extracts the video ID, fetches both VTT captions and JSON transcript data, then formats everything with timestamps. No auth needed, which is nice. Works well when you need to search, quote, or repurpose content from a Loom recording without scrubbing through the video. The instructions are thorough about URL parsing and error handling. Keep in mind transcripts are auto-generated English only, so expect the usual ASR quirks. Solid for documentation workflows or meeting notes.
npx skills add https://github.com/n8n-io/n8n --skill loom-transcript