Audio Reply
v1.1.0Generate audio replies using TTS. Trigger with "read it to me [public URL]" to fetch and read content aloud, or "talk to me [topic]" to generate a spoken res...
⭐ 4· 2.6k·15 current·15 all-time
by@matrixy
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (local TTS, read public URLs, conversational audio) align with requirements: macOS-only, requires the 'uv' binary, and uses a local MLX Audio model. Requesting a TTS runtime (uv) is appropriate for the stated functionality.
Instruction Scope
SKILL.md instructs the agent to validate and fetch http(s) URLs, extract text, generate TTS via 'uv run', play audio, and clean up temp files. The skill includes explicit safety guardrails (block localhost/RFC1918/private ranges, refuse credential-bearing URLs, summarize long pages). Because this is instruction-only, proper enforcement of those guardrails depends on the agent following them — the instructions are scoped to the stated purpose but rely on the agent to perform correct URL validation and not to leak data.
Install Mechanism
Install spec uses Homebrew to install 'uv' (astral-sh/uv), a known package manager tool; this is an expected, low-risk install mechanism for macOS. No arbitrary download URLs or extracted archives are specified.
Credentials
The skill requests no environment variables, no credentials, and no config paths. This is proportional to a local TTS reader that operates on public web pages and generated text.
Persistence & Privilege
always is false and the skill is user-invocable only. It does not request permanent presence or elevated system configuration changes and does not modify other skills' settings.
Assessment
This skill appears to do exactly what it says: run local TTS on macOS and read public web pages. Before installing: (1) verify you trust the 'uv' package source (install via Homebrew or the official Astral installer), (2) expect a ~500MB model download from Hugging Face the first run and ensure disk space, (3) avoid feeding private/authenticated URLs or secrets (the skill relies on the agent to enforce guardrails), and (4) confirm your environment policy allows external URL fetching. If you need stricter guarantees, review or test the agent's URL-validation implementation and network restrictions before using the "read it to me" feature.Like a lobster shell, security has layers — review code before you run it.
latestvk97d4kmqvcvf5v8hams04hwazh816p92
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🔊 Clawdis
OSmacOS
Binsuv
Install
Install uv (brew)
Bins: uv
brew install uv