Loom
/install loom
🎥 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 \x3Cvalue>
# Get video
python3 {{baseDir}}/scripts/loom.py video-get id \x3Cvalue>
# Update video
python3 {{baseDir}}/scripts/loom.py video-update id \x3Cvalue> --title \x3Cvalue> --description \x3Cvalue>
# Delete video
python3 {{baseDir}}/scripts/loom.py video-delete id \x3Cvalue>
# Get transcript
python3 {{baseDir}}/scripts/loom.py video-transcript id \x3Cvalue>
# List comments
python3 {{baseDir}}/scripts/loom.py video-comments id \x3Cvalue>
# List folders
python3 {{baseDir}}/scripts/loom.py folders
# Get folder
python3 {{baseDir}}/scripts/loom.py folder-get id \x3Cvalue>
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 \x3Ccommand> --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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install loom - After installation, invoke the skill by name or use
/loom - Provide required inputs per the skill's parameter spec and get structured output
What is Loom?
Loom — manage video recordings, transcripts, and folders via Developer API. It is an AI Agent Skill for Claude Code / OpenClaw, with 322 downloads so far.
How do I install Loom?
Run "/install loom" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Loom free?
Yes, Loom is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Loom support?
Loom is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Loom?
It is built and maintained by aiwithabidi (@aiwithabidi); the current version is v1.0.0.