You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@versatly/loom-workflow

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@versatly/loom-workflow

CLI for analyzing Loom workflows with Gemini Video API.

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@versatly/loom-workflow

CLI for analyzing Loom videos into structured workflows using Gemini Video API.

Requirements

  • Node.js 20+
  • yt-dlp installed and available in PATH
  • GEMINI_API_KEY environment variable set

Install

npm install
npm run build

Usage

loom-workflow analyze <loom-url-or-video-path> [-o output-dir] [--model gemini-2.0-flash]
loom-workflow visualize <analysis.json> [-o output-dir]
loom-workflow export <analysis.json> --format lobster|mermaid|html [-o output-path]

Analyze

Generates:

  • workflow-analysis.json
  • workflow.lobster
  • workflow-summary.md
  • workflow-diagram.md
  • workflow-visual.html

Example:

loom-workflow analyze "https://www.loom.com/share/your-video-id" -o ./output

For local testing:

loom-workflow analyze ~/.openclaw/workspace/loom-workflow/test-output/video.mp4 -o ./output

Visualize

Re-generates Mermaid and HTML visual artifacts from an existing analysis JSON:

loom-workflow visualize ./output/workflow-analysis.json

Export

Exports one artifact format to stdout or file:

loom-workflow export ./output/workflow-analysis.json --format mermaid
loom-workflow export ./output/workflow-analysis.json --format lobster -o ./output/

Keywords

loom

FAQs

Package last updated on 10 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts