← Back to Skills Marketplace
dadaniya99

Bailian TTS

by dadaniya99 · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ Security Clean
116
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install xiaolongxia-bailian-tts
Description
百炼 TTS 语音合成,支持多种音色切换,生成高质量中文语音,需配置百炼 API Key。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xiaolongxia-bailian-tts
  3. After installation, invoke the skill by name or use /xiaolongxia-bailian-tts
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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 语音合成技能,支持多种音色选择
Metadata
Slug xiaolongxia-bailian-tts
Version 1.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Bailian TTS?

百炼 TTS 语音合成,支持多种音色切换,生成高质量中文语音,需配置百炼 API Key。 It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.

How do I install Bailian TTS?

Run "/install xiaolongxia-bailian-tts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Bailian TTS free?

Yes, Bailian TTS is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Bailian TTS support?

Bailian TTS is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Bailian TTS?

It is built and maintained by dadaniya99 (@dadaniya99); the current version is v1.2.0.

💬 Comments