← Back to Skills Marketplace
devcsde

Oatda Generate Speech

by devcsde · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
54
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install oatda-generate-speech
Description
Generate speech or audio from text using OATDA's unified audio API. Triggers when the user wants to convert text to speech, create narration, voiceovers, acc...
Usage Guidance
This skill appears to do only what it says: call OATDA's speech API. Before installing, confirm you trust oatda.com and inspect ~/.oatda/credentials.json to verify it contains only the OATDA key. If you are cautious, set OATDA_API_KEY in the environment instead of relying on a credentials file, restrict the key's permissions if possible, and avoid pasting the full key into chat or logs. Also test with a limited or expendable key to verify behavior. If your credentials file has unexpected contents or other secrets, do not install/use the skill until you remediate that file.
Capability Analysis
Type: OpenClaw Skill Name: oatda-generate-speech Version: 1.0.1 The skill bundle provides a legitimate interface for generating speech via the OATDA API. It uses standard tools (curl, jq) to interact with oatda.com and includes security-conscious instructions to prevent API key leakage. The file access to ~/.oatda/credentials.json is strictly for credential resolution consistent with the skill's stated purpose.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name and description are TTS-focused and the declared requirements (curl, jq, OATDA_API_KEY, ~/.oatda/credentials.json) are appropriate and expected for calling the OATDA HTTP API and extracting a stored API key.
Instruction Scope
SKILL.md only instructs using curl and jq to call OATDA endpoints and to resolve the API key from either OATDA_API_KEY or ~/.oatda/credentials.json. Reading the local credentials file is expected for convenience, but it's a sensitive operation: ensure the credentials file contains only the OATDA key and that the agent will not print the full key. The jq expression used to extract the key may be brittle if the file format differs.
Install Mechanism
No install spec (instruction-only), so nothing is written to disk or downloaded. This is low risk and appropriate for a simple wrapper around curl/jq.
Credentials
Only a single provider credential (OATDA_API_KEY) and an expected config path are requested. Requiring either an env var or reading ~/.oatda/credentials.json is proportionate to the stated functionality.
Persistence & Privilege
always is false and the skill does not request system-wide changes or modify other skills. Autonomous invocation is allowed by default but combined with the limited scope here it does not raise additional red flags.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install oatda-generate-speech
  3. After installation, invoke the skill by name or use /oatda-generate-speech
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Fix: replaced with correct OpenClaw skill format
v1.0.0
Initial release: Text-to-speech via OATDA unified audio API
Metadata
Slug oatda-generate-speech
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Oatda Generate Speech?

Generate speech or audio from text using OATDA's unified audio API. Triggers when the user wants to convert text to speech, create narration, voiceovers, acc... It is an AI Agent Skill for Claude Code / OpenClaw, with 54 downloads so far.

How do I install Oatda Generate Speech?

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

Is Oatda Generate Speech free?

Yes, Oatda Generate Speech is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Oatda Generate Speech support?

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

Who created Oatda Generate Speech?

It is built and maintained by devcsde (@devcsde); the current version is v1.0.1.

💬 Comments