← 返回 Skills 市场
801
总下载
1
收藏
17
当前安装
1
版本数
在 OpenClaw 中安装
/install tencentcloud-tts
功能描述
腾讯云语音合成(TTS)服务技能包。当用户需要将文本转换为语音文件时使用此技能,支持多种音频格式输出和灵活的配置选项。当用户提到语音合成、文本转语音、TTS服务、音频文件生成时,都应该考虑使用此技能。
安全使用建议
This skill appears to do exactly what it claims: it signs and posts requests to Tencent Cloud's TTS API and saves the returned audio to disk. Before installing or running: 1) only provide Tencent Cloud keys that are scoped for TTS (follow least-privilege), rotate keys if possible, and don't hard-code them; 2) run the included tests/examples locally to verify behavior; 3) be aware the code will write generated audio files and will create .env.template and a check_config.py when running the config helper; and 4) ensure your environment/network allows outbound HTTPS to tts.tencentcloudapi.com. If you need higher assurance, review the signature and HTTP request code locally (scripts/tencent_tts.py) to confirm it matches your security expectations.
功能分析
Type: OpenClaw Skill
Name: tencentcloud-tts
Version: 1.0.0
The skill bundle provides a legitimate implementation of the Tencent Cloud Text-to-Speech (TTS) service. The core logic in `scripts/tencent_tts.py` uses standard Python libraries to perform API Signature v3 authentication and communicates only with the official Tencent endpoint (tts.tencentcloudapi.com). The configuration tools in `config/config_template.py` and documentation in `SKILL.md` emphasize security best practices, such as using environment variables instead of hardcoding secrets, and do not contain any prompt injection or malicious instructions.
能力评估
Purpose & Capability
Name/description (TencentCloud TTS) match the code and SKILL.md. The package only requires Tencent Cloud API keys and implements TextToSpeech functionality (synthesize) targeting tts.tencentcloudapi.com — all expected for this purpose.
Instruction Scope
SKILL.md instructs the agent to set TENCENTCLOUD_SECRET_ID/KEY and to call the synthesize API. Runtime instructions and code only read those credentials and write generated audio files; there are no instructions to read unrelated files, exfiltrate data to third-party endpoints, or perform wide-ranging system queries.
Install Mechanism
No install spec is provided (instruction-only skill). The repository includes Python scripts and examples; dependencies listed are dev/test tools and mostly optional. Nothing is downloaded from arbitrary URLs or added to the system automatically.
Credentials
The skill requests only Tencent Cloud credentials (TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY) and references optional region/token vars in config templates. Those are proportionate to calling the Tencent Cloud TTS API and are declared in the documentation.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide configs. It writes audio output files and generates local template/config/check scripts when run, which is expected for a local TTS client.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tencentcloud-tts - 安装完成后,直接呼叫该 Skill 的名称或使用
/tencentcloud-tts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Tencent Cloud Text-to-Speech (TTS) skill pack initial release:
- Converts text to high-quality speech using Tencent Cloud's TTS service.
- Supports multiple audio formats (MP3, WAV).
- Allows configuration of voice type, audio format, and output file name.
- Uses environment variables for secure API key management.
- Includes example scripts and usage guidance.
元数据
常见问题
TencentCloud TTS 是什么?
腾讯云语音合成(TTS)服务技能包。当用户需要将文本转换为语音文件时使用此技能,支持多种音频格式输出和灵活的配置选项。当用户提到语音合成、文本转语音、TTS服务、音频文件生成时,都应该考虑使用此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 801 次。
如何安装 TencentCloud TTS?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencentcloud-tts」即可一键安装,无需额外配置。
TencentCloud TTS 是免费的吗?
是的,TencentCloud TTS 完全免费(开源免费),可自由下载、安装和使用。
TencentCloud TTS 支持哪些平台?
TencentCloud TTS 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TencentCloud TTS?
由 jizhouli(@jizhouli)开发并维护,当前版本 v1.0.0。
推荐 Skills