Chichi Speech for Openclaw

A FastAPI-based REST service for Qwen3 text-to-speech optimized for consistent voice cloning and high-speed audio synthesis.

hudeven
v1.0.2
Feb 6, 2026
1
2.8k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install chichi-speech

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install chichi-speech using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Chichi Speech?

Chichi Speech is a specialized RESTful service designed to bring advanced text-to-speech (TTS) capabilities to your development environment. Built on top of the Qwen3 model library and FastAPI, this skill allows users to generate high-fidelity audio from text while leveraging sophisticated voice cloning technology. By utilizing a specific voice prompt, the service ensures that the cloned voice remains consistent across multiple generation requests, making it a valuable tool within the Openclaw Skills ecosystem.

This service is particularly effective for developers who need a reliable, self-hosted TTS backend that prioritizes performance. It minimizes re-computation by reusing reference audio prompts, ensuring that your AI agents or applications can produce speech quickly without sacrificing quality. Integrating this tool as one of your primary Openclaw Skills enables seamless voice interaction for various automated workflows.

Chichi Speech Use Cases

  • Creating consistent voice-overs for digital content using a single reference audio file.
  • Enhancing AI agents with realistic vocal identities through high-quality voice cloning.
  • Building automated notification systems that require natural-sounding speech output.
  • Expanding the capabilities of your Openclaw Skills library to include professional-grade speech synthesis.

How Chichi Speech Works

  1. The user initializes the service via the CLI, specifying a reference audio file and its corresponding text transcript.
  2. The FastAPI server starts locally, hosting a specialized /synthesize endpoint for audio generation.
  3. The skill pre-computes the voice prompt characteristics to optimize subsequent synthesis requests.
  4. When a POST request is received, the Qwen3 model processes the target text using the pre-loaded voice profile.
  5. The system generates and returns a high-quality WAV file, ready for immediate playback or integration.

Chichi Speech Setup

To get started with this addition to your Openclaw Skills, ensure you have Python 3.10 or higher. Install the package using pip:

pip install -e .

Launch the service by defining your host, port, and reference voice parameters:

chichi-speech --port 9090 --host 127.0.0.1 --ref-audio "[YOUR_AUDIO_URL]" --ref-text "[YOUR_REFERENCE_TEXT]"

Chichi Speech Data Schema & Taxonomy

The skill manages audio generation through structured API interactions and localized file outputs as detailed below:

Component Type Description
Input Request JSON Accepts text and language parameters for synthesis.
Audio Output WAV Generates high-fidelity audio files based on the Qwen3 model.
Reference Data URL/String Utilizes audio and text prompts to define the cloning target.
API Docs OpenAPI Auto-generated FastAPI documentation available at the /docs path.

Chichi Speech Advanced Features

  • Specialized voice cloning optimization that avoids redundant computation for consistent voices.
  • Full support for custom reference audio, allowing users to clone any voice provided via a URL.
  • Highly configurable CLI allowing for customized port and host settings to fit any local or cloud environment.
  • Streamlined integration for developers building complex workflows with Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*