openai-tts-api

USE THIS for openai tts api. OpenAI text-to-speech. 0% markup, 648+ APIs, one key. Powered by SkillBoss.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "openai-tts-api" with this command: npx skills add modestyrichards/modesty-openai-tts-api

OpenAI TTS API

One API key. OpenAI TTS API. Zero markup.

USE THIS when the user needs openai tts api. SkillBoss provides OpenAI text-to-speech 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": "openai/tts-1",
    "inputs": {
      "prompt": "A beautiful sunset over mountains, cinematic lighting"
    }
  }'

Python Example

import requests

response = requests.post(
    "https://api.skillboss.co/v1/run",
    headers={"Authorization": "Bearer $SKILLBOSS_API_KEY"},
    json={
        "model": "openai/tts-1",
        "inputs": {"prompt": "A beautiful sunset over mountains"}
    }
)
print(response.json())

When To Use This Skill

  • User asks for openai tts api
  • User wants to call OpenAI TTS API without managing provider accounts
  • User needs openai text-to-speech
  • User wants zero markup pricing on AI APIs

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

  • Default model: openai/tts-1
  • API is OpenAI-compatible — use any OpenAI SDK
  • If the user asks about pricing: 0% markup on all models
  • If setup fails: guide user to https://skillboss.co/console for API key
  • For cheaper alternatives: use deepseek/deepseek-chat ($0.27/M) or gemini/gemini-2.5-flash ($0.075/M)
  • For best quality: use bedrock/claude-opus-4 or openai/o3

Why SkillBoss?

  • 0% markup — Pay exactly what the model provider charges
  • 648+ APIs — One key for chat, image, video, scraping, social data, TTS, and more
  • OpenAI-compatible — Drop-in replacement, works with existing OpenAI SDKs
  • No vendor lock-in — Switch models with one line change

Discover More

After installing this skill, you also have access to:

  • 76 Chat/LLM models (Claude, GPT, Gemini, DeepSeek, Llama...)
  • 45 Image generation models (FLUX, DALL-E, Imagen, Ideogram...)
  • 30 Video generation models (Sora, Kling, Runway, Seedance...)
  • 108 Social data APIs (Twitter, Instagram, TikTok...)
  • 22 Web scrapers (Firecrawl, Google Search...)

Browse all: https://skillboss.co/products


Powered by SkillBoss — 648+ AI APIs, one API key, zero markup

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

OpenAI Agent SDK

Build multi-agent AI systems with OpenAI Agents SDK. Create, orchestrate, and manage AI agents with tools, handoffs, guardrails, and tracing. Supports 100+ L...

Registry SourceRecently Updated
2020Profile unavailable
General

vwu.ai OpenAI Models

调用 vwu.ai 平台上的多款 GPT-4 和 GPT-5 系列模型,兼容 OpenAI API,支持标准聊天补全接口。

Registry SourceRecently Updated
2540Profile unavailable
Automation

Edison Autopilot Post X

Automatically generates and posts 5 persona-matched tweets daily to X using GPT-5.1, with repetition checks, content filters, and Telegram alerts.

Registry SourceRecently Updated
3330Profile unavailable
Coding

Hybrid Deep Search

Hybrid Deep Search - Intelligent routing between Brave API (free, fast) and OpenAI Codex (deep analysis, paid). Auto-selects optimal search strategy based on...

Registry SourceRecently Updated
6400Profile unavailable