qwen3-tts-local-inference
PassAudited by ClawScan on Feb 18, 2026.
Overview
The files, instructions, and dependencies match the stated purpose (local Qwen3-TTS inference); nothing requests unrelated credentials or hidden access.
This skill appears to do what it says: local Qwen3-TTS inference with optional model downloading from Hugging Face. Before running: (1) Inspect the included scripts (you have them) and run setup.sh only if you trust the qwen-tts package — pip installs run third-party code at install time. (2) Model downloads can be very large and will be stored on disk; ensure you have space and bandwidth. (3) If you care about provenance, verify the Hugging Face model IDs and the qwen-tts package source before installing (private models may require a HF token). (4) Run in an isolated environment (the provided venv) rather than system Python. Overall the package is internally consistent with its stated purpose.
