A local AI workflow for converting GETTR video content into searchable transcripts and structured Markdown summaries.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gettr-transcribe-summarize
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 gettr-transcribe-summarize using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a high-performance bridge between GETTR social media content and actionable text data. By leveraging MLX Whisper, it performs lightning-fast local transcription on Apple Silicon hardware, ensuring user privacy and eliminating cloud processing costs. As part of the Openclaw Skills ecosystem, it automates the complex process of extracting media URLs from both static posts and dynamic livestreams.
The tool is designed for users who need to digest long-form video content quickly. It transforms raw audio into formatted transcripts and summaries, supporting multiple languages and various output lengths. Whether you are a researcher, journalist, or casual user, this skill streamlines the consumption of social media broadcasts by providing structured, timestamped documentation.
To use this within your Openclaw Skills environment, ensure you have the necessary dependencies installed on your Apple Silicon Mac:
# Install FFmpeg via Homebrew
brew install ffmpeg
# Install MLX Whisper via Pip
pip install mlx-whisper
Once installed, you can trigger the pipeline manually or via an agent using the provided bash scripts.
The skill maintains a clean output hierarchy for every processed video, ensuring that data is organized by its unique GETTR slug:
| File Name | Format | Description |
|---|---|---|
audio.wav |
Audio (WAV) | The extracted 16kHz mono audio source. |
audio.vtt |
Text (VTT) | The raw transcript including WebVTT timestamps. |
summary.md |
Markdown | The final deliverable containing bullets and/or a timestamped outline. |
Loading
A comprehensive development toolkit for building, updating, and managing BlueBubbles messaging channel integrations within the Clawdbot framework.

A specialized migration tool that transforms fragile SaaS automations into production-grade, self-hosted scripts with built-in error handling.

A spec-driven development workflow that enforces architectural planning and user approval before any code is written.

A daily briefing agent that synthesizes your tasks and memory files into a prioritized action plan delivered via Telegram to eliminate decision fatigue.

A high-performance local transcription tool for GETTR content optimized for Apple Silicon using MLX Whisper.

A local, high-performance speech-to-text engine optimized for Apple Silicon that eliminates the need for cloud APIs.








































