loom-transcript

Fetch and display Loom video transcripts via the public GraphQL API.

1|1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/yunseo-kim/agent-toolbox --skill loom-transcript
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loom-transcript
Source: https://github.com/yunseo-kim/agent-toolbox/tree/main/catalog/skills/loom-transcript
Command: npx skills add https://github.com/yunseo-kim/agent-toolbox --skill loom-transcript

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the retrieval and presentation of full transcripts from Loom videos, saving users the time and effort of manually transcribing or searching for information within video content.

Core Features & Use Cases

  • Transcript Fetching: Retrieves transcripts from Loom videos using their public GraphQL API.
  • Multiple URL Formats: Supports various Loom URL structures for easy input.
  • Data Presentation: Formats the transcript with timestamps and speaker information for readability.
  • Use Case: Quickly get the key points from a recorded meeting or tutorial without rewatching the entire video.

Quick Start

Use the loom-transcript skill to fetch the transcript for the Loom video at https://www.loom.com/share/a1b2c3d4e5f67890abcdef1234567890.

Frequently Asked Questions about loom-transcript

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

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

To get a Loom video transcript, you provide the video URL. The system parses the URL for a video ID, queries Loom's public GraphQL API, and presents the full transcript with timestamps in a readable format.

Does Loom transcript extraction support different URL formats?

Yes, Loom transcript extraction supports various Loom URL structures. It automatically parses the video ID from different link formats to query the public GraphQL API and retrieve the transcript.

Can I retrieve video metadata along with the Loom transcript?

Yes, you can retrieve video metadata alongside the Loom transcript. The system queries Loom's public GraphQL API to extract both transcript URLs and available video metadata for the provided link.

What happens if a Loom video has no transcript or captions?

If a Loom video has no transcript or captions, the system provides error handling for missing transcripts or invalid URLs. It alerts you when transcript data cannot be found via the GraphQL API.

What is the best way to extract key points from a recorded Loom meeting?

The best way to extract key points from a recorded Loom meeting is to fetch the full transcript. This tool retrieves the text with timestamps and speaker information, letting you scan the content without rewatching.