ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/avale-slai/signalloom-transcription
Or

Transcription — 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

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-avale-slai-signalloom-transcription": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.