loom-transcript

Fetch Loom video transcripts via GraphQL and format them with timestamps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool enables users to fetch and read Loom video transcripts automatically, removing manual transcription steps and speeding up content consumption.

Core Features & Use Cases

  • Fetches Loom transcripts from a given Loom URL via Loom's public GraphQL API.
  • Metadata extraction: retrieves video title, creation date, and owner details for context.
  • Transcript delivery: downloads and formats the transcript with timestamps, preferring VTT when available and falling back to JSON transcripts.
  • Use Case: convert recorded Loom meetings into searchable text notes for review or citation.

Quick Start

Provide a Loom URL to fetch and display the full transcript with timestamps.

Frequently Asked Questions about loom-transcript

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

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

To fetch a Loom transcript automatically, provide a valid Loom share or embed URL. The tool retrieves the transcript via Loom's public GraphQL API and outputs a formatted text with timestamps.

What is the best way to get timestamped text from a Loom recording?

The best way to get timestamped text from a Loom recording is to extract the VTT or JSON transcript sources. This process downloads available caption files and formats them into a readable, timestamped transcript.

Can I extract video metadata like title and owner from a Loom URL?

Yes, you can extract video metadata from a Loom URL. The retrieval process queries the GraphQL API to fetch the video title, creation date, and owner details to provide context alongside the transcript.

Does the Loom transcript fetcher work on both share and embed links?

Yes, the Loom transcript fetcher works on both share and embed links. It accepts standard Loom URLs to retrieve the video's metadata and download available VTT or JSON transcript files.

What happens if a Loom video does not have a VTT transcript available?

If a VTT transcript is not available, the tool falls back to downloading and formatting the JSON transcript. This ensures you still receive a complete, readable text output with timestamps.

How do I convert recorded Loom meetings into searchable text notes?

To convert recorded Loom meetings into searchable text notes, fetch the transcript using the video URL. This delivers a complete text version of the audio, making it suitable for review or citation.