xfyun-tts

Installation
SKILL.md

xfyun-tts

Synthesize natural, expressive speech from text using iFlytek's Ultra-Realistic Voice Synthesis (超拟人语音合成) WebSocket API. Features human-like breathing, pauses, and emotional expression across 50+ voices.

Setup

  1. Create an app at 讯飞控制台 with 超拟人语音合成 service enabled
  2. Enable the desired voice(s) in the console (default: x6_lingyuyan_pro )
  3. Set environment variables:
    export XFYUN_APP_ID="your_app_id"
    export XFYUN_API_KEY="your_api_key"
    export XFYUN_API_SECRET="your_api_secret"
    

Usage

Basic synthesis

Installs
3
First Seen
Jul 13, 2026
xfyun-tts — kuanghs/agent-skills