aliyun-tts

Convert text to speech via Alibaba Cloud TTS with configurable voice, format, and sample rate.

1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/jieni777/opencode-config-backup --skill aliyun-tts-jieni777
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aliyun-tts
Source: https://github.com/jieni777/opencode-config-backup/tree/main/skills/aliyun-tts
Command: npx skills add https://github.com/jieni777/opencode-config-backup --skill aliyun-tts-jieni777

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Alibaba Cloud TTS converts text into natural-sounding speech to power voice-enabled apps, chatbots, and automated announcements, reducing manual voice recording and deployment effort.

Core Features & Use Cases

  • Text-to-speech synthesis with configurable voice, format, and sampling rate.
  • CLI and programmatic usage using standard environment variables for credentials.
  • Use Case: Add speech responses to interactive assistants or provide audio feedback in customer-facing apps.

Quick Start

Configure ALIYUN_APP_KEY, ALIYUN_ACCESS_KEY_ID, and ALIYUN_ACCESS_KEY_SECRET, then run the CLI to synthesize speech.

Frequently Asked Questions about aliyun-tts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert text to speech using Alibaba Cloud TTS in a CLI tool?

Convert text to speech by configuring ALIYUN_APP_KEY, ALIYUN_ACCESS_KEY_ID, and ALIYUN_ACCESS_KEY_SECRET environment variables, then running the CLI with parameters for voice, format, and sample rate.

What configuration parameters are available for Alibaba Cloud voice synthesis?

Alibaba Cloud voice synthesis supports optional parameters for output destination, voice selection, audio format, and sample rate, allowing customization for different application requirements.

Can I use Alibaba Cloud TTS for automated announcements and chatbots?

Yes, Alibaba Cloud TTS is designed for chatbots, automated services, and announcements, converting text into natural-sounding speech to reduce manual voice recording and deployment effort.

Do I need specific Alibaba Cloud credentials to use text-to-speech synthesis?

Yes, text-to-speech synthesis requires valid ALIYUN_APP_KEY, ALIYUN_ACCESS_KEY_ID, and ALIYUN_ACCESS_KEY_SECRET credentials, with the service region set to cn-shanghai for authentication.

What is the best way to add speech responses to an interactive assistant using Alibaba Cloud?

The best way to add speech responses is using Alibaba Cloud TTS to synthesize natural-sounding speech from text, configurable via CLI or programmatic environment variables for automated services.