Edge TTS 儿童配音定制版
Analysis
This TTS skill appears purpose-aligned, but users should notice that it sends text to an external Microsoft TTS service and relies on an external Edge TTS dependency/script.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
生成的配音文件必须直接发送到对话! ... message({ action: "send", path: "生成的音频文件.mp3" })The skill directs the agent to use a messaging/file-send tool to return generated MP3 files automatically. This matches the advertised purpose, but it is still a tool action that shares generated content into the conversation.
"dependencies": {
"edge-tts": "latest"
}The skill declares an unpinned dependency on edge-tts. This is purpose-aligned for TTS, but a moving latest dependency can change over time.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
- 使用 Microsoft Edge 神经语音服务 - 无需 API Key(免费) - 输出 MP3 格式 - 需要网络连接
The artifacts disclose that TTS generation uses Microsoft Edge neural voice service over the network. That is expected for this skill, but user-provided text may leave the local environment for processing.
