chattts_local

v1.0.0

本地 ChatTTS 语音合成技能。使用 ChatTTS 模型将文字转换为自然流畅的中文语音。完全本地运行,免费无需 API Key。支持调节语速、音调、情感。使用场景:(1) QQ 消息语音回复 (2) 文档朗读 (3) 通知提醒语音化 (4) 长文本转语音

0· 60·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description, SKILL.md, and included scripts all implement a local ChatTTS TTS pipeline: a tts.py runner, model-download helpers, and instructions to pip-install ChatTTS/torch/torchaudio. There are no unrelated credentials, binaries, or capabilities requested.
Instruction Scope
SKILL.md instructs running scripts/tts.py and installing dependencies; the scripts auto-install pip packages if missing, set HF_ENDPOINT to a mirror, check/create ~/.openclaw/ChatTTS/models, and download or load models. Behavior stays within TTS scope, but the automatic pip install and automatic model download are actions with side effects the user should be aware of.
!
Install Mechanism
No formal install spec (instruction-only) but provided scripts download model artifacts. The downloads point to https://hf-mirror.com (both via wget in download_models.sh and by setting HF_ENDPOINT in Python). This is a third‑party mirror (not huggingface.co) and is an external network dependency; users should verify/trust the mirror. download_models.sh and download_models.py will write ~500MB into ~/.openclaw/ChatTTS/models and snapshot_download is invoked with force_download=True.
Credentials
The skill declares no required env vars or credentials. The code sets HF_ENDPOINT internally (so no secret is required) and does not access unrelated system credentials or config paths. No excessive env/credential access is requested.
Persistence & Privilege
always is false and the skill does not modify other skills or global agent settings. It creates a model directory under the user's home and may install Python packages, which are typical for a local model skill.
Assessment
This skill appears to do what it says (local ChatTTS). Before installing or running: 1) Verify and trust the mirror (https://hf-mirror.com) used to download model files—prefer official huggingface hosts if possible. 2) Inspect the ChatTTS package (and its source) before allowing automatic pip installs; consider installing dependencies in a virtualenv. 3) Be aware the scripts will download ~500MB to ~/.openclaw/ChatTTS/models and may overwrite/force-download files. 4) If you prefer safer operation, run download scripts manually and review their output, or change HF_ENDPOINT to the official huggingface.co endpoint. 5) If you are uncomfortable with network downloads and auto-install, do not run the scripts or run them in an isolated environment.

Like a lobster shell, security has layers — review code before you run it.

latestvk97e8g5bj78eyyvq2v7n1eyjm183qsmy

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments