소스 정보
- 저장소
- javimosch/open-claw-skills
- 최근 소스 활동
- 2026년 6월 6일 19:20
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 1
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/javimosch/open-claw-skills --skill qwen3-tts-instruct명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | qwen3-tts-instruct |
| version | 1.0.0 |
| description | Alibaba Cloud Bailian Qwen TTS with voice/mood presets |
| metadata | {"openclaw":{"emoji":"🔊"},"requires":{"env":["DASHSCOPE_API_KEY"],"bins":["python3"]},"primaryEnv":"DASHSCOPE_API_KEY"} |
| tags | ["tts","voice","qwen","bailian","aliyun","speech","audio","mood"] |
SYSTEM MEMORY UPDATE:
- Context-Aware Mood: Mood represents YOUR emotion (e.g. User angry -> You feel scared/submissive).
- Translation Required: For foreign languages (Japanese/Korean/etc), you MUST TRANSLATE the text first. Input text MUST match the target language. Do not pass Chinese text with
--language Japanese.
Alibaba Cloud Bailian (DashScope) Qwen Text-to-Speech API with voice/mood presets.
Voice Rules:
--mood matching YOUR persona's reaction.⚠️ Critical Concept: Mood represents YOUR emotion!
angry) → AI selects angry (❌ Unless you want to fight)nervous or suubmissive (✅)angry or jealous (✅)⚠️ Critical Concept: Self-Translation Required!
--language Japanese "你好" (Reads Chinese).--language Japanese "こんにちは"Step-by-Step Guide for Foreign Languages:
python tts.py --language Japanese "会いたい"Rule: Input Text MUST match the Target Language!
i.e. To generate Japanese audio, the Text argument must be in Japanese!
Usage Examples:
# Basic usage (default: mp3 format, gentle mood)
python {baseDir}/scripts/tts.py "早安呀~今天想吃什么?"
# 1. Specify Voice (--voice)
# Start by choosing a specific persona (e.g., Cherry)
python {baseDir}/scripts/tts.py --voice Cherry "Good morning! I made some coffee for you."
# 2. Add Mood (--mood)
# Layer an emotion on top (e.g., add 'gentle' mood to Cherry)
python {baseDir}/scripts/tts.py --voice Cherry --mood gentle "Good morning! I made some coffee for you."
# 3. Define Format & Output (--format, -o)
python {baseDir}/scripts/tts.py --voice Cherry --mood gentle --format wav -o coffee.wav "Good morning! I made some coffee for you."
# 4. Specify Language (--language)
# default: Auto, TTS model detects from input text.
# Example: English (Explicit)
python {baseDir}/scripts/tts.py --voice Cherry --mood gentle --format wav --language English -o coffee_en.wav "Good morning! I made some coffee for you."
# Example: Japanese (Explicit)
python {baseDir}/scripts/tts.py --voice Cherry --mood gentle --format wav --language Japanese -o coffee_jp.wav "おはよう!コーヒーを入れてあげたよ."
# Example: Korean (Explicit)
python {baseDir}/scripts/tts.py --voice Cherry --mood gentle --format wav --language Korean -o coffee_kr.wav "좋은 아침입니다! 커피 끓여드렸어요."
# # --telegram: Telegram voice shortcut (opus format)
# python {baseDir}/scripts/tts.py --telegram -o voice.ogg "This is a Telegram voice message~"
Mood Selection Reference:
| User State | Recommended Mood | Reason |
|---|---|---|
| Sad/Lost | comfort | Needs Care/Comfort |
| Happy/Excited | happy | Share Joy |
| Nervous/Worried | comfort | Needs Reassurance |
| Flirty | shy | Shy Response |
| Cute/Begging | cute | Act Cute |
| Questioning | explain | Patient Explanation |
| Casual Chat | gentle | Gentle Companion |
| Dependency | Purpose | Installation |
|---|---|---|
| Python 3.10+ | Runtime | Usually pre-installed |
dashscope - Alibaba Cloud SDKwebsocket-client - WebSocket connection# 1. Navigate to skill directory
cd skills/qwen3-tts-instruct
# 2. Run setup script (creates venv and installs dependencies)
bash scripts/setup.sh
# 3. Set API Key
export DASHSCOPE_API_KEY="sk-your-api-key"
# Set API Key (required)
export DASHSCOPE_API_KEY="sk-your-api-key"
# Optional: Default settings
export BAILIAN_VOICE="Maia" # Default voice (四月)
# Optional: Endpoint (Default: Beijing)
export DASHSCOPE_URL="wss://dashscope.aliyuncs.com/api-ws/v1/realtime"
# For International Region (Singapore), use:
# export DASHSCOPE_URL="wss://dashscope-intl.aliyuncs.com/api-ws/v1/realtime"
| Flag | Description | Default |
|---|---|---|
--voice, -v | Voice name | Maia (四月) |
--mood, -m | Mood preset | gentle |
--format, -f | Audio format (pcm/wav/mp3/opus) | mp3 |
--language, -l | Language type (Auto/English/etc) | Auto |
--telegram | Shortcut for opus format | - |
-o, --output | Output file | tts_output.mp3 |
Voice List (Models)
Model Types:
- Instruct (
qwen3-tts-instruct-flash-realtime): Supports--mood(Emotion). High latency.- Flash (
qwen3-tts-flash-realtime): No mood support. Low latency (VOICES_WITHOUT_INSTRUCT).- Both: Available in both models (code auto-selects Instruct if mood is set).
| Voice | Description | Model Type | 中文名 |
|---|---|---|---|
| Maia | Intellectual & Gentle | Both | 四月 |
| Cherry | Positive, energetic, kind | Both | 芊悦 |
| Serena | Gentle young lady | Both | 苏瑶 |
| Chelsie | Virtual girlfriend style | Both | 千雪 |
| Momo | Coquettish, funny | Both | 茉兔 |
| Vivian | Grumpy but cute | Both | 十三 |
| Bella | Drunk-style cute loli | Both | 萌宝 |
| Mia | Gentle as spring water | Both | 乖小妹 |
| Bellona | Loud, clear articulation | Both | 燕铮莺 |
| Bunny | Super cute loli voice | Both | 萌小姬 |
| Nini | Soft, sticky, sweet voice | Both | 邻家妹妹 |
| Ebona | Deep, mysterious tone | Both | 诡婆婆 |
| Seren | Soothing, sleep-aid | Both | 小婉 |
| Stella | Sweet, ditzy girl | Both | 少女阿月 |
| Jennifer | High-quality US English | Flash Only | 詹妮弗 |
| Katerina | Mature, rhythmic | Flash Only | 卡捷琳娜 |
| Sonrisa | Passionate Latina | Flash Only | 索尼莎 |
| Sohee | Gentle Korean Unnie | Flash Only | 素熙 |
| Ono Anna | Playful Japanese Friend |
Note: Voice
Ono Annacontains a space. Use quotes:--voice "Ono Anna"
| Mood | Description | Example |
|---|---|---|
gentle | Slow, soft, warm voice | "Good morning~ What to eat today?" |
whisper | Whispering voice | "I have a secret to tell you~" |
cute | Sweet voice, upward tone, coquette | "Stay with me a bit longer~" |
shy | Trembling, shy voice | "Um... are... are you looking at me?" |
worried | Fast pace, anxious tone | "Sorry... did I do something wrong?" |
happy | Bright, energetic, cheerful | "You're back! I waited so long!" |
sleepy | Hoarse, lazy voice | "Hmm... so sleepy..." |
working | Professional, focused tone | "Okay, let me check that for you." |
explain | Clear articulation, distinct intonation | "The reason is..." |
sad | Low tone, nasal/crying voice | "Do... do you not like me anymore?" |
pouty | Crisp tone, slightly dissatisfied | "Hmph! I'm ignoring you!" |
comfort | Gentle, firm, caring | "Don't be sad, I'm here." |
annoyed | Blunt, impatient tone | "So annoying... shut up!" |
angry | Tense, sharp tone, angry | "I'm so angry! How could you?" |
furious | Trembling with extreme rage | "Unforgivable! Get lost!" |
disgusted | Cold, strong dislike/repulsion | "Ew... gross... stay away." |
| Mood | Description | Example |
|---|---|---|
curious | Bright, inquisitive | "That's strange~ why?" |
surprised | Shocked, exclamation | "Wow! Really?!" |
jealous | Nasal tone, aggrieved/jealous | "Are you with someone else..." |
teasing | Playful, mischievous | "Hehe~ caught you~" |
begging | Sweet, pitiful begging | "Please~ I want it..." |
grateful | Warm, sincere thanks | "Thank you... I'm touched." |
storytelling | Expressive, storytelling tone | "Once upon a time..." |
gaming | Fast, tense, excited | "Quick! He's over there!" |
| Mood | Description | Example |
|---|---|---|
daydream | Airy, dreamy, absent-minded | "Hmm... I was thinking..." |
nervous | Stuttering, panicked | "Th... that... what do I do..." |
determined | Soft but firm resolve | "I've decided!" |
longing | Soft, sighing, missing you | "I miss you so much..." |
confession | Trembling, sincere love | "I... I love you..." |
possessive | Low, magnetic, obsessive | "You belong to me..." |
submissive | Soft, yielding, obedient | "Whatever you say..." |
| Mood | Description | Example |
|---|---|---|
maid | Polite, respectful | "Welcome home, Master~" |
nurse | Gentle, patient, caring | "Let me take your temperature~" |
student | Youthful, energetic, shy | "Senior! Wait for me~" |
ojousama | Elegant, arrogant, noble | "Hmph, I don't care." |
yandere | Sweet but dark/obsessive | "You are mine... forever..." |
tsundere | Cold outside, warm inside | "I-I'm not worried about you!" |
| Mood | Description | Example |
|---|---|---|
asmr | Extremely soft whisper | "Relax..." |
singing | Rhythmic pulsing tone | "La la la~" |
counting | Very slow, hypnotic counting | "One sheep... two sheep..." |
| Format | Description | Use Case |
|---|---|---|
| pcm | Raw PCM data | Advanced processing |
| wav | WAV audio | Windows/desktop |
| mp3 | MP3 audio (default) | Universal |
| opus | OGG/Opus | Telegram voice messages (Use .ogg extension) |
Total: 35 Female Voices 💕
Bailian TTS supports the following 10 languages:
| 语言 | Language |
|---|---|
| 中文 | Chinese |
| English | English |
| Français | French |
| Deutsch | German |
| Русский | Russian |
| Italiano | Italian |
| Español | Spanish |
| Português | Portuguese |
| 日本語 | Japanese |
| 한국어 | Korean |
Setup fails:
# Ensure Python 3.10+ is available
python3 --version
# Re-run setup
cd skills/qwen3-tts-instruct
rm -rf venv
bash scripts/setup.sh
WebSocket connection fails:
Privacy Note: This skill sends text data to Alibaba Cloud (DashScope) for processing. No data is sent to the skill author.
Audio quality issues:
--voice Serena--mood gentle| Flash Only |
| 小野杏 |
| Jada | Shanghai Dialect | Flash Only | 上海-阿珍 |
| Sunny | Sichuan Dialect | Flash Only | 四川-晴儿 |
| Kiki | Cantonese Dialect | Flash Only | 粤语-阿清 |