coze-voice-gen

Convert text to speech and transcribe audio using the Coze SDK.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/alexyegong/xiaowuji --skill coze-voice-gen-alexyegong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coze-voice-gen
Source: https://github.com/alexyegong/xiaowuji/tree/main/skills/coze-voice-gen
Command: npx skills add https://github.com/alexyegong/xiaowuji --skill coze-voice-gen-alexyegong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires coze-coding-dev-sdk, and includes scripts (resource) components.

What problem does it solve?

This skill provides an accessible way to convert text into natural-sounding speech and transcribe audio into text using the Coze coding dev SDK, enabling automated voice interfaces and transcription workflows.

Core Features & Use Cases

  • Text-to-Speech (TTS) generation with multiple voices and output formats.
  • Speech-to-Text (ASR) transcription from local files or URLs.
  • Use Case: Build voice-enabled assistants, generate audiobook-like content, or create transcripts from meetings with quick turnaround.

Quick Start

Provide text to synthesize or an audio URL/file for transcription and run the appropriate TTS or ASR script.

Frequently Asked Questions about coze-voice-gen

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

FAQPage Schema
How do I convert text to speech and transcribe audio using the Coze SDK?

To convert text to speech and transcribe audio using the Coze SDK, provide text for synthesis or an audio file/URL for transcription. The skill runs TS/Node scripts via npx ts-node and outputs TTS and ASR results directly to stdout.

Can I use local audio files or URLs for speech-to-text transcription?

Yes, you can use both local audio files and URLs for speech-to-text transcription. The ASR functionality within the Coze SDK accepts these input sources to generate text transcripts for meetings or automated workflows.

Do I need the coze-coding-dev-sdk dependency to run voice generation scripts?

Yes, you need the coze-coding-dev-sdk dependency to run voice generation scripts. This skill explicitly satisfies dependencies on the Coze coding dev SDK to execute TTS and ASR tasks via npx ts-node.

What is the best way to generate natural-sounding speech for voice-enabled assistants?

The best way to generate natural-sounding speech for voice-enabled assistants is using this skill's TTS generation with multiple configurable voices and output formats. It leverages the Coze SDK to produce audio output efficiently.

Are there limitations when writing transcription results to stdout?

When writing transcription results to stdout, the primary limitation is handling large audio files, as streaming massive text outputs directly to the console may cause reading friction. The skill is optimized for quick turnaround automated workflows.