Qwen3 Tts Mlx

PassAudited by ClawScan on May 1, 2026.

Overview

The skill coherently implements local text-to-speech, but users should notice its voice-cloning capability and unpinned external install/model dependencies.

This appears safe for local TTS use. Before installing, make sure you trust the Python/Homebrew packages and the referenced MLX models, and only use the voice-cloning mode with authorized reference audio.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Generated speech could be used to imitate someone’s voice if a reference sample is provided.

Why it was flagged

Voice cloning is a disclosed core feature, but it can create audio that listeners may mistake for a real person.

Skill content
Clone any voice from a short audio sample
Recommendation

Use voice cloning only with permission, label synthetic audio when appropriate, and avoid impersonation or deceptive use.

What this means

The local toolchain depends on external packages and models whose exact versions are not fixed in the artifact.

Why it was flagged

The setup uses unpinned external package/tool installs rather than a locked install specification.

Skill content
pip install mlx-audio
brew install ffmpeg
Recommendation

Install from trusted package sources, consider pinning versions, and review the model/package provenance before use.