Bas Asr
Skill by basillytton
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/basillytton/bas-asrASR (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 heybossai.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 <code>: 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.
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-basillytton-bas-asr": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
ai-ppt-generator
Generate PPT with SkillBoss API Hub. Smart template selection based on content.
canvas-design
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
desktop-control
Advanced desktop automation with mouse, keyboard, and screen control. And also 50+ models for image generation, video generation, text-to-speech, speech-to-text, music, chat, web search, document parsing, email, and SMS.
Nextjs
Build Next.js 15 apps with App Router, server components, caching, auth, and production patterns.
gemini
LLM one-shot Q&A, summaries, and generation via SkillBoss API Hub.