loom-transcript

Fetch and display Loom video transcripts via its GraphQL API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to easily retrieve and read the full transcript of any Loom video, making content searchable and accessible without needing to watch the entire video.

Core Features & Use Cases

  • Transcript Extraction: Fetches transcripts from Loom videos using their public API.
  • Metadata Retrieval: Includes video title, author, and creation date.
  • Use Case: You need to quickly find a specific piece of information mentioned in a Loom tutorial video shared by a colleague. Use this Skill to get the transcript and search for the keyword.

Quick Start

Use the loom-transcript skill to get 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, you can use a tool that parses the video's public GraphQL API to fetch the full text. This retrieves the video metadata and transcript URLs, making the content searchable without watching the video.

Can I get the full text of a Loom video without watching it?

Yes, you can get the full text of a Loom video by fetching its transcript via the public API. This allows you to read and search the video's spoken content directly, saving time and making the information easily accessible.

How do I find a specific keyword in a Loom video tutorial?

To find a specific keyword in a Loom video tutorial, fetch the video transcript to get the full text. Once you have the extracted text, you can quickly search through it to locate the exact information mentioned.

Does the Loom transcript fetcher work with any video URL format?

The transcript fetcher handles various Loom URL formats by extracting the video ID and parsing the GraphQL API. It includes error handling to manage invalid URLs or videos that are missing transcripts, ensuring reliable metadata retrieval.

What metadata is retrieved when fetching a Loom video transcript?

When fetching a Loom video transcript, the retrieved metadata includes the video title, author, and creation date. This information is extracted alongside the transcript URLs to provide complete context for the searchable content.

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

If a Loom video does not have a transcript, the extraction tool provides error handling for the missing transcript data. This ensures you are notified when the GraphQL API cannot return the VTT or JSON transcript URLs for the specified video.