← 返回 Skills 市场
Zyt tts voice clone
作者
zuoyuting214
· GitHub ↗
· v0.4.0
· MIT-0
189
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install zyt-tts-voice-clone
功能描述
Use Chanjing TTS API to synthesize speech from text, using user-provided voice
安全使用建议
This skill appears to do what it says: it uses your Chanjing app_id/secret_key (stored in ~/.chanjing/credentials.json or $CHANJING_CONFIG_DIR/credentials.json) to obtain an access token and call the TTS APIs. Before installing: 1) only provide app_id/secret_key that you trust and do not reuse unrelated high-privilege secrets; 2) be aware the skill will create/update ~/.chanjing/credentials.json and cache an access_token there (the script attempts to set restrictive file permissions); 3) CHANJING_AUTO_OPEN_LOGIN=1 can cause the login page to open in your browser — leave unset if you don't want that; 4) confirm the Chanjing service and its privacy/usage terms are acceptable for any sensitive audio or cloned voices; and 5) if you want to avoid local files, consider storing credentials in a secure vault rather than a plain file.
功能分析
Type: OpenClaw Skill
Name: zyt-tts-voice-clone
Version: 0.4.0
The skill provides a standard interface for the Chanjing TTS (Voice Clone) API. The authentication logic in `scripts/_auth.py` follows security best practices by setting restrictive file permissions (0o600) on the local credentials file (`~/.chanjing/credentials.json`) and only communicates with the legitimate service domain `open-api.chanjing.cc`. No evidence of data exfiltration, malicious execution, or prompt injection was found in the provided files.
能力评估
Purpose & Capability
The name and description (Chanjing TTS voice cloning) match the actions in SKILL.md and scripts/_auth.py: obtaining an access token using app_id/secret_key, creating voices from a reference URL, polling tasks, and downloading audio. Nothing requested or implemented appears unrelated to TTS.
Instruction Scope
Runtime instructions operate only against the declared Chanjing endpoints and a local credentials file (~/.chanjing/credentials.json or $CHANJING_CONFIG_DIR/credentials.json). They describe polling and downloading the generated audio and do not instruct reading other unrelated files or contacting unexpected endpoints.
Install Mechanism
There is no install spec and no network downloads or extracted archives. The only shipped code is a small auth helper (scripts/_auth.py). This is a low-risk, instruction-only footprint.
Credentials
No platform environment variables are required by default, but the skill reads/writes credentials from a local config file (app_id, secret_key) and will cache access_token/expire_in there. It supports CHANJING_CONFIG_DIR to override the config path and CHANJING_AUTO_OPEN_LOGIN to optionally open the login page. The requested access (local API credentials and token cache) is proportionate to the stated purpose, but be aware of where you store those credentials.
Persistence & Privilege
always:false and agent-autonomy defaults are normal. The skill writes/updates its own config file (~/.chanjing/credentials.json) and tries to set restrictive permissions; it does not modify other skills or system-wide settings. Persisting an access_token on disk is expected for this workflow but is a persistent artifact to consider.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zyt-tts-voice-clone - 安装完成后,直接呼叫该 Skill 的名称或使用
/zyt-tts-voice-clone触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.4.0
Initial publish.
v0.3.0
Initial publish.
v0.2.0
Initial publish.
v0.1.0
Initial publish.
元数据
常见问题
Zyt tts voice clone 是什么?
Use Chanjing TTS API to synthesize speech from text, using user-provided voice. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 189 次。
如何安装 Zyt tts voice clone?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zyt-tts-voice-clone」即可一键安装,无需额外配置。
Zyt tts voice clone 是免费的吗?
是的,Zyt tts voice clone 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Zyt tts voice clone 支持哪些平台?
Zyt tts voice clone 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Zyt tts voice clone?
由 zuoyuting214(@zuoyuting214)开发并维护,当前版本 v0.4.0。
推荐 Skills