n8n:loom-transcript

Extract timestamped transcripts from Loom videos via GraphQL API.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/Rub-git/n8n-auto --skill n8n-loom-transcript
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n8n:loom-transcript
Source: https://github.com/Rub-git/n8n-auto/tree/main/.agents/skills/loom-transcript
Command: npx skills add https://github.com/Rub-git/n8n-auto --skill n8n-loom-transcript

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of extracting and displaying transcripts from Loom videos, making it easier to access and review the content of videos.

Core Features & Use Cases

  • Transcript Extraction: Fetch and display the full transcript from a Loom video URL.
  • URL Parsing: Support for various Loom URL formats to extract video IDs.
  • API Interaction: Interacts with Loom's GraphQL API to retrieve video and transcript data.
  • Transcript Presentation: Formats and presents the transcript with timestamps and text segments.
  • Error Handling: Provides user-friendly error messages for common issues like invalid URLs or missing transcripts.
  • Use Case: Ideal for users who need to quickly review the spoken content of Loom videos and extract key information for documentation or reference.

Quick Start

Use the n8n:loom-transcript skill to fetch the transcript for a Loom video at this URL: 'https://www.loom.com/share/your-video-id'.

Frequently Asked Questions about n8n:loom-transcript

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract a transcript from a Loom video URL?

Loom video transcripts are extracted by parsing the video URL to retrieve the ID, querying Loom's GraphQL API, and formatting the returned VTT data with timestamps for content review.

Can I get timestamps with my Loom video transcript?

Yes, Loom video transcripts are presented with timestamps alongside text segments. The skill parses VTT files retrieved from the API to format the transcript with accurate timing references.

Do I need network access to retrieve Loom video transcripts?

Network access to Loom's API is required to retrieve Loom video transcripts. The skill interacts directly with Loom's GraphQL API over the network to fetch video data and parse VTT files.

What happens if a Loom video transcript is missing or the URL is invalid?

If a Loom video transcript is missing or the URL is invalid, the skill provides user-friendly error messages. It handles URL parsing exceptions and API errors to clearly indicate when transcripts are unavailable.

What is the best way to review spoken content from Loom videos for documentation?

The best way to review Loom video content for documentation is extracting the full transcript with timestamps. This allows quick scanning of spoken content to extract key information without watching the entire video.