loom-transcript

Extract and display full transcripts from Loom video URLs via GraphQL API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/adisaputra10/miidleware-n8n --skill loom-transcript-adisaputra10
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loom-transcript
Source: https://github.com/adisaputra10/miidleware-n8n/tree/main/.claude/skills/loom-transcript
Command: npx skills add https://github.com/adisaputra10/miidleware-n8n --skill loom-transcript-adisaputra10

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to easily retrieve the full transcript from any Loom video, making content searchable and accessible.

Core Features & Use Cases

  • Transcript Extraction: Fetches transcripts from Loom videos using their public GraphQL API.
  • URL Parsing: Handles various Loom URL formats to extract the necessary video ID.
  • Use Case: You need to quickly get the key points from a colleague's Loom tutorial without watching the entire video.

Quick Start

Fetch the transcript for the Loom video at https://www.loom.com/share/abcdef1234567890abcdef1234567890.

Frequently Asked Questions about 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?

To extract a Loom transcript, the tool parses the video URL to find the ID and uses Loom's GraphQL API to fetch metadata and caption URLs. It retrieves VTT and JSON formats, prioritizing VTT captions for accuracy, and presents the formatted text.

Can I get captions from a Loom video without watching it?

Yes, you can get captions directly from a Loom video by fetching the full transcript. The tool retrieves the video's VTT and JSON caption files via the public GraphQL API, allowing you to read the content and extract key points without playback.

Does the Loom transcript extractor work with any Loom URL format?

The transcript extractor handles various Loom URL formats by parsing them to extract the necessary video ID. Once the ID is retrieved, it queries the GraphQL API to successfully fetch the video metadata and corresponding transcript URLs.

What is the best way to make Loom video content searchable and accessible?

The best way to make Loom content accessible is extracting the full text transcript. By pulling VTT captions via the GraphQL API, you convert spoken video content into searchable text, making it easier to scan and reference.

Why does the tool prioritize VTT captions for Loom transcript extraction?

The tool prioritizes VTT captions for Loom transcript extraction to ensure maximum accuracy. VTT is a standard web video text format, and fetching it directly from the GraphQL API provides a highly reliable, formatted transcript over other available JSON formats.

Are there limitations when fetching Loom video transcripts?

Limitations when fetching Loom transcripts include relying on the video's public GraphQL API availability and existing caption data. If a video lacks generated captions or has an unsupported URL format, the extraction process may fail.