Skip to main content
Generaldvcrn

loom

Loom — manage video recordings, transcripts, and folders via Developer API

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--loom
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/dvcrn/openclaw-skills-marketplace/HEAD/plugins/aiwithabidi--loom/skills/loom/SKILL.md -o .claude/skills/loom.md

Drops the SKILL.md into .claude/skills/loom.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

🎥 Loom

Loom — manage video recordings, transcripts, and folders via Developer API

Requirements

Variable Required Description
LOOM_ACCESS_TOKEN Developer API access token

Quick Start

# List videos
python3 {{baseDir}}/scripts/loom.py videos --per_page <value>

# Get video
python3 {{baseDir}}/scripts/loom.py video-get id <value>

# Update video
python3 {{baseDir}}/scripts/loom.py video-update id <value> --title <value> --description <value>

# Delete video
python3 {{baseDir}}/scripts/loom.py video-delete id <value>

# Get transcript
python3 {{baseDir}}/scripts/loom.py video-transcript id <value>

# List comments
python3 {{baseDir}}/scripts/loom.py video-comments id <value>

# List folders
python3 {{baseDir}}/scripts/loom.py folders

# Get folder
python3 {{baseDir}}/scripts/loom.py folder-get id <value>

All Commands

Command Description
videos List videos
video-get Get video
video-update Update video
video-delete Delete video
video-transcript Get transcript
video-comments List comments
folders List folders
folder-get Get folder
folder-videos List folder videos
user Get current user
members List workspace members

Output Format

All commands output JSON by default. Add --human for readable formatted output.

python3 {{baseDir}}/scripts/loom.py <command> --human

Script Reference

Script Description
{{baseDir}}/scripts/loom.py Main CLI — all commands in one tool

Credits

Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.

📅 Need help setting up OpenClaw for your business? Book a free consultation