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
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install loom-workflow或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install loom-workflow⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/loom-workflow/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: loom-workflow description: | 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 ---
Transforms Loom recordings into structured, automatable workflows.
# 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
Frames are captured when:
The analyzer produces:
workflow-analysis.json - Structured workflow definitionworkflow-summary.md - Human-readable summary*.lobster - Executable Lobster workflow fileThe analyzer flags:
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
Generated workflows use:
approve gates for destructive/external actionsllm-task for classification/decision stepsyt-dlp - Video downloadffmpeg - Frame extraction + scene detectionwhisper - Audio transcriptionWorks with any language - Whisper auto-detects and transcribes. Analysis should be prompted in the video's language for best results.
安装 Loom Workflow 后,可以对 AI 说这些话来触发它
Help me get started with Loom Workflow
Explains what Loom Workflow does, walks through the setup, and runs a quick demo based on your current project
Use Loom Workflow to aI-native workflow analyzer for Loom recordings
Invokes Loom Workflow with the right parameters and returns the result directly in the conversation
What can I do with Loom Workflow in my design & creative workflow?
Lists the top use cases for Loom Workflow, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/loom-workflow/ 目录(个人级,所有项目可用),或 .claude/skills/loom-workflow/(项目级)。重启 AI 客户端后,用 /loom-workflow 主动调用,或让 AI 根据上下文自动发现并使用。
Loom Workflow 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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
Automate my design & creative tasks using Loom Workflow
Identifies repetitive steps in your workflow and sets up Loom Workflow to handle them automatically
Loom Workflow 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。