voice-transcriber
Voice note transcription and archival for OpenClaw agents. Powered by Deepgram Nova-3. Transcribes audio messages, saves both audio files and text transcripts. Perfect for voice-first AI workflows, founder journaling, and meeting notes.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aiwithabidi/voice-transcriber-proWhat This Skill Does
The voice-transcriber skill for OpenClaw is a robust utility designed to turn unstructured audio into actionable text documentation. Leveraging the power of Deepgram Nova-3, this skill provides industry-leading transcription accuracy while maintaining a streamlined workflow for saving both the original audio files and their corresponding text transcripts. Whether you are capturing a fleeting idea, archiving a long-form meeting, or creating a voice-first journal, the voice-transcriber handles the heavy lifting of audio ingestion, processing, and archival storage.
Installation
To add this skill to your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/aiwithabidi/voice-transcriber-pro
Ensure that you have sufficient permissions for file system access, as the skill requires read access to audio files and write access for generating text output files. No complex configuration files are required, but verify your environment supports Python 3.x and standard shell execution.
Use Cases
- Journaling: Founders and professionals can record quick thoughts on the go and have them automatically transcribed into a searchable archive.
- Meeting Recaps: Upload recordings of team synchronization calls to generate searchable, timestamped text logs.
- Research: Convert interviews, podcast snippets, or lecture recordings from various audio formats (OGG, MP3, WAV, etc.) into accessible text documents.
- Voice-First AI Workflows: Integrate this into automated pipelines where mobile audio uploads trigger downstream AI analysis or project management task creation.
Example Prompts
- "OpenClaw, transcribe the file located at /data/meetings/team_sync_v1.wav and save the results to the project documentation folder."
- "I just uploaded a voice note to the inbox. Please use the voice-transcriber to process it and add the summary to my daily journal."
- "Transcribe my latest audio note titled 'product-ideas.ogg' and provide me with the main action items identified in the text."
Tips & Limitations
For the best results, ensure your audio files are clear and recorded with minimal background noise. While Deepgram Nova-3 is highly resilient, extremely muffled audio may degrade accuracy. Currently, this skill supports major audio formats including OGG, MP3, WAV, M4A, FLAC, and WEBM. Note that file processing time is proportional to the audio duration; for very long recordings, allow a moment for the script to finalize the transcript archival. Keep your file paths organized to ensure the archival system remains clean and searchable.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aiwithabidi-voice-transcriber-pro": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api, code-execution
Related Skills
agent-memory
Full AI agent memory stack — Mem0 unified memory engine with vector search (Qdrant) and knowledge graph (Neo4j), plus SQLite for structured data. Complete setup script and tools. Give your OpenClaw agent a real brain with semantic recall, entity relationships, and structured storage.
skill-auditor
Security audit and quarantine system for third-party OpenClaw skills. Use when evaluating, reviewing, or installing any skill from ClawHub or external sources. Automatically triggered before any skill installation.
Model Intel
Live LLM model intelligence and pricing from OpenRouter
deep-search
Multi-tier Perplexity search with Langfuse tracing. Three depth levels: quick (sonar), pro (sonar-pro), deep (sonar-reasoning-pro). Supports focus modes: internet, academic, news, youtube, reddit. Returns AI-synthesized answers with citations. Use for research, comparisons, market analysis, fact-checking. Triggers: search, research, look up, find out, compare, what is, deep search, web research.
amplitude
Amplitude product analytics — track events, analyze user behavior, run cohort analysis, manage user properties, and query funnel/retention data via the Amplitude API. Understand product usage, measure feature adoption, and analyze user journeys. Built for AI agents — Python stdlib only, zero dependencies. Use for product analytics, user behavior tracking, funnel analysis, retention analysis, and cohort segmentation.