← Back to Skills Marketplace
1191
Downloads
2
Stars
9
Active Installs
1
Versions
Install in OpenClaw
/install speak
Description
Configure TTS in OpenClaw. Adapt speech output to user preferences.
Usage Guidance
This skill is coherent for adjusting TTS preferences and does not request secrets or install code. Before installing: (1) confirm whether the agent will be permitted to edit skill files or call gateway config.patch (these can change global TTS behavior); (2) if you plan to use OpenAI/ElevenLabs voices, provide API keys only if you trust the agent to use them solely for TTS and confirm where they will be stored; (3) decide whether you want the skill to auto-update preferences or ask for confirmation before persisting changes.
Capability Analysis
Type: OpenClaw Skill
Name: speak
Version: 1.0.0
The OpenClaw 'Speak' skill is designed to configure Text-to-Speech (TTS) settings based on user preferences. It instructs the AI agent to read `config.md` for TTS setup details and `criteria.md` for rules on updating its internal `SKILL.md` state. The `config.md` file mentions `apiKey` fields for TTS providers and the use of `gateway config.patch` to apply configuration changes, which are legitimate functions for a skill of this type. There is no evidence of malicious intent, data exfiltration, unauthorized execution, or prompt injection attempts designed to harm the system or steal information. All instructions and code snippets are directly related to the stated purpose of TTS configuration and adaptation.
Capability Assessment
Purpose & Capability
Name/description (configure/adapt TTS) match the provided materials: SKILL.md instructs the agent to learn user voice preferences and config.md describes TTS providers and settings. Nothing requested (no env vars, binaries, installs) is out of scope for a TTS config helper.
Instruction Scope
Instructions direct the agent to observe user feedback, mirror style, confirm after 2+ signals, and fill compact entries in SKILL.md. Observing conversation history to infer preferences is expected for this purpose. However the instructions imply the agent will write/update preference entries ("Observe and fill") and check config.md/criteria.md; verify whether the agent is allowed to persist edits and what storage is used.
Install Mechanism
No install spec and no code files — instruction-only skill. This is low risk because nothing is downloaded or written by an installer step.
Credentials
Skill declares no required env vars or credentials. config.md documents optional provider API keys (OpenAI/ElevenLabs) as examples; asking for or using such keys would be reasonable for TTS but is not required by the skill itself. If you supply keys, ensure they are limited to TTS use and stored securely.
Persistence & Privilege
always:false (normal). The docs reference applying changes via a gateway config.patch to update TTS settings — that is coherent for a TTS configuration skill but is a system-level operation. Confirm the agent's permissions for making gateway/config changes and where preference entries will be persisted (SKILL.md, a user profile, or system config).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install speak - After installation, invoke the skill by name or use
/speak - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Speak?
Configure TTS in OpenClaw. Adapt speech output to user preferences. It is an AI Agent Skill for Claude Code / OpenClaw, with 1191 downloads so far.
How do I install Speak?
Run "/install speak" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Speak free?
Yes, Speak is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Speak support?
Speak is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Speak?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.
More Skills