一键导入
fetch-loom
Download Loom video transcripts and video files. Use when the user shares a Loom URL and wants to get the transcript or download the video.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Download Loom video transcripts and video files. Use when the user shares a Loom URL and wants to get the transcript or download the video.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run and fix stylint checks for user-facing prose such as workshops, lessons, articles, public docs, and publishable agent-written text. Do not use for internal engineering documents, process docs, handoff docs, planning notes, or repo maintenance notes unless the user explicitly asks for prose linting or style polish.
Fetch and transcribe Google Recorder voice notes. Use when the user shares a recorder.google.com link and wants the original audio file, a transcript, or wants to act on a voice note.
Transcribe local audio files with the OpenAI Audio Transcriptions API without adding OpenAI dependencies to the target project.
Create and scaffold plugin directories for Codex with a required `.codex-plugin/plugin.json`, optional plugin folders/files, valid manifest defaults, and personal-marketplace entries by default. Use when Codex needs to create a new personal plugin, add optional plugin structure, generate or update marketplace entries for plugin ordering and availability metadata, or update an existing local plugin during development with the CLI-driven cachebuster and reinstall flow.
Fetch YouTube video transcripts. Use when the user asks to get a YouTube video transcript, subtitles, or captions, or wants to analyze/summarize a YouTube video.
Initialize a new Python library with modern tooling, packaging, tests, and optional CLI support. Use when the user wants to scaffold a new Python package.
| name | fetch-loom |
| description | Download Loom video transcripts and video files. Use when the user shares a Loom URL and wants to get the transcript or download the video. |
Download transcripts and videos from Loom URLs.
python3 ~/.claude/skills/fetch_loom/loom_subs.py <loom-url-or-video-id>
Outputs a timestamped transcript (mm:ss format) with filler words removed. Saves to .tmp/ in the current directory.
python3 ~/.claude/skills/fetch_loom/loom_download.py <loom-url-or-video-id>
Downloads the video as mp4 using yt-dlp. Saves to .tmp/ in the current directory.
Requires yt-dlp to be installed.
.tmp/ in the current working directory