Install
openclaw skills install @unlimitedtts/unlimitedtts-skillCreate text-to-speech narration and MP3 audio with UnlimitedTTS using x402 USDC payments. Use for text-to-speech, narration, read-aloud, voice generation, MP3 creation, UnlimitedTTS, or wallet-paid/x402 speech requests.
openclaw skills install @unlimitedtts/unlimitedtts-skillCreate paid speech without handling wallet secrets. Prefer the UnlimitedTTS MCP tools. Use direct HTTP only when those tools are unavailable and a conforming x402 wallet-aware HTTP client is already present.
tts_list_voices when the voice is missing, ambiguous, or rejected. Use the full provider-prefixed id such as openai_nova.tts_quote with the exact text, voice, speed, and any user-stated maxUsdc.selectedRequirement from this quote. Never request or expose a seed phrase, private key, or secret.tts_synthesize once with the unchanged text, voice, speed, quote token, and returned paymentSignature.payment.settled: true. Return or send the MP3 attachment/resource, not base64.Treat tts_synthesize as irreversible and not replay-safe. Never retry PAYMENT_OUTCOME_UNKNOWN; inspect the wallet or settlement receipt and ask the user before any new quote or authorization.
Character limits vary by voice. If the text exceeds the character limit, split it into multiple chunks and call tts_synthesize for each chunk. Each chunk is a separate paid request. Get approval for the aggregate plan before proceeding.
Read direct-x402.md only when MCP tools are unavailable and the agent already has both HTTP and x402 signing capability.
Read errors.md when a tool or API call fails.