transcription
Transcribe audio and video files using the Signal Loom AI API. Supports MP3, WAV, M4A, MP4, MOV, and more. Runs locally on Apple Silicon for speed and privacy.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/avale-slai/signalloom-transcriptionTranscription — Signal Loom AI
What It Does
Transcribes media files to structured JSON, SRT, VTT, and plain text — all in a single pass. Local processing on Apple Silicon means audio never leaves your machine.
When to Use
- Transcribing meeting recordings, podcasts, or videos
- Converting spoken content to searchable text
- Processing audio for AI agent pipelines
- Subtitles and captions for video content
Syntax
/transcribe ./meeting-recording.mp3 --format json
/transcribe ./podcast.mp4 --language en
Free Tier
100 minutes/month free with any Signalloom API key.
Get your free key: https://signalloomai.com/signup
Output Formats
- JSON: Timestamped words, confidence scores, speaker diarization
- SRT/VTT: Subtitles ready for video players
- Plain text: Clean transcript
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-avale-slai-signalloom-transcription": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
jobaudit
Audit your OpenClaw cron job history and estimate how much you've spent on AI agents this week.
Loomlens Live
Skill by avale-slai
promptcache
Estimate the cost savings from caching frequently-used prompts across AI models.
contextbroker
A cross-agent memory and context SDK for AI systems. Provides structured context injection, conversation memory portability, and context enrichment.
loomlensai
Estimate the cost of any AI prompt across 19+ models before you run it. Works with OpenAI, Anthropic, Google, DeepSeek, xAI, MiniMax, and local models.