alicloud-ai-audio-tts
Generate human-like speech audio with Model Studio DashScope Qwen TTS models (qwen3-tts-flash, qwen3-tts-instruct-flash). Use when converting text to speech, producing voice lines for short drama/news videos, or documenting TTS request/response fields for DashScope.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cinience/alicloud-ai-audio-ttsWhat This Skill Does
The alicloud-ai-audio-tts skill integrates OpenClaw with the Alibaba Cloud Model Studio DashScope Qwen TTS engine. This powerful tool transforms text into high-quality, natural-sounding human speech. It supports advanced models such as qwen3-tts-flash and qwen3-tts-instruct-flash, which are optimized for low-latency synthesis. Whether you are building automated narration, creating voice-overs for digital media, or generating accessibility tools, this skill provides a standardized interface for text-to-speech conversion. By leveraging the DashScope SDK, users can manage audio output formats, handle streaming responses for real-time playback, and customize voice properties via instructions.
Installation
To install this skill, ensure you have the OpenClaw CLI configured, then run: clawhub install openclaw/skills/skills/cinience/alicloud-ai-audio-tts. Prior to installation, make sure your Python environment is prepared by installing the dashscope SDK within a virtual environment. You must also have your DASHSCOPE_API_KEY exported in your system environment or configured in your Alibaba Cloud credentials file to ensure the agent can authenticate with the API.
Use Cases
This skill is ideal for a variety of media and productivity tasks. Use it to generate voice tracks for short-form video content like social media clips, news summaries, or educational presentations. It is also excellent for dynamic content generation, such as converting news feeds or blog posts into audio podcasts for on-the-go consumption. Additionally, developers can use it to build sophisticated notification systems or interactive agents that require a conversational vocal presence.
Example Prompts
- "Generate a warm, professional voiceover for a 30-second news summary using the qwen3-tts-instruct-flash model and the Cherry voice."
- "Convert this text into an audio file: 'Welcome to the future of AI automation.' Use a calm and friendly tone for the delivery."
- "Stream the following text to speech: 'System initialized and ready for deployment.' Ensure the output is in PCM format for my local audio buffer."
Tips & Limitations
For optimal performance, keep your input text concise; long documents should be split into smaller segments to avoid timeouts and processing errors. Always specify the language_type to help the model achieve accurate pronunciation. Use the instruction field sparingly for style adjustments, and implement a caching strategy for repeat requests to manage costs effectively. Note that this skill requires an active internet connection to communicate with the DashScope API, and users should monitor their API usage and quota limits via the Alibaba Cloud portal to avoid unexpected interruptions.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-cinience-alicloud-ai-audio-tts": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, external-api
Related Skills
volcengine-compute-ecs
Manage Volcengine ECS instances and related resources. Use when users need instance inventory, lifecycle operations, troubleshooting, or automation templates for ECS.
alicloud-ai-search-opensearch
Use OpenSearch vector search edition via the Python SDK (ha3engine) to push documents and run HA/SQL searches. Ideal for RAG and vector retrieval pipelines in Claude Code/Codex.
alicloud-storage-oss-ossutil
Alibaba Cloud OSS CLI (ossutil 2.0) skill. Install, configure, and operate OSS from the command line based on the official ossutil overview.
alicloud-platform-openapi-product-api-discovery
Discover and reconcile Alibaba Cloud product catalogs from Ticket System, Support & Service, and BSS OpenAPI; fetch OpenAPI product/version/API metadata; and summarize API coverage to plan new skills. Use when you need a complete product list, product-to-API mapping, or coverage/gap reports for skill generation.
alicloud-ai-image-qwen-image
Generate images with Model Studio DashScope SDK using Qwen Image generation models (qwen-image, qwen-image-plus, qwen-image-max and snapshots). Use when implementing or documenting image.generate requests/responses, mapping prompt/negative_prompt/size/seed/reference_image, or integrating image generation into the video-agent pipeline.