← 返回 Skills 市场
266
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install polyphone
功能描述
Fix Chinese polyphone (多音字) mispronunciation in TTS by auto-detecting ambiguous characters and applying pinyin annotations. Use when users complain about wro...
安全使用建议
This skill appears coherent and does what it says, but it sends the text you provide to a third‑party API at senseaudio.cn. Do not send sensitive secrets or private data to the skill unless you trust that service and its API key handling. Make sure you store the SENSEAUDIO_API_KEY securely (use a least‑privilege key and rotate it if possible). Confirm the cloned voice requirement before running (dictionary only works with cloned voices and model SenseAudio-TTS-1.5). Ensure curl, jq, and xxd are available on the host. If privacy is a concern, test with non-sensitive examples and review SenseAudio's privacy/terms before using real user data.
功能分析
Type: OpenClaw Skill
Name: polyphone
Version: 1.0.0
The skill provides a utility for correcting Chinese polyphone pronunciation using the SenseAudio API (api.senseaudio.cn). It is classified as suspicious due to a potential shell injection vulnerability in the SKILL.md file, where user-controlled text and dictionary arrays are inserted directly into a single-quoted curl command template. While the logic is aligned with the stated purpose and no malicious intent was found, the lack of input sanitization in the provided shell instructions poses a security risk. The skill also utilizes xxd for hex-to-binary conversion of API responses, which is a powerful utility but appears to be used legitimately here.
能力评估
Purpose & Capability
Name/description (polyphone fixes for TTS) align with required items: SENSEAUDIO_API_KEY and CLI tools (curl, jq, xxd) are appropriate for calling SenseAudio's API and decoding returned audio. Requiring a cloned voice and the specific model is documented and consistent.
Instruction Scope
SKILL.md stays on task: scanning text for ambiguous characters, prompting for confirmation, building a dictionary, and calling https://api.senseaudio.cn. It instructs saving response.json and decoding audio. Important privacy note: the skill will send user-provided text (potentially sensitive) to senseaudio.cn — this is expected for a remote TTS but worth flagging.
Install Mechanism
No install spec (instruction-only) so nothing is downloaded or written by the skill itself. Required binaries are standard CLI tools and reasonable for the demonstrated curl/jq/xxd workflow.
Credentials
Only one required environment variable (SENSEAUDIO_API_KEY) is declared and used as the bearer token for the SenseAudio API. That is proportionate to the skill's function; no unrelated secrets or config paths are requested.
Persistence & Privilege
always:false and no instructions to modify other skills or system-wide settings. The skill writes/reads a local response.json as part of normal operation, which is consistent with its purpose.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polyphone - 安装完成后,直接呼叫该 Skill 的名称或使用
/polyphone触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of polyphone-aware Chinese TTS pronunciation control.
- Automatically detects ambiguous polyphonic Chinese characters (多音字) in user text.
- Suggests likely pronunciations using context clues, and prompts the user to confirm or adjust them.
- Constructs a pinyin-annotated `dictionary` array to ensure accurate pronunciation in TTS synthesis.
- Requires a cloned voice and the SenseAudio-TTS-1.5 model for dictionary support; reminds users if missing.
- Allows iterative correction: update dictionary entries and re-synthesize as needed.
- Reports applied dictionary items, output file path, duration, and character count after synthesis.
元数据
常见问题
Polyphone TTS 是什么?
Fix Chinese polyphone (多音字) mispronunciation in TTS by auto-detecting ambiguous characters and applying pinyin annotations. Use when users complain about wro... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 266 次。
如何安装 Polyphone TTS?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polyphone」即可一键安装,无需额外配置。
Polyphone TTS 是免费的吗?
是的,Polyphone TTS 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polyphone TTS 支持哪些平台?
Polyphone TTS 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polyphone TTS?
由 scikkk(@scikkk)开发并维护,当前版本 v1.0.0。
推荐 Skills