🧪 Skills
Loom
--- name: loom description: "Loom — manage video recordings, transcripts, and folders via Developer API" homepage: https://www.agxntsix.ai license: MIT compatibility: Python 3.10+ (stdlib only — n
v1.0.0
Description
name: loom description: "Loom — manage video recordings, transcripts, and folders via Developer API" homepage: https://www.agxntsix.ai license: MIT compatibility: Python 3.10+ (stdlib only — no dependencies) metadata: {"openclaw": {"emoji": "🎥", "requires": {"env": ["LOOM_ACCESS_TOKEN"]}, "primaryEnv": "LOOM_ACCESS_TOKEN", "homepage": "https://www.agxntsix.ai"}}
🎥 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
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!