loom
Manage Loom video recordings - list, share, and get analytics via Loom API.
Why use this skill?
Integrate Loom with OpenClaw to list, update, and analyze your video messages. Improve async workflows with automated transcriptions and engagement tracking.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mrgoodb/loomWhat This Skill Does
The Loom skill for OpenClaw empowers your AI agent to interact seamlessly with your Loom video library. By integrating the Loom REST API, this skill allows users to list recordings, retrieve detailed metadata, fetch auto-generated transcripts, update video settings, and delete outdated content. Furthermore, it provides access to video insights, allowing you to track engagement metrics directly through your agent. It serves as a command-line interface proxy to manage your asynchronous video communications.
Installation
To integrate this skill, use the following command in your terminal within the OpenClaw environment:
clawhub install openclaw/skills/skills/mrgoodb/loom
After installation, you must configure your API credentials. Obtain your API key from the Loom developer portal and set it as an environment variable:
export LOOM_API_KEY="your_api_key_here"
Use Cases
This skill is ideal for teams heavily reliant on async video for collaboration. Use it to quickly locate a specific project update, summarize long video transcripts into concise text notes, clean up old recordings to manage storage, or pull engagement analytics to verify if your team has viewed critical training documentation.
Example Prompts
- "List my last 5 Loom videos and tell me which ones have more than 10 views."
- "Find the video titled 'Q4 Roadmap' and update its privacy setting to public."
- "Get the transcript for my most recent video and create a bulleted summary of the key action items discussed."
Tips & Limitations
- Permissions: Ensure your API key has the necessary scopes to perform delete or update actions if you plan to use those specific functions.
- Rate Limiting: The Loom API enforces rate limits; avoid high-frequency polling of video insights to prevent service disruption.
- Transcript Availability: Transcripts are generated by Loom upon upload. If a video is very new, the transcript might not be available immediately via the API.
- Data Security: Always store your
LOOM_API_KEYin a secure environment variable. Do not hardcode it directly into scripts or share it in public repositories.
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-mrgoodb-loom": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
onelogin
Manage users and apps via OneLogin API. Handle SSO and identity management.
google-sheets
Read and write Google Sheets data. Create spreadsheets, update cells, and manage worksheets via Sheets API.
postmark
Send transactional emails with high deliverability via Postmark API. Manage templates, track bounces, and view analytics.
sendgrid
Send transactional and marketing emails via SendGrid API. Supports templates, attachments, and email analytics.
smartsheet
Manage sheets, rows, and columns via Smartsheet API. Automate spreadsheet workflows.