A cross-platform command-line tool for professional speech-to-text transcription powered by multiple leading AI providers.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install speechall-cli
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 speechall-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The speechall-cli is a robust interface for the Speechall API, allowing developers to process audio and video files directly from the command line. This utility is a vital component for those building automated workflows within Openclaw Skills, providing access to top-tier models from OpenAI, Deepgram, Google, and more. It simplifies the transition from raw media to structured text, supporting various output formats like SRT and VTT for immediate use in production environments.
By incorporating this tool into your Openclaw Skills environment, you gain the ability to handle complex transcription tasks including speaker diarization and custom vocabulary boosting. Whether you are processing a single interview or thousands of calls, this CLI provides the speed and flexibility required for modern AI-driven development.
To begin using this tool with your Openclaw Skills setup, install it via Homebrew:
brew install Speechall/tap/speechall
Next, authenticate by exporting your API key (generate one at speechall.com/console/api-keys):
export SPEECHALL_API_KEY="your-key-here"
Verify the installation:
speechall --version
The skill manages data primarily through output redirection and specific format flags. When used with Openclaw Skills, it generates structured data as follows:
| Data Type | Format | Description |
|---|---|---|
| Transcription | .txt, .json | Standard text or detailed JSON containing timestamps. |
| Subtitles | .srt, .vtt | Timed text files for video accessibility. |
| Model Metadata | JSON | Detailed list of capabilities for each supported STT provider. |
| Speaker Labels | String Tags | Identifies different speakers when --diarization is enabled. |
Loading
A powerful macOS command-line utility for capturing audio, screen recordings, screenshots, and camera input, optimized for terminal-based AI agents.

A multi-modal search engine for AI agents to discover, match, and load specialized capabilities through keyword, semantic, or LLM-powered matching.

An intelligent model dispatching system that uses multi-dimensional analysis to route requests to the most efficient AI model based on complexity and cost.

A complete technical reference for managing OpenClaw configurations, CLI operations, and multi-channel AI agent deployments.

A robust command-line interface for translating text, files, and code catalogs using various AI providers and custom prompt templates.

A Docker-based Model Context Protocol server that bridges AI agents with Atlassian tools like Jira and Confluence for automated project management.








































