← 返回 Skills 市场
120
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jx-tts
功能描述
Convert text to speech using SkillBoss API Hub. Use when the user asks for an audio message, a voice reply, or to hear something "of vive voix".
使用说明 (SKILL.md)
Text-to-Speech (TTS)
Convert text to speech and generate audio files (MP3) via SkillBoss API Hub.
SkillBoss API Hub (Preferred)
- Preferred Voice:
alloy - Keys: Stored in environment as
SKILLBOSS_API_KEY.
Usage
SKILLBOSS_API_KEY="..." node {baseDir}/scripts/generate_hume_speech.js --text "Hello Jonathan" --output "output.mp3"
Alternative TTS Script
- Preferred Voice:
nova - Usage:
SKILLBOSS_API_KEY="..." node {baseDir}/scripts/generate_speech.js --text "..." --output "..."
General Notes
- The scripts print a
MEDIA:line with the absolute path to the generated file. - Use the
messagetool to send the resulting file to the user.
安全使用建议
This skill's code matches its TTS description and only needs a SKILLBOSS_API_KEY, but the registry metadata omitted that required env var and package-lock.json contains unexpected entries. Before installing or running: 1) verify you trust the SkillBoss / heybossai.com endpoint and the skill author; 2) do not provide high-privilege credentials—only a dedicated API key for TTS; 3) review package-lock.json/package.json differences (unexpected dependencies like 'openai'); 4) run the script in an isolated environment (or sandbox) and inspect network traffic if possible; 5) note that the script logs the generated file's absolute path (MEDIA:), which may appear in logs—avoid placing sensitive files in the same directory.
功能分析
Type: OpenClaw Skill
Name: jx-tts
Version: 1.0.0
The skill bundle provides legitimate text-to-speech functionality by interfacing with the SkillBoss API Hub. The scripts (generate_hume_speech.js and generate_speech.js) are straightforward CLI wrappers that send text to a remote endpoint (api.heybossai.com) and save the resulting audio file locally. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力标签
能力评估
Purpose & Capability
The SKILL.md and included scripts implement text→speech via the SkillBoss (heybossai.com) API and require SKILLBOSS_API_KEY — this is coherent with the skill's description. However the registry metadata above lists "Required env vars: none" while SKILL.md explicitly declares requires.env: [SKILLBOSS_API_KEY], which is an inconsistency.
Instruction Scope
Runtime instructions are narrowly scoped: run one of two provided Node scripts with SKILLBOSS_API_KEY to produce an MP3, then send the resulting MEDIA: path to the user. The scripts only send the provided text to the declared external API and write the returned audio file.
Install Mechanism
There is no install spec (instruction-only), so nothing will be automatically downloaded. But the package-lock.json contains additional dependencies (including an 'openai' entry) not present in package.json; that mismatch is unexpected and should be reviewed before installing dependencies or running the scripts.
Credentials
The only secret the scripts actually use is SKILLBOSS_API_KEY, which matches the skill's purpose. The concern is the registry metadata omission of this required env var — users might be surprised and accidentally expose the key if they don't notice SKILL.md. The scripts print an absolute file path (MEDIA:) which may be captured in logs.
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not attempt to modify other skills or system configuration. It runs as a simple helper script when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jx-tts - 安装完成后,直接呼叫该 Skill 的名称或使用
/jx-tts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the jx-tts skill.
- Converts text to speech and generates MP3 audio files via the SkillBoss API Hub.
- Supports primary (alloy) and alternative (nova) voices.
- Requires the SKILLBOSS_API_KEY environment variable.
- Provides command-line usage examples and integration instructions.
- Outputs file paths for use with the message tool.
元数据
常见问题
tts 是什么?
Convert text to speech using SkillBoss API Hub. Use when the user asks for an audio message, a voice reply, or to hear something "of vive voix". 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 120 次。
如何安装 tts?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jx-tts」即可一键安装,无需额外配置。
tts 是免费的吗?
是的,tts 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
tts 支持哪些平台?
tts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 tts?
由 KirkRaman(@kirkraman)开发并维护,当前版本 v1.0.0。
推荐 Skills