/install jx-asr
ASR (Automatic Speech Recognition) Skill
Fast, accurate automatic speech-to-text transcription powered by SkillBoss API Hub.
Why use this skill?
- Multilingual: Supports 100 languages with auto-detection.
- Flexible Input: Transcribe from a URL or a local file.
- Agent-Ready: Designed for high-volume, automated pipelines.
- Unified API: Powered by SkillBoss API Hub — single key, single endpoint.
Setup
1. Get an API Key
Sign up at skillbossai.com to obtain your SKILLBOSS_API_KEY.
2. Configure Authentication
This skill looks for your API key in the SKILLBOSS_API_KEY environment variable.
Add this to your .env or agent config:
SKILLBOSS_API_KEY=your_key_here
Usage
TL;DR for Agents
When this skill is installed, you can transcribe any URL or local file by running:
./skills/asr/scripts/asr.sh transcribe --url "https://example.com/audio.mp3"
Transcribe a URL
# Basic transcription
./skills/asr/scripts/asr.sh transcribe --url "https://example.com/audio.mp3"
# With language hint
./skills/asr/scripts/asr.sh transcribe --url "https://example.com/audio.mp3" --language "en"
Transcribe a Local File
# Upload and transcribe local media
./skills/asr/scripts/asr.sh transcribe --file "./local-audio.wav"
Supported Options
--language \x3Ccode>: ISO language code (e.g., 'en', 'es')
Output
Returns a JSON response. The transcription text is in:
.result.text
If the SKILLBOSS_API_KEY is missing, the tool will provide a clear error message.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jx-asr - After installation, invoke the skill by name or use
/jx-asr - Provide required inputs per the skill's parameter spec and get structured output
What is asr?
Transcribe audio from URLs or local files into text using multilingual automatic speech recognition via SkillBoss API Hub. It is an AI Agent Skill for Claude Code / OpenClaw, with 119 downloads so far.
How do I install asr?
Run "/install jx-asr" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is asr free?
Yes, asr is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does asr support?
asr is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created asr?
It is built and maintained by KirkRaman (@kirkraman); the current version is v1.0.0.