Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Text-to-Speech service using Doubao (Volcano Engine) API with 200+ voices, interactive voice selection, and multilingual support
Text-to-Speech (TTS) service using Doubao (Volcano Engine) API V1 interface to convert text into natural-sounding speech.
重要提示: 当检测到没有API配置时,Agent必须立即停止并询问用户是否配置API,不允许直接使用默认音色生成音频,除非用户明确坚持使用默认音色。
When using this SKILL, the Agent should follow this workflow:
First, check if API credentials are configured:
from scripts.tts import check_api_config, setup_api_config
# Check if API is configured
config = check_api_config()
if not config:
# API not configured, MUST stop and ask user
# DO NOT proceed with default voice
npx skills add LeoYeAI/openclaw-master-skills --skill doubao-api-open-ttsHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.