← 返回 Skills 市场
topmediai

TopMediai TTS

作者 Topmediai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
196
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tts-topmediai
功能描述
TopMediai text-to-speech skill. Supports key entitlement info, voices listing (official + cloned), and text-to-speech generation.
安全使用建议
This skill appears to be what it claims: a thin Python client that sends your text and speaker choices to TopMediai's API. Before installing: (1) Verify you trust the TopMediai service and that sending your text/audio data to that API is acceptable (the skill transmits the text to api.topmediai.com by default). (2) Provide a dedicated API key with minimal permissions if possible. (3) Inspect the included scripts yourself (they are small and readable) before placing your real key in .env. (4) Avoid enabling TOPMEDIAI_DEBUG in production — debug prints partial key metadata to stdout. (5) Ensure you install dependencies (requests, python-dotenv) in a controlled environment. If you want extra assurance, replace TOPMEDIAI_BASE_URL with a verified official endpoint or proxy that you control.
功能分析
Type: OpenClaw Skill Name: tts-topmediai Version: 1.0.0 The skill is a standard implementation for interacting with the TopMediai Text-to-Speech API. It includes functionality for checking API key info, listing voices, and generating speech, with all network requests directed to the legitimate domain (api.topmediai.com). The code follows safe practices, such as masking API keys in debug logs and using standard libraries like requests and python-dotenv (topmediai_tts_api.py).
能力评估
Purpose & Capability
Name/description match the actual behavior: it lists voices, checks API key entitlement, and posts text to TopMediai's /v1/text2speech. Required items (TOPMEDIAI_API_KEY and optional TOPMEDIAI_BASE_URL) are appropriate for this purpose.
Instruction Scope
SKILL.md and plugin.json instruct the agent to run the included Python scripts, read an .env in the skill root for TOPMEDIAI_API_KEY, and call the documented TopMediai endpoints only. There are no instructions to read unrelated files, other credentials, or to exfiltrate data to unexpected endpoints.
Install Mechanism
No install spec; the package is delivered as code files with a minimal requirements.txt (requests, python-dotenv). There are no external downloads or archive extraction steps in the skill itself.
Credentials
The only required secret is TOPMEDIAI_API_KEY (plus an optional TOPMEDIAI_BASE_URL and debug flag). The code only accesses the skill's .env and standard environment variables; no unrelated credentials or system config paths are requested.
Persistence & Privilege
always is false and the skill does not modify other skills or global agent settings. It only reads a .env in its own directory and runs as a local process from the workspace.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tts-topmediai
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tts-topmediai 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of tts-topmediai. - Provides text-to-speech conversion with official and cloned voices. - Includes commands to check API key entitlement and list available voices. - Requires API key configuration before use.
元数据
Slug tts-topmediai
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

TopMediai TTS 是什么?

TopMediai text-to-speech skill. Supports key entitlement info, voices listing (official + cloned), and text-to-speech generation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 196 次。

如何安装 TopMediai TTS?

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

TopMediai TTS 是免费的吗?

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

TopMediai TTS 支持哪些平台?

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

谁开发了 TopMediai TTS?

由 Topmediai(@topmediai)开发并维护,当前版本 v1.0.0。

💬 留言讨论