📄 skillActiveExperimentalhigh
qwen3_tts_rs
by second-state
A Rust implementation of the Qwen3 Text-to-Speech (TTS) model inference.
Supported Platforms
🤖 Claude Code
Quality Breakdown
45/ 200
Content Signals
Repo Health
Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.
Trust & Verification
high
Broad system access required. Carefully review permissions before installing.
Active
Updated within the last 90 days. Actively maintained.
Risk Assessment
- Install script (install.sh) that downloads and executes code automatically without explicit user approval gates
- Bootstrap script (skills/bootstrap.sh) for automated setup and installation
- Persistent config modification via CLAUDE.md file present in repository
- External code execution capability through API server (src/bin/api_server.rs) that could accept remote commands
- Curl piping pattern in README (curl | bash) is a known high-risk installation method
- Multiple binary entrypoints (tts, voice_clone, api_server) that interact with system audio and network resources