loom
Loom — manage video recordings, transcripts, and folders via Developer API
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aiwithabidi/loomWhat This Skill Does
The Loom skill for OpenClaw provides a robust interface to interact with your Loom video workspace directly from the command line or via an AI agent. It abstracts the complex Loom Developer API, allowing users to list, retrieve, update, and manage their video assets, transcripts, and organizational folders programmatically. Whether you are automating content workflows, archiving meeting recordings, or extracting transcript data for analysis, this skill serves as the bridge between your video library and the OpenClaw agent environment.
Installation
To integrate the Loom skill into your agent framework, ensure you have your Loom Developer API token ready. Execute the following command in your terminal:
clawhub install openclaw/skills/skills/aiwithabidi/loom
Once installed, you must configure your environment by setting the LOOM_ACCESS_TOKEN variable. This token grants the skill permission to access your specific workspace data. For security, ensure this token is kept in a protected environment variable or a secure credential vault rather than hardcoding it into your scripts.
Use Cases
This skill is ideal for teams and individual creators looking to scale their video workflows. Common use cases include:
- Automatically fetching transcripts from newly recorded Loom videos to generate meeting summaries or blog posts.
- Organizing video libraries by querying folder structures and identifying videos that need updating or archiving.
- Monitoring team communication by pulling video comments for sentiment analysis or task tracking.
- Auditing workspace activity by listing team members and their associated content, ensuring proper permissions and compliance within a corporate environment.
Example Prompts
- "List all videos in my Loom workspace and extract the transcript for the most recent one to summarize it."
- "Find the folder named 'Project Alpha' and tell me how many videos are currently inside it."
- "Update the title of video ID 12345 to 'Q3 Marketing Sync' and add a description about the Q3 launch strategy."
Tips & Limitations
When using the Loom skill, always remember that API interactions are subject to Loom's rate limits. If you are processing a large volume of videos, implement pauses between sequential requests to avoid hitting these limits. Additionally, note that the skill provides direct access to your workspace; verify that your LOOM_ACCESS_TOKEN has the least-privileged access required for your specific workflow needs. The --human flag is particularly useful when debugging or performing quick checks, while the default JSON output is intended for agent-based data processing.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aiwithabidi-loom": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
freshsales
Freshsales CRM integration — manage contacts, leads, deals, accounts, tasks, and sales sequences via the Freshsales API. Track deal pipelines, automate lead assignments, log activities, and generate sales reports. Built for AI agents — Python stdlib only, no dependencies. Use for sales CRM, contact management, deal tracking, pipeline reporting, and sales automation.
gemini-video-analyzer
Native video analysis using Google Gemini API. Upload and analyze video files — describe scenes, extract text/UI, answer questions about content, transcribe speech, identify objects and actions. Use when: (1) User sends a video file and wants it analyzed, (2) Video summarization or description needed, (3) Extracting text, UI elements, or information from screen recordings, (4) Answering questions about video content, (5) Comparing multiple videos, (6) Analyzing tutorials, demos, or walkthroughs.
agent-memory
Full AI agent memory stack — Mem0 unified memory engine with vector search (Qdrant) and knowledge graph (Neo4j), plus SQLite for structured data. Complete setup script and tools. Give your OpenClaw agent a real brain with semantic recall, entity relationships, and structured storage.
neon
Neon serverless Postgres — manage projects, branches, databases, roles, endpoints, and compute via the Neon API. Create database branches for development, manage connection endpoints, scale compute, and monitor usage. Built for AI agents — Python stdlib only, zero dependencies. Use for serverless Postgres, database branching, database management, development workflows, and cloud database automation.
onepassword
1Password Connect — vaults, items, secrets management for server-side applications.