← 返回 Skills 市场
Bailian TTS
作者
dadaniya99
· GitHub ↗
· v1.2.0
· MIT-0
116
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install xiaolongxia-bailian-tts
功能描述
百炼 TTS 语音合成,支持多种音色切换,生成高质量中文语音,需配置百炼 API Key。
安全使用建议
This skill appears to be a straightforward TTS client for 百炼/Dashscope: it needs a DASHSCOPE_API_KEY (set via env or passed into generate_tts), calls the remote API, then downloads the audio to a file. Before installing, consider: (1) provide a dedicated, limited-scope API key rather than a high-privilege credential; (2) verify the 'dashscope' package on PyPI (or vendor) so you trust the client library; (3) be aware the skill will download whatever audio URL the API returns — if you have strict network or internal-host protections, run it in an isolated environment; (4) the registry metadata should be updated to declare the required DASHSCOPE_API_KEY so users aren't surprised. If you need higher assurance about the upstream service or package provenance, review the dashscope client implementation and the service's docs before use.
功能分析
Type: OpenClaw Skill
Name: xiaolongxia-bailian-tts
Version: 1.2.0
The skill provides Text-to-Speech functionality using Alibaba's DashScope (Bailian) API. The Python script `scripts/tts.py` implements standard API calls to generate audio from text and safely downloads the resulting file to a local path. No evidence of data exfiltration, malicious execution, or prompt injection was found; the code and documentation (SKILL.md) are consistent with the stated purpose.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the included script all describe TTS via 百炼/Dashscope and require an API key — this is coherent. However, the registry metadata did not list the required environment variable (DASHSCOPE_API_KEY), which is inconsistent with the skill's documented needs.
Instruction Scope
Runtime instructions only perform TTS: call the dashscope API with provided text/voice/model and download the returned audio to a local file. The SKILL.md and script do not instruct reading unrelated files or secrets. Note: the code downloads whatever audio URL the API returns without domain validation, which is expected for this use but could be abused if the upstream API returns attacker-controlled URLs.
Install Mechanism
No install spec; SKILL.md suggests installing 'dashscope' and 'requests' via pip. This is a normal, low-risk approach (no arbitrary downloads or unusual install locations).
Credentials
The script and docs require a single API key (DASHSCOPE_API_KEY), which is proportional to the stated purpose. The registry metadata, however, lists no required env vars or primary credential — that mismatch should be corrected so users know the credential will be needed.
Persistence & Privilege
The skill is not always-enabled, does not claim system-wide changes, and doesn't persist beyond its own files. It can be invoked autonomously (default) but that is normal and not excessive here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xiaolongxia-bailian-tts - 安装完成后,直接呼叫该 Skill 的名称或使用
/xiaolongxia-bailian-tts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
v1.2.0: Production ready with full voice library and documentation
v1.1.0
v1.1.0: Add 50+ voices, dialect support, instruct control
v1.0.0
百炼 TTS 语音合成技能,支持多种音色选择
元数据
常见问题
Bailian TTS 是什么?
百炼 TTS 语音合成,支持多种音色切换,生成高质量中文语音,需配置百炼 API Key。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。
如何安装 Bailian TTS?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiaolongxia-bailian-tts」即可一键安装,无需额外配置。
Bailian TTS 是免费的吗?
是的,Bailian TTS 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Bailian TTS 支持哪些平台?
Bailian TTS 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Bailian TTS?
由 dadaniya99(@dadaniya99)开发并维护,当前版本 v1.2.0。
推荐 Skills