A FastAPI-based REST service for Qwen3 text-to-speech optimized for consistent voice cloning and high-speed audio synthesis.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install chichi-speech
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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]"
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. |
Loading
A multi-language vehicle expense management tool that synchronizes fuel and maintenance logs to Google Sheets or local Excel files.

A specialized news aggregation tool for AI agents that fetches and filters technical news while stripping out political and sports noise.

A versatile command-line interface for interacting with LLMs and managing Model Context Protocol (MCP) servers and AI skills.

An automated research assistant that analyzes technical papers and codebases to generate comprehensive, multi-iteration reports with PDF export capabilities.

Ichiro-Mind is a sophisticated unified memory architecture that provides AI agents with persistent, hierarchical recall through a 4-layer system of hot, warm, cold, and archive storage.

An encrypted communication layer for AI agents that secures sensitive data using AES-256-CBC and stealth activation.








































