Overview
- Skill Key
- hudeven/chichi-speech
- Author
- hudeven
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/hudeven/chichi-speech
- Latest Commit SHA
- 9835eff7b7c562ff5da01f47654b22b8a1576847
A RESTful service for high-quality text-to-speech using Qwen3 and specialized voice cloning. Optimized for reusing a specific voice prompt to avoid re-computation.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 chichi-speech 技能。 若已安装,则直接安装 chichi-speech 技能。
# Chichi Speech Service
This skill provides a FastAPI-based REST service for Qwen3 TTS, specifically configured for reusing a high-quality reference audio prompt for efficient and consistent voice cloning. This service is packaged as an installable CLI.
## Installation
Prerequisites: `python >= 3.10`.
```bash
pip install -e .
```
## Usage
### 1. Start the Service
The service runs on port **9090** by default.
```bash
# Start the server (runs in foreground, use & for background or a separate terminal)
# Optional: Uudate to your own reference audio and text for voice cloning
chichi-speech --port 9090 --host 127.0.0.1 --ref-audio "https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen3-TTS-Repo/clone_2.wav" --ref-text "Okay. Yeah. I resent you. I love you. I respect you. But you know what? You blew it! And thanks to you."
```
### 2. Verify Service is Running
Check the health/docs:
```bash
curl http://localhost:9090/docs
```
### 3. Generate Speech
Use cURL:
```bash
curl -X POST "http://localhost:9090/synthesize" \
-H "Content-Type: application/json" \
-d '{
"text": "Nice to meet you",
"language": "English"
}' \
--output output/nice_to_meet.wav
```
## Functionality
- **Endpoint**: `POST /synthesize`
- **Default Port**: 9090
- **Voice Cloning**: Uses a pre-computed voice prompt from reference files to ensure the cloned voice is consistent and generation is fast.
## Requirements
- Python 3.10+
- `qwen-tts` (Qwen3 model library)
- Access to a reference audio file for voice cloning.
- By default, it uses public sample audio from Qwen3.
- **CRITICAL**: You can provide your own reference audio using the `--ref-audio` and `--ref-text` flags.
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
capt-marbles
Attio CRM integration for managing companies, people, deals, notes, tasks, and custom objects. Use when working with Attio CRM data, searching contacts, managing sales pipelines, adding notes to records, creating tasks, or syncing prospect information.
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carlosarturoleon
Connect to Windsor.ai MCP for natural language access to 325+ data sources including Facebook Ads, GA4, HubSpot, Shopify, and more.