← 返回 Skills 市场
tobeyrebecca

tts

作者 TobeyRebecca · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
84
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install toby-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".
安全使用建议
Before installing or running this skill: - Verify you trust the SkillBoss / heybossai.com service. Any text you send will be posted to that external API with your SKILLBOSS_API_KEY. - Provide only a dedicated API key with minimal permissions if possible; avoid using a key with broad account access. - Be aware the skill expects Node (ESM) and the commander package; the registry metadata doesn't declare Node as required and there's no install step — ensure your agent environment already has a compatible Node runtime and dependencies or examine/modify the scripts to run safely. - The package-lock.json contains many packages (including an 'openai' entry) that the scripts do not use; do not blindly run npm install in an elevated environment without reviewing the lockfile. - If you plan to convert sensitive text, review the API provider's privacy policy and consider running TTS with a local or fully-audited provider instead. - If you need full assurance, ask the skill author to correct the metadata (declare SKILLBOSS_API_KEY and required runtime), provide a minimal package-lock, or publish a clear install script that only pulls known, necessary dependencies.
功能分析
Type: OpenClaw Skill Name: toby-tts Version: 1.0.0 The skill bundle provides text-to-speech functionality by interfacing with the SkillBoss API (api.heybossai.com). The scripts generate_hume_speech.js and generate_speech.js take text input and save the resulting audio to a specified path using standard Node.js file system operations. The code is transparent, lacks obfuscation, and performs only the actions described in the documentation without any evidence of malicious intent or unauthorized data access.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The name/description (TTS via SkillBoss API Hub) aligns with the included scripts: both scripts POST text to https://api.heybossai.com/v1/pilot and write an MP3 file. However, the registry metadata at the top of the report lists no required env vars or required binaries, while SKILL.md and the scripts require SKILLBOSS_API_KEY and assume Node is available — this metadata mismatch is inconsistent.
Instruction Scope
SKILL.md limits runtime actions to invoking the provided Node scripts with SKILLBOSS_API_KEY, generating audio, and printing a MEDIA: path. The scripts only POST to the SkillBoss API and write an output file; they do not read other local files or additional environment variables. No unexpected remote endpoints are used beyond api.heybossai.com.
Install Mechanism
There is no install specification (instruction-only), yet the skill includes Node scripts and a package-lock.json/package.json. The registry metadata did not declare Node or any required binaries. The scripts rely on Node's runtime (ESM import syntax and global fetch) and the commander package; without an explicit install step, the environment may lack dependencies. The package-lock.json contains many packages (including an 'openai' entry) that are not used by the scripts; that is unusual but not directly malicious — it is messy and could confuse auditing or cause unexpected installs if someone runs npm install blindly.
Credentials
The only secret the SKILL.md requires is SKILLBOSS_API_KEY, which is appropriate for a TTS integration. But the top-level metadata did not declare this required env var or a primary credential, creating an inconsistency. Also note: providing the API key will send the text you convert to an external service (heybossai.com), so sensitive or private text would be transmitted to that third party.
Persistence & Privilege
The skill does not request permanent/always-on presence (always: false) and does not modify other skills or global agent settings. It appears to run only when invoked and only writes the generated audio file to disk.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install toby-tts
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /toby-tts 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the toby-tts skill. - Converts text to speech and generates MP3 audio files using the SkillBoss API Hub. - Supports "audio message", "voice reply", or "hear something" requests. - Requires SKILLBOSS_API_KEY for API access. - Provides a preferred voice option and command-line usage examples. - Includes notes on output handling and sending audio files to users.
元数据
Slug toby-tts
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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 插件,目前累计下载 84 次。

如何安装 tts?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install toby-tts」即可一键安装,无需额外配置。

tts 是免费的吗?

是的,tts 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

tts 支持哪些平台?

tts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 tts?

由 TobeyRebecca(@tobeyrebecca)开发并维护,当前版本 v1.0.0。

💬 留言讨论