A Python-powered interface to manage Loom video recordings, transcripts, and workspace folders via the official Developer API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install loom
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install loom using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Loom skill for Openclaw Skills provides a robust, dependency-free Python interface designed to interact seamlessly with the Loom Developer API. It empowers developers and AI agents to automate the lifecycle of video content, from retrieving transcripts for documentation to organizing recordings into specific workspace folders. By utilizing this integration within the Openclaw Skills ecosystem, teams can bridge the gap between asynchronous video communication and automated developer workflows.
Built with a focus on simplicity and portability, this skill requires only a standard Python 3.10+ environment. It allows for high-velocity operations such as bulk metadata updates, comment retrieval, and workspace member management, making it an essential tool for scaling video-centric communication strategies.
To get started with this component of your Openclaw Skills, ensure you have Python 3.10+ installed and follow these steps:
export LOOM_ACCESS_TOKEN='your_token_here'
python3 scripts/loom.py videos --human
The skill interacts with the Loom API to return structured data. Below is the primary data organization:
| Resource | Data Points Provided |
|---|---|
| Video | ID, Title, Description, Transcript Text, URL |
| Folder | Folder ID, Name, List of contained Video IDs |
| User | Current authenticated user details and workspace ID |
| Workspace | List of members and associated metadata |
| Comments | List of text comments linked to specific video IDs |
Loading
An automated LLM-as-a-Judge evaluation system for scoring AI response quality, accuracy, and hallucination using Langfuse.

An automated LLM-as-a-Judge system that scores Langfuse traces for quality, accuracy, and hallucination detection.

Manage real-time voice and video infrastructure for AI agents using LiveKit WebRTC.

A comprehensive Python-based CLI tool for managing Linode (Akamai) cloud infrastructure, including compute, networking, and Kubernetes.

A comprehensive deployment guide for running Openclaw Skills on a dedicated Mac Mini server for 24/7 AI availability.

A high-performance Python tool for managing Make automation scenarios, executions, connections, and data stores through a zero-dependency API interface.








































