A robust CLI tool for transcribing audio files using state-of-the-art LLMs via the OpenRouter API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openrouter-transcribe
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 openrouter-transcribe 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 enables developers to leverage audio-capable Large Language Models (LLMs) such as Gemini 1.5 Flash and GPT-4o-audio-preview for high-fidelity transcription. By integrating with OpenRouter, users can swap between different providers and models seamlessly to optimize for cost or accuracy.
This utility is a core component of the Openclaw Skills ecosystem, designed for automation and high-performance audio processing. It handles the complex task of audio normalization and encoding, allowing you to focus on the content of your transcripts rather than technical bottlenecks.
Ensure you have the required dependencies installed: curl, ffmpeg, base64, and jq. Then, set your API key as an environment variable:
export OPENROUTER_API_KEY="your_api_key_here"
Alternatively, you can configure the key in your Openclaw Skills configuration file:
{
"skills": {
"openrouter-transcribe": {
"apiKey": "YOUR_OPENROUTER_KEY"
}
}
}
Run your first transcription with:
./scripts/transcribe.sh path/to/audio.m4a
The skill manages data through a lifecycle of conversion and transmission:
| Data Component | Description |
|---|---|
| Input Source | Supports any audio format compatible with ffmpeg (m4a, mp3, wav, ogg). |
| Intermediate Format | Temporary 16kHz mono WAV file for standardized model input. |
| Payload Type | Base64 encoded audio string wrapped in an OpenRouter-compatible JSON object. |
| Output | Plain text transcription string extracted from the model response. |
| Metadata | Headers including X-Title and HTTP-Referer for dashboard tracking. |
Loading
A specialized skill for sending Wake-on-LAN and Sleep-on-LAN magic packets to manage PC power states across a local network.

A comprehensive threat detection and security analysis toolkit designed to audit code, files, and AI agent skills for vulnerabilities and malicious patterns.

Automate participation in the Numerai hedge fund tournament to train models and earn NMR cryptocurrency.

An advanced context management system that uses structured snapshots to ensure AI agents never lose track of complex coding tasks during context compaction.

A comprehensive command-line interface for managing You Need A Budget (YNAB) data, including budgets, categories, and transactions.

AgentFinObs is a comprehensive financial observability framework for monitoring, budgeting, and analyzing AI agent spending across multiple payment rails.








































