← Back to Skills Marketplace
okaris

Text To Speech

by Ömer Karışman · GitHub ↗ · v0.1.5
cross-platform ⚠ suspicious
1602
Downloads
0
Stars
14
Active Installs
2
Versions
Install in OpenClaw
/install text-to-speech
Description
Convert text to natural speech with DIA TTS, Kokoro, Chatterbox, and more via inference.sh CLI. Models: DIA TTS (conversational), Kokoro TTS, Chatterbox, Hig...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install text-to-speech
  3. After installation, invoke the skill by name or use /text-to-speech
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug text-to-speech
Version 0.1.5
License
All-time Installs 14
Active Installs 14
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 1602 downloads so far.

How do I install Text To Speech?

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

Is Text To Speech free?

Yes, Text To Speech is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Text To Speech support?

Text To Speech is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Text To Speech?

It is built and maintained by Ömer Karışman (@okaris); the current version is v0.1.5.

💬 Comments