← 返回 Skills 市场
devcsde

Oatda Generate Speech

作者 devcsde · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
54
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力标签
requires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install oatda-generate-speech
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /oatda-generate-speech 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fix: replaced with correct OpenClaw skill format
v1.0.0
Initial release: Text-to-speech via OATDA unified audio API
元数据
Slug oatda-generate-speech
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 54 次。

如何安装 Oatda Generate Speech?

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

Oatda Generate Speech 是免费的吗?

是的,Oatda Generate Speech 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Oatda Generate Speech 支持哪些平台?

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

谁开发了 Oatda Generate Speech?

由 devcsde(@devcsde)开发并维护,当前版本 v1.0.1。

💬 留言讨论