📄 skillActiveExperimentalhigh

qwen3_tts_rs

by second-state

A Rust implementation of the Qwen3 Text-to-Speech (TTS) model inference.

Supported Platforms

🤖 Claude Code

Stars

221

Skill Type

📖 Library & API Reference

Quality Score

45/200

License

Unknown

Forks

36

Last Updated

Jun 11, 2026

Discovered

Apr 24, 2026

Validation

Passed

github.com/second-state/qwen3_tts_rs

Quality Breakdown

45/ 200

Content Signals

â—‹Gotchas/Edge Cases+40
â—‹Progressive Disclosure+30
â—‹Trigger Description+20
â—‹Verification/Safety+20
✓Code Examples+15
â—‹Composability+15

Repo Health

✓Recent Activity+15
â—‹Scripts/Automation+10
✓Real Usage (Issues)+10
✓Single Responsibility+10
â—‹Config/Persistence+10
✓Install Instructions+5

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.

Unverified skill. Always review source code before installing any skill from an unknown author.

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