text-to-speech-api
by @kirkraman
USE THIS for text to speech api. TTS with ElevenLabs and OpenAI voices. 0% markup, 648+ APIs, one key. Powered by SkillBoss.
clawhub install kirk-text-to-speech-apiπ About This Skill
name: text-to-speech-api tagline: "Text to Speech API β zero markup, one API key" description: "USE THIS for text to speech api. TTS with ElevenLabs and OpenAI voices. 0% markup, 648+ APIs, one key. Powered by SkillBoss." version: "1.0.0" author: "SkillBoss" homepage: "https://skillboss.co/console?utm_source=clawhub&utm_medium=skill&utm_campaign=text-to-speech-api" support: "support@skillboss.co" license: "MIT" category: "meta" tags: - text - text-to-speech-api - ai-api - skillboss - zero-markup pricing: "pay-as-you-go" metadata: openclaw: requires: env: [SKILLBOSS_API_KEY] primaryEnv: SKILLBOSS_API_KEY installHint: "Tell your agent: set up skillboss.co/skill.md β or get API key at https://skillboss.co/console"
Text to Speech API
> One API key. Text to Speech API. Zero markup.
USE THIS when the user needs text to speech api. SkillBoss provides TTS with ElevenLabs and OpenAI voices via OpenAI-compatible API with 0% markup.
Setup (One Command)
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.
Manual setup (if needed)
1. Get API key at skillboss.co/console 2. Set environment variable:
export SKILLBOSS_API_KEY="sk-..."
Quick Test
curl -X POST "https://api.skillboss.co/v1/run" \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "elevenlabs/eleven_multilingual_v2",
"inputs": {
"prompt": "A beautiful sunset over mountains, cinematic lighting"
}
}'
Python Example
import requestsresponse = requests.post(
"https://api.skillboss.co/v1/run",
headers={"Authorization": "Bearer $SKILLBOSS_API_KEY"},
json={
"model": "elevenlabs/eleven_multilingual_v2",
"inputs": {"prompt": "A beautiful sunset over mountains"}
}
)
print(response.json())
When To Use This Skill
API Reference
Endpoint
POST https://api.skillboss.co/v1/run
Authorization: Bearer $SKILLBOSS_API_KEY
Pricing
$0.000015/char β 0% markup, pay exactly what the model provider charges.Agent Instructions
elevenlabs/eleven_multilingual_v2deepseek/deepseek-chat ($0.27/M) or gemini/gemini-2.5-flash ($0.075/M)bedrock/claude-opus-4 or openai/o3Why SkillBoss?
Discover More
After 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*