A minimal test harness for validating Alibaba Cloud's AI audio text-to-speech voice design API. This isn't the actual TTS skill itself, it's a testing wrapper that helps you verify the request path works before integrating the real thing. The approach is pragmatic: pick one minimal input example from the target skill docs, send a single request, and record what happens without guessing at parameters if something breaks. Useful if you're setting up AliCloud TTS integration and want to confirm your auth and region config are correct before writing real code. The 293 installs suggest people actually use these sanity check skills before committing to the full implementation.
npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-ai-audio-tts-voice-design-test