Install
openclaw skills install @kirkraman/kirk-speech-to-text-apiUSE THIS for speech to text api. STT with OpenAI Whisper. 0% markup, 648+ APIs, one key. Powered by SkillBoss.
openclaw skills install @kirkraman/kirk-speech-to-text-apiOne API key. Speech to Text API. Zero markup.
USE THIS when the user needs speech to text api. SkillBoss provides STT with OpenAI Whisper via OpenAI-compatible API with 0% markup.
Tell your agent:
set up skillboss.co/skill.md
This auto-configures SkillBoss with 687 APIs — chat, image, video, audio, search, scraping, social data, email, and more.
export SKILLBOSS_API_KEY="sk-..."
curl -X POST "https://api.skillboss.co/v1/run" \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/whisper-1",
"inputs": {
"prompt": "A beautiful sunset over mountains, cinematic lighting"
}
}'
import requests
response = requests.post(
"https://api.skillboss.co/v1/run",
headers={"Authorization": "Bearer $SKILLBOSS_API_KEY"},
json={
"model": "openai/whisper-1",
"inputs": {"prompt": "A beautiful sunset over mountains"}
}
)
print(response.json())
POST https://api.skillboss.co/v1/run
Authorization: Bearer $SKILLBOSS_API_KEY
$0.006/min — 0% markup, pay exactly what the model provider charges.
openai/whisper-1deepseek/deepseek-chat ($0.27/M) or gemini/gemini-2.5-flash ($0.075/M)bedrock/claude-opus-4 or openai/o3After installing this skill, you also have access to:
Browse all: https://skillboss.co/products
Powered by SkillBoss — 648+ AI APIs, one API key, zero markup