A powerful integration for AI agents to automate audio-to-text transcription and captioning workflows using 3Scribe and Membrane.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install 3scribe
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 3scribe using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
3Scribe is a leading transcription and captioning software solution designed for content creators, businesses, and educational institutions. By leveraging this Openclaw Skills integration, developers can programmatically convert audio and video into highly accurate text, significantly improving content accessibility and searchability.
This skill utilizes the Membrane framework to bridge the gap between AI agents and the 3Scribe API. It removes the complexity of manual authentication by handling credential refreshes and secure connections server-side, allowing your AI to focus on processing data and automating repurposing workflows without managing local secrets.
First, install the Membrane CLI to enable Openclaw Skills integration:
npm install -g @membranehq/cli@latest
Next, authenticate your environment and specify your agent type:
membrane login --tenant --clientName=openclaw
Establish a connection to the 3Scribe service:
membrane connection ensure "https://3scri.be/" --json
The 3Scribe skill organizes data through structured connections and standardized action schemas. Below are the primary data entities handled:
| Entity | Description | Key Components |
|---|---|---|
| Transcription Job | Metadata regarding an active or past conversion | job_id, status, source_url |
| Transcript | The generated text output | content, timestamps, speaker_ids |
| Workspace | The organizational unit for records | workspace_id, member_permissions |
membrane action list --intent command to find specific capabilities without reading documentation.membrane request to send raw HTTP calls while maintaining automatic auth injection.Loading
A powerful integration for managing Humanitix ticketing data, events, and orders through AI-driven workflows.

An automated security agent that identifies vulnerabilities and generates GitHub pull requests to fix them using Snyk.

A sophisticated browser automation skill that generates and captures high-quality AI images via the Doubao web interface without any API costs.

A powerful integration for automating the creation, issuance, and management of digital certificates and badges through the Accredible platform.

An automated reporting engine that collects multi-source data and publishes formatted weekly summaries directly to corporate communication platforms.

A professional framework for developing, testing, and deploying quantitative trading strategies with strict consistency between backtesting and live execution.








































