qwen3-tts-local-inference
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: qwen3-tts-local-inference Version: 0.0.1 The OpenClaw skill bundle for Qwen3-TTS local inference appears benign. It performs standard operations for a local AI model: setting up a Python virtual environment, installing dependencies from `requirements.txt`, downloading models from Hugging Face Hub using `huggingface_hub.snapshot_download`, and performing text-to-speech inference. User inputs are handled via `argparse` and passed as data to Python functions, with no evidence of shell injection or arbitrary code execution. The `SKILL.md` provides clear, non-malicious instructions for the agent. File system access is limited to creating a venv, downloading models, and saving output WAV files to specified directories, all of which are necessary for its stated purpose.
