← Back to Skills Marketplace
801
Downloads
1
Stars
17
Active Installs
1
Versions
Install in OpenClaw
/install tencentcloud-tts
Description
腾讯云语音合成(TTS)服务技能包。当用户需要将文本转换为语音文件时使用此技能,支持多种音频格式输出和灵活的配置选项。当用户提到语音合成、文本转语音、TTS服务、音频文件生成时,都应该考虑使用此技能。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tencentcloud-tts - After installation, invoke the skill by name or use
/tencentcloud-tts - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is TencentCloud TTS?
腾讯云语音合成(TTS)服务技能包。当用户需要将文本转换为语音文件时使用此技能,支持多种音频格式输出和灵活的配置选项。当用户提到语音合成、文本转语音、TTS服务、音频文件生成时,都应该考虑使用此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 801 downloads so far.
How do I install TencentCloud TTS?
Run "/install tencentcloud-tts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TencentCloud TTS free?
Yes, TencentCloud TTS is completely free (open-source). You can download, install and use it at no cost.
Which platforms does TencentCloud TTS support?
TencentCloud TTS is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TencentCloud TTS?
It is built and maintained by jizhouli (@jizhouli); the current version is v1.0.0.
More Skills