← Back to Skills Marketplace
543
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install tts-2
Description
Text-to-speech conversion tool. Use when converting text to speech audio files (opus or mp3 format). Supports macOS native 'say' command and Google TTS (gTTS...
Usage Guidance
This skill's README/example code references a Python package (pywayne.tts) and shows Python and CLI-style usage, but the skill bundle contains no code and offers no install instructions — you would not be able to run the examples as-is. Before installing or using this skill, ask the author to: (1) provide the source code or a pip package name and a trustworthy upstream (PyPI/GitHub release), (2) give explicit install steps (pip install <package> or a link to a release), and (3) clarify the intended CLI invocation if any. Also confirm you are comfortable granting network access for gTTS and that ffmpeg will be installed from a trusted source. If the package is to be installed from an unknown/unverified location, treat that as higher risk because arbitrary code could run on install.
Capability Analysis
Type: OpenClaw Skill
Name: tts-2
Version: 0.1.0
The skill bundle describes a text-to-speech conversion tool that utilizes macOS's native 'say' command, Google TTS (gTTS) service, and ffmpeg for audio conversion. The `SKILL.md` file clearly outlines the purpose, parameters, and behavior of the functions, including expected dependencies and network requirements. There is no evidence of prompt injection attempts against the agent, data exfiltration, unauthorized access, or any other malicious intent within the provided metadata and documentation. The described functionalities (shell execution for 'say' and 'ffmpeg', network access for gTTS) are legitimate and necessary for the stated purpose.
Capability Assessment
Purpose & Capability
The declared purpose (text-to-speech) matches the described behavior (macOS 'say', gTTS, ffmpeg conversion). However, the documentation shows Python calls (from pywayne.tts import ...) and CLI-like commands (text_to_speech_output_opus ...) but the skill bundle contains no code files and no install instructions (no pip package name or how to obtain 'pywayne'). That means the examples can't run as-is and the skill's claimed capability is not deliverable from the provided artifacts.
Instruction Scope
SKILL.md instructs use of a Python module and platform-dependent commands (macOS 'say', gTTS over the network, ffmpeg conversion). It does not ask for unrelated files or credentials, but it implicitly expects the agent/user to have or obtain a 'pywayne.tts' package and ffmpeg/gtts. The Quick Start uses function names as shell commands without clarifying a CLI wrapper. The instructions are therefore vague and grant broad discretion (install/obtain a package from an unspecified source).
Install Mechanism
There is no install spec (instruction-only), which is low-risk from an install perspective. However, the document references dependencies (gtts, ffmpeg, and a Python module 'pywayne') but provides no guidance how to install the Python package or whether it is available on PyPI or elsewhere — a usability/coherence issue rather than an immediate install risk.
Credentials
The skill requests no environment variables or credentials. It does require network access for gTTS and filesystem write permissions for output files, which are proportionate to a TTS tool.
Persistence & Privilege
The skill does not request always:true, does not require persistence, and does not modify other skills or system-wide settings according to the provided files.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tts-2 - After installation, invoke the skill by name or use
/tts-2 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of pywayne-tts – a cross-platform text-to-speech tool.
- Adds functions to convert text to speech audio files in Opus or MP3 formats.
- Supports macOS native 'say' command and Google TTS (gTTS) service.
- Utilizes ffmpeg for format conversion and handles temporary file cleanup.
- Automatic platform detection and prompts for ffmpeg installation if needed.
- Provides clear usage examples and requirements in the documentation.
Metadata
Frequently Asked Questions
What is Pywayne Tts?
Text-to-speech conversion tool. Use when converting text to speech audio files (opus or mp3 format). Supports macOS native 'say' command and Google TTS (gTTS... It is an AI Agent Skill for Claude Code / OpenClaw, with 543 downloads so far.
How do I install Pywayne Tts?
Run "/install tts-2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pywayne Tts free?
Yes, Pywayne Tts is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Pywayne Tts support?
Pywayne Tts is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pywayne Tts?
It is built and maintained by wangyendt (@wangyendt); the current version is v0.1.0.
More Skills