LaunchKit · 2026
Back to Skills

speechall-cli

Install and use the speechall CLI tool for speech-to-text transcription.

0
1.1k downloads
by @atacan

Setup & Installation

openclaw skills install @atacan/speechall-cli

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install speechall-cli

Version History

v0.1.1Feb 7, 2026 - Version note by skill developer:

- Removed manual installation instructions referencing `references/manual-install.md`. - Updated installation section: now directs users to download binaries from the GitHub releases page for manual installation. - Added a note linking to the Speechall API key creation page in the authentication section. - No functional CLI changes. Documentation only.

What This Skill Does

CLI tool for transcribing audio and video files to text via the Speechall API. Routes requests through multiple speech-to-text providers from a single interface. Supports speaker diarization, subtitle formats (SRT, VTT), and custom vocabulary.

Provides access to speech-to-text models from OpenAI, Deepgram, AssemblyAI, Google, and others through a single CLI without separate SDKs or account integrations for each provider.

When to use it

  • Transcribing a recorded interview to a text file
  • Generating SRT subtitles for a recorded presentation
  • Identifying speakers in a multi-person meeting recording
  • Processing domain-specific audio with custom terminology
  • Listing available STT models to compare provider options

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Transcribe this team meeting recording with speaker labels and export as SRT subtitles

AGENT
  1. 1Set SPEECHALL_API_KEY environment variable with the user's API key
  2. 2Run speechall meeting.wav --diarization --speakers-expected 3 --output-format srt
  3. 3Redirect stdout to save the output file: speechall meeting.wav ... > meeting.srt
  4. 4Confirm the SRT file contains timestamped, speaker-labeled segments
OUTPUT

meeting.srt file with timestamped captions and speaker labels for each participant

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Speechall API key from speechall.com/console/api-keys