← 返回 Skills 市场
okaris

Text To Speech

作者 Ömer Karışman · GitHub ↗ · v0.1.5
cross-platform ⚠ suspicious
1602
总下载
0
收藏
14
当前安装
2
版本数
在 OpenClaw 中安装
/install text-to-speech
功能描述
Convert text to natural speech with DIA TTS, Kokoro, Chatterbox, and more via inference.sh CLI. Models: DIA TTS (conversational), Kokoro TTS, Chatterbox, Hig...
安全使用建议
This skill appears to be a simple wrapper around the inference.sh CLI (TTS) and is not obviously malicious, but there are a few practical risks to consider before installing or invoking it: - Avoid blindly running curl https://cli.inference.sh | sh. Instead, fetch the installer script first, inspect it, and run it only after review. The example command executes remote code without local verification. - The SKILL.md claims checksum verification, but the provided example does not perform an explicit checksum check. If you install, verify the downloaded binary's SHA-256 against the project-provided checksums (https://dist.inference.sh/cli/checksums.txt) before executing. - Expect to authenticate to inference.sh (infsh login). The skill metadata does not declare required credentials or tokens, so be prepared that the CLI will request/store credentials locally and communicate with external servers. - If you have sensitive data or a high-security environment, consider running the installer and CLI inside a sandboxed VM or container and limit network access until you've vetted the service and its privacy policy. - Verify the inference.sh domain and project reputation (source code, repo, or official docs) before trusting it with your content and credentials. If you want a lower-risk option, look for a skill that uses a pre-approved package manager install or one that declares required credentials up front and provides reproducible verification steps.
功能分析
Type: OpenClaw Skill Name: text-to-speech Version: 0.1.5 The skill is classified as suspicious due to the use of `curl -fsSL https://cli.inference.sh | sh` for installing the `infsh` CLI in `SKILL.md`. While this is a common installation method for CLI tools and the documentation attempts to reassure about its safety, executing a remote script directly via `curl | sh` introduces a significant supply chain vulnerability. If `cli.inference.sh` were compromised, it could lead to arbitrary code execution on the agent's system, representing a critical RCE risk without clear malicious intent from the skill itself.
能力评估
Purpose & Capability
Name, description, and examples consistently target text-to-speech via the inference.sh CLI and its infsh/* apps. Nothing in the SKILL.md attempts to perform unrelated tasks.
Instruction Scope
The runtime instructions tell the agent to run an installer by piping https://cli.inference.sh into sh (curl | sh) and to run infsh login. That executes remote code and initiates an authentication flow; the doc does not show local verification steps in the provided command. While using a remote CLI is coherent for this skill, executing an un-audited install script is risky and the SKILL.md's example command does not itself perform checksum verification despite a claim that the install verifies checksums.
Install Mechanism
There is no registry install spec, but the instructions direct users to download and run a script from cli.inference.sh which fetches binaries from dist.inference.sh. Piping a remote script to sh is a high-risk install method. The README claims checksum verification is performed, but the example curl | sh command does not include an explicit checksum verification step; this is a provenance/verification gap.
Credentials
The skill declares no required environment variables or credentials, but the instructions call out 'infsh login' (an authentication step). The skill omits declaring what credentials or tokens the CLI will require/store. That mismatch means the skill will prompt for or persist credentials outside of the registry metadata — users should expect to authenticate to the external service.
Persistence & Privilege
The skill itself does not request always-on presence or special agent privileges. However, the recommended installer will create a CLI binary and the login flow will likely store tokens locally — normal for a CLI but worth noting because the registry metadata does not describe those side-effects.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install text-to-speech
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /text-to-speech 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.5
- Added detailed feature descriptions, available models, and example commands for using text-to-speech with inference.sh CLI. - Expanded documentation to cover advanced options like voice cloning, expressive speech, podcast generation, and conversational TTS. - Introduced installation notes and security overview for the CLI install script. - Included use cases and guidance for combining speech with AI avatar video generation. - Listed related skills and resources for broader AI audio/video workflows.
v0.1.0
Initial release of the text-to-speech skill. - Provides natural speech synthesis using DIA TTS, Kokoro, Chatterbox, Higgs Audio, and VibeVoice models via inference.sh CLI. - Supports features like voice cloning, multi-speaker dialogue, podcast generation, and expressive/emotional speech. - Suitable for voiceovers, audiobooks, podcasts, accessibility, IVR, and video narration. - Includes guided CLI setup, usage examples, model selection, and integration tips for combining with video avatars. - Offers links to documentation and related skills for broader audio and video workflows.
元数据
Slug text-to-speech
版本 0.1.5
许可证
累计安装 14
当前安装数 14
历史版本数 2
常见问题

Text To Speech 是什么?

Convert text to natural speech with DIA TTS, Kokoro, Chatterbox, and more via inference.sh CLI. Models: DIA TTS (conversational), Kokoro TTS, Chatterbox, Hig... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1602 次。

如何安装 Text To Speech?

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

Text To Speech 是免费的吗?

是的,Text To Speech 完全免费(开源免费),可自由下载、安装和使用。

Text To Speech 支持哪些平台?

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

谁开发了 Text To Speech?

由 Ömer Karışman(@okaris)开发并维护,当前版本 v0.1.5。

💬 留言讨论