/install loom-workflow
Loom Workflow Analyzer
Transforms Loom recordings into structured, automatable workflows.
Quick Start
# Full pipeline - download, extract, transcribe, analyze
{baseDir}/scripts/loom-workflow analyze https://loom.com/share/abc123
# Individual steps
{baseDir}/scripts/loom-workflow download https://loom.com/share/abc123
{baseDir}/scripts/loom-workflow extract ./video.mp4
{baseDir}/scripts/loom-workflow generate ./analysis.json
Pipeline
- Download - Fetches Loom video via yt-dlp
- Smart Extract - Captures frames at scene changes + transcript timing
- Transcribe - Whisper transcription with word-level timestamps
- Analyze - Multimodal AI analysis (requires vision model)
- Generate - Creates Lobster workflow with approval gates
Smart Frame Extraction
Frames are captured when:
- Scene changes - Significant visual change (ffmpeg scene detection)
- Speech starts - New narration segment begins
- Combined - Speech + visual change = high-value moment
- Gap fill - Max 10s without a frame
Analysis Output
The analyzer produces:
workflow-analysis.json- Structured workflow definitionworkflow-summary.md- Human-readable summary*.lobster- Executable Lobster workflow file
Ambiguity Detection
The analyzer flags:
- Unclear mouse movements
- Implicit knowledge ("the usual process")
- Decision points ("depending on...")
- Missing credentials/context
- Tool dependencies
Vision Analysis Step
After extraction, use the generated prompt with a vision model:
# The prompt is at: output/workflow-analysis-prompt.md
# Attach frames from: output/frames/
# Example with Claude:
cat output/workflow-analysis-prompt.md | claude --images output/frames/*.jpg
Save the JSON response to workflow-analysis.json, then:
{baseDir}/scripts/loom-workflow generate ./output/workflow-analysis.json
Lobster Integration
Generated workflows use:
approvegates for destructive/external actionsllm-taskfor classification/decision steps- Resume tokens for interrupted workflows
- JSON piping between steps
Requirements
yt-dlp- Video downloadffmpeg- Frame extraction + scene detectionwhisper- Audio transcription- Vision-capable LLM for analysis step
Multilingual Support
Works with any language - Whisper auto-detects and transcribes. Analysis should be prompted in the video's language for best results.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install loom-workflow - 安装完成后,直接呼叫该 Skill 的名称或使用
/loom-workflow触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Loom Workflow 是什么?
AI-native workflow analyzer for Loom recordings. Breaks down recorded business processes into structured, automatable workflows. Use when: - Analyzing Loom videos to understand workflows - Extracting steps, tools, and decision points from screen recordings - Generating Lobster workflow files from video walkthroughs - Identifying ambiguities and human intervention points in processes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2071 次。
如何安装 Loom Workflow?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install loom-workflow」即可一键安装,无需额外配置。
Loom Workflow 是免费的吗?
是的,Loom Workflow 完全免费(开源免费),可自由下载、安装和使用。
Loom Workflow 支持哪些平台?
Loom Workflow 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Loom Workflow?
由 G9Pedro(@g9pedro)开发并维护,当前版本 v1.0.1。