Skills loom
Loom — manage video recordings, transcripts, and folders via Developer API
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/aiwithabidi/loom" ~/.claude/skills/openclaw-skills-loom && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/aiwithabidi/loom" ~/.openclaw/skills/openclaw-skills-loom && rm -rf "$T"
manifest:
skills/aiwithabidi/loom/SKILL.mdsource content
🎥 Loom
Loom — manage video recordings, transcripts, and folders via Developer API
Requirements
| Variable | Required | Description |
|---|---|---|
| ✅ | 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 |
|---|---|
| List videos |
| Get video |
| Update video |
| Delete video |
| Get transcript |
| List comments |
| List folders |
| Get folder |
| List folder videos |
| Get current user |
| 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 |
|---|---|
| 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