CC qwen3-tts
High-quality text-to-speech using Qwen3-TTS. 10 built-in speakers with emotional instruct control, voice cloning (3s of audio), natural-language voice design, 10+ languages, persistent named voices, and delivering audio via Telegram/WhatsApp as native voice messages. Auto-detects GPU hardware (CUDA, ROCm, Intel XPU, CPU).
High-quality text-to-speech using Qwen3-TTS.
As a process C 57/100 · Has gaps — weak spots: when it triggers, inputs and preconditions, consistency
What is at stake
The skill contains fragments that, in the wrong hands, cost money or data. Below: what the installer risks and what the author should do.
The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.
Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.
How to improve
- Address the high-severity findings: each costs 18 safety points. If one is a false positive, add the rule id to guard.allow in spec.yaml.
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 4
-
high Dangerous commands
cmd-pipe-to-shellREADME.md:15Downloads and executes remote code from an unrecognised host (pipe to shell)bash <(curl -fsSL https://raw.githubusercontent.com/daMustermann/claw…tts/main/install.sh)
-
high Dangerous commands
cmd-pipe-to-shellSKILL.md:39Downloads and executes remote code from an unrecognised host (pipe to shell)bash <(curl -fsSL https://raw.githubusercontent.com/daMustermann/claw…tts/main/install.sh)
Medium and low: 2
-
low Dangerous commands
cmd-pipe-to-shell-known-hostinstall.sh:4Pipe-to-shell installer from a well-known host (still executes remote code) (code comment)# or: curl -fsSL https://raw.githubusercontent.com/daMustermann/claw…tts/main/install.sh | bash
comment -
low Exfiltration
exfil-webhook-urlserver/messaging/telegram_sender.py:64Webhook / callback URL commonly used for exfiltration (verify the destination) (the skill's own vendor host; quoted — discussed, not commanded)url = f"https://api.telegram.org/bot{bot_token}/sendVoice"vendor-hostquoted
Files scanned: 24. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-no-whendescription does not say WHEN to use the skill (no "use when") - note
frontmatter-keyunknown frontmatter key "repository" - note
frontmatter-keyunknown frontmatter key "requires"
Process rating: all ten parameters 57/100
- 0Inputs and preconditions. Does not say what the process needs to start
- 20When it triggers. No condition that starts the skill
- 40Consistency. Frontmatter name (qwen3-tts) differs from the folder (claw-qwen3-tts)
- 60Tools and files. Uses tools (bash, web, python) that frontmatter does not declare
- 60Result and completion. Output format stated, no completion criterion
- 70Failures and branches. 4 branches
- 85Steps. 43 steps, 1 vague phrases
- 100Execution cost. Instruction body is 3252 tokens
- 100Running it twice. Mutating operations check current state
- 100Progress reporting. Reports progress
- low The response is described with custom markup (3 tags): a typed call is more reliable
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- -2localhost URLs: will not work for another user
- -32 of 6 scripts are never mentioned in SKILL.md
- +2Single-language instructions
- +3Description length 323: enough signal without eating the budget
- +4Structure: 16 headings
- +3Step-by-step instructions: 43 items
- +3Output format is stated explicitly
- +4Has examples (17 code blocks)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 69.