A high-performance speech-to-text skill leveraging Whisper models for fast, multi-language audio transcription and translation via the command line.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install speech-to-text
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 speech-to-text using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Speech-to-Text skill for Openclaw Skills provides a robust interface for transcribing audio files using state-of-the-art Whisper models. By integrating with the inference.sh CLI, developers can execute complex transcription tasks, ranging from basic voice note conversion to large-scale meeting documentation with high accuracy and speed.
This skill is built for versatility, supporting over 99 languages and offering features like automatic translation to English and timestamped segments. Whether you are building an automated captioning tool or a searchable archive of voice recordings, this component of Openclaw Skills simplifies the path from raw audio to structured text data.
Install the inference.sh CLI and authenticate to begin using this skill:
curl -fsSL https://cli.inference.sh | sh && infsh login
Once authenticated, you can add the skill to your project environment. To run a basic transcription immediately using the command line interface, use the following command:
infsh app run infsh/fast-whisper-large-v3 --input '{"audio_url": "https://example.com/audio.mp3"}'
The skill outputs data in a JSON format designed for easy integration into other workflows within Openclaw Skills.
| Field | Type | Description |
|---|---|---|
text |
String | The full transcription of the audio content. |
segments |
Array | Optional list of objects containing start, end, and text for timestamps. |
language |
String | The ISO code of the detected or specified language. |
task |
String | Specifies whether the operation was transcribe or translate. |
Loading
A developer-centric skill for generating high-conversion multi-slide social media carousels using HTML-to-image automation and AI-driven design rules.

A data-driven automation skill for creating comprehensive SEO content briefs using real-time SERP analysis and keyword research.

A secure, sandboxed execution environment for Python scripts featuring over 100 pre-installed libraries for data science, web scraping, and media processing.

A masterclass in prompt engineering techniques for LLMs, image generators, and video models delivered through the Openclaw Skills ecosystem.

An AI-driven workflow for generating cinematic storyboards and shot lists using CLI tools.

Automate the creation of high-quality talking head videos featuring AI avatars, synchronized lipsync, and professional voiceovers.








































