# n8n:loom-transcript

> Claude/Codex skill by [@n8n-io](https://omgskills.com/library/n8n-io/index.md) · 203k stars · Updated 2026-08-31

Fetch and display the full transcript from a Loom video URL. Use when the user wants to get or read a Loom transcript.

Tags: ai, apis, automation, cli, data-flow, development, integration-framework, integrations, ipaas, low-code, low-code-platform, mcp, mcp-client, mcp-server, n8n, no-code, self-hosted, typescript, workflow, workflow-automation

## Install

```sh
git clone https://github.com/n8n-io/n8n /tmp/n8n && ln -s /tmp/n8n/.agents/skills/loom-transcript ~/.claude/skills/n8n:loom-transcript
```

## From README

Loom Transcript Fetcher Fetch the transcript from a Loom video using Loom's GraphQL API. Instructions Given the Loom URL: $ARGUMENTS Extract the Video ID Parse the Loom URL to extract the 32-character hex video ID. Supported URL formats: https://www.loom.com/share/ https://www.loom.com/embed/ https://www.loom.com/share/ ?sid= The video ID is the 32-character hex string after /share/ or /embed/. Fetch Video Metadata Use the WebFetch tool to POST to https://www.loom.com/graphql to get the video title and details. Use this curl command via Bash: Fetch the Transcript URLs Use curl via Bash to call the GraphQL API: Replace with the actual video ID extracted in step 1. The response contains: sourceurl — JSON transcript URL captionssourceurl — VTT (WebVTT) captions URL Download and Parse the Transcript Fetch both URLs returned from step 3 (if available): VTT captions (captionssourceurl): Download with curl -sL " ". This is a WebVTT file with timestamps and text.

## Links

- HTML page: https://omgskills.com/skills/n8n-io/n8n/loom-transcript/
- GitHub: https://github.com/n8n-io/n8n
- Author: [@n8n-io](https://omgskills.com/library/n8n-io/index.md)

## More from this repo

- [n8n:create-skill](https://omgskills.com/skills/n8n-io/n8n/create-skill/index.md) — Guides users through creating effective Agent Skills.
   - [@n8n-io](https://omgskills.com/library/n8n-io/index.md) · 204k stars
- [data-table-manager](https://omgskills.com/skills/n8n-io/n8n/data-table-manager/index.md) — Load before calling data-tables or parse-file.
   - [@n8n-io](https://omgskills.com/library/n8n-io/index.md) · 203k stars
- [n8n-cli](https://omgskills.com/skills/n8n-io/n8n/n8n-cli/index.md) — Use the n8n CLI to manage workflows, credentials, executions, and more on an n8n instance.
   - [@n8n-io](https://omgskills.com/library/n8n-io/index.md) · 203k stars
