Skip to content
Worix
BrowsePublish
Log inSign Up

Loom

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

89 downloads
Free
Reviewed

🎥 Loom

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

Requirements

VariableRequiredDescription
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

CommandDescription
videosList videos
video-getGet video
video-updateUpdate video
video-deleteDelete video
video-transcriptGet transcript
video-commentsList comments
foldersList folders
folder-getGet folder
folder-videosList folder videos
userGet current user
membersList 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

ScriptDescription
{{baseDir}}/scripts/loom.pyMain 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

Download

ZIP package — ready to use

Skill Info

Creator
aiwithabidi
Downloads
89
Published
Mar 15, 2026
Updated
Mar 16, 2026