Edge Tts Chinese

v2.0.0

Convert Chinese text or files into MP3 audio using Microsoft Edge's neural voices with customizable voice options.

0· 150·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, SKILL.md, and the Python implementation all align: the script reads text (CLI, file, or stdin), calls edge_tts to synthesize speech, and writes an MP3. It does not request unrelated credentials or access.
Instruction Scope
Runtime instructions and code stay within the stated scope (read text, synthesize, write MP3). However SKILL.md/code do not call out that edge_tts performs network calls to Microsoft TTS endpoints and that plaintext will be sent over the network — a privacy consideration the user should be aware of.
Install Mechanism
There is no install spec and no declared dependency list; the code imports the third‑party package edge_tts but does not instruct how to install it (e.g., pip install edge-tts). Lack of an install recipe is not dangerous by itself, but you should install and review the edge-tts package from a trusted source (PyPI/GitHub).
Credentials
The skill requests no environment variables or credentials and the code does not access unrelated config paths or secrets. The default output path (/tmp/edge_tts_chinese.mp3) and reading an arbitrary input file are expected for this utility.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide agent settings, and has no persistent installation steps specified. It runs on demand.
Assessment
This skill appears to do what it claims, but before installing/running: (1) ensure the Python dependency edge-tts is installed from a trusted source (pip install edge-tts) and inspect its repository if you care about supply-chain risk; (2) be aware that the text you synthesize is sent over the network to Microsoft TTS endpoints by edge-tts — avoid sending sensitive secrets or private data; (3) when supplying a --file path, don't point it at sensitive system files; (4) the SKILL.md doesn't include an install step, so add the dependency yourself or run in an environment where edge-tts is preinstalled; and (5) consider running the script in an isolated environment if you are cautious about third-party network activity.

Like a lobster shell, security has layers — review code before you run it.

latestvk971te78ph7tgvcwte0sxbnyed83jczv

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments