You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/skills/loom-transcript/SKILL.md
+72-27Lines changed: 72 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,46 +2,85 @@
2
2
name: loom-transcript
3
3
description: Fetch and display the full transcript from a Loom video URL. Use when the user wants to get or read a Loom transcript.
4
4
argument-hint: [loom-url]
5
-
compatibility:
6
-
requires:
7
-
- plugin: playwright
8
-
description: Official Playwright plugin — provides browser automation tools for navigating Loom and extracting transcript content
9
5
---
10
6
11
7
# Loom Transcript Fetcher
12
8
13
-
Fetch the transcript from a Loom video using Playwright browser automation.
14
-
15
-
## Prerequisites
16
-
17
-
**Required:**
18
-
-**Playwright plugin** (`plugin_playwright`): This skill relies entirely on browser automation to load the Loom page and extract transcript content. Without it, the skill cannot function. The plugin must be installed from the official Claude Code plugin repository. If unavailable, stop and tell the user to install it via `/install-plugin playwright` or the equivalent command.
9
+
Fetch the transcript from a Loom video using Loom's GraphQL API.
19
10
20
11
## Instructions
21
12
22
13
Given the Loom URL: $ARGUMENTS
23
14
24
-
1. First, load the Playwright tools using ToolSearch with query "+playwright navigate"
15
+
### 1. Extract the Video ID
16
+
17
+
Parse the Loom URL to extract the 32-character hex video ID. Supported URL formats:
0 commit comments