โ† Back to Skills Marketplace
dsalfkjaklsdfjqw

Qwen3/Free Text-to-Speech and Voice Cloning

by dsalfkjaklsdfjqw ยท GitHub โ†— ยท v1.0.0 ยท MIT-0
cross-platform โš  suspicious
228
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install qwen3-free-tts
Description
๐Ÿ†“ ๅฎŒๅ…จๅ…่ดน็š„ๆœฌๅœฐๆ–‡ๅญ—่ฝฌ่ฏญ้Ÿณ(TTS)ไธŽๅฃฐ้Ÿณๅ…‹้š†ๆŠ€่ƒฝใ€‚ๅŸบไบŽ Qwen3-TTS-1.7B ๆจกๅž‹๏ผŒๆ”ฏๆŒ Apple Silicon๏ผŒๆ— ้œ€่”็ฝ‘๏ผŒไฟๆŠค้š็งใ€‚ๅฏ็”จไบŽๆœ‰ๅฃฐไนฆๅˆถไฝœใ€AI ่ง’่‰ฒ้…้Ÿณใ€ๆ— ้šœ็ขๅบ”็”จ็ญ‰ๅœบๆ™ฏใ€‚
Usage Guidance
Key things to know before installing: - The skill's documentation loudly claims 'no internet needed', but the demo and install actually download Python packages and a ~3GB model at runtime. Expect network activity and large downloads unless you pre-provide the model locally. - The install script runs the Homebrew install bootstrap (curl | bash) and then brew/pip installs. Review install_dependencies.sh before running and consider running it in a controlled environment (VM/container) if you are unsure. - Inspect the mlx-audio package and where load_model retrieves models from (model hub/URL) โ€” verify license and trustworthiness of the model artifact before use. - If you need true offline operation, ask the skill author for explicit instructions to pre-download and place the model locally (and how to point load_model to local files) instead of allowing automatic downloads. - Make sure you have ~3GB free disk and sufficient RAM; and prefer manual installation steps so you can audit each command. Overall: the package is plausible for its stated function, but the mismatch about 'no internet' and automatic large downloads is a meaningful incoherence โ€” treat this as suspicious and audit the remote sources before running.
Capability Analysis
Type: OpenClaw Skill Name: qwen3-free-tts Version: 1.0.0 The skill bundle provides a legitimate local Text-to-Speech and voice cloning tool for macOS (Apple Silicon) using the mlx-audio library and a Qwen-based model. The installation scripts (install_dependencies.sh, package.json) and the Python demo (voice_cloning_demo.py) perform standard setup and execution tasks consistent with the stated purpose, such as installing dependencies via Homebrew and pip. The documentation in SKILL.md includes comprehensive usage guides and ethical legal disclaimers, with no evidence of malicious intent, data exfiltration, or prompt injection attacks.
Capability Assessment
โš  Purpose & Capability
The manifest and SKILL.md present a local, privacy-first TTS/voice-cloning skill for Apple Silicon. However, the demo code calls load_model('mlx-community/...') which the docs say 'auto-downloads on first run (~3GB)'. The one-click installer pip-installs mlx-audio. Claiming 'no internet needed' is inconsistent with these network-dependent steps.
โš  Instruction Scope
Runtime instructions and the demo script instruct the agent/user to run the install script and to call load_model which triggers large remote downloads. The SKILL.md repeatedly promises no cloud usage, but the instructions require network access to fetch Python packages and model artifacts โ€” this is scope inconsistency (not explicit data exfiltration, but unexpected network activity).
โ„น Install Mechanism
The install script uses standard Homebrew installer (curl from raw.githubusercontent.com) and then brew/pip to install python, ffmpeg, and mlx-audio. These are common but do perform remote downloads. The model download is not provided as a vetted release URL in the package; the model will be pulled by the library at runtime, which is a higher-risk, large remote download even though no opaque shorteners or personal servers are used.
โœ“ Credentials
The skill does not request environment variables, credentials, or config paths. That is proportional to its declared functionality. There is no evidence in the files of attempts to access unrelated secrets.
โœ“ Persistence & Privilege
The skill is not declared always:true and does not request persistent elevated privileges or modify other skills. Installer will add system packages (Homebrew, python), but that is normal for this kind of skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install qwen3-free-tts
  3. After installation, invoke the skill by name or use /qwen3-free-tts
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of free-tts-voice-cloning (v1.0.0) with complete local TTS and voice cloning capabilities. - 100% free, unlimited usageโ€”no API keys or internet connection required; privacy-protected. - Supports high-quality speech synthesis and voice cloning (10โ€“30 sec reference audio), plus 12+ built-in voice templates. - Optimized for Apple Silicon (M1/M2/M3/M4) and macOS 12.0+; easy setup with quick/one-click install options. - Multi-language support: Chinese, English, Japanese, Korean, and more. - Extensive documentation, usage examples, troubleshooting, and best practices included.
Metadata
Slug qwen3-free-tts
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Qwen3/Free Text-to-Speech and Voice Cloning?

๐Ÿ†“ ๅฎŒๅ…จๅ…่ดน็š„ๆœฌๅœฐๆ–‡ๅญ—่ฝฌ่ฏญ้Ÿณ(TTS)ไธŽๅฃฐ้Ÿณๅ…‹้š†ๆŠ€่ƒฝใ€‚ๅŸบไบŽ Qwen3-TTS-1.7B ๆจกๅž‹๏ผŒๆ”ฏๆŒ Apple Silicon๏ผŒๆ— ้œ€่”็ฝ‘๏ผŒไฟๆŠค้š็งใ€‚ๅฏ็”จไบŽๆœ‰ๅฃฐไนฆๅˆถไฝœใ€AI ่ง’่‰ฒ้…้Ÿณใ€ๆ— ้šœ็ขๅบ”็”จ็ญ‰ๅœบๆ™ฏใ€‚ It is an AI Agent Skill for Claude Code / OpenClaw, with 228 downloads so far.

How do I install Qwen3/Free Text-to-Speech and Voice Cloning?

Run "/install qwen3-free-tts" in the OpenClaw or Claude Code chat to install it in one step โ€” no extra setup required.

Is Qwen3/Free Text-to-Speech and Voice Cloning free?

Yes, Qwen3/Free Text-to-Speech and Voice Cloning is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Qwen3/Free Text-to-Speech and Voice Cloning support?

Qwen3/Free Text-to-Speech and Voice Cloning is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Qwen3/Free Text-to-Speech and Voice Cloning?

It is built and maintained by dsalfkjaklsdfjqw (@dsalfkjaklsdfjqw); the current version is v1.0.0.

๐Ÿ’ฌ Comments