← 返回 Skills 市场
77
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pg-essay-to-audiobook-gtts
功能描述
Google Text-to-Speech (gTTS) for converting text to audio. Use when creating audiobooks, podcasts, or speech synthesis from text. Handles long text by chunki...
安全使用建议
This is a normal how-to for gTTS. Before using: (1) run pip installs inside a virtual environment, (2) install ffmpeg if you plan to use pydub or the ffmpeg concat approach, (3) be aware gTTS sends text to Google’s public TTS endpoints (avoid sending sensitive or confidential text), (4) gTTS is different from Google Cloud Text-to-Speech (no API key) and may be rate-limited or subject to breakage, and (5) review any installed packages' licenses and versions before installing. The skill itself does not request secrets or elevated privileges.
功能分析
Type: OpenClaw Skill
Name: pg-essay-to-audiobook-gtts
Version: 0.1.0
The skill bundle provides standard documentation and Python examples for using the Google Text-to-Speech (gTTS) library and pydub for audio processing. The code in SKILL.md follows best practices for handling long text through chunking and temporary file management, with no evidence of malicious intent, data exfiltration, or prompt injection.
能力标签
能力评估
Purpose & Capability
The name/description match the SKILL.md content: it explains using gTTS and pydub to convert and concatenate audio chunks for long text. Nothing in the instructions requests unrelated services or capabilities.
Instruction Scope
Runtime instructions only demonstrate installing gtts/pydub, chunking text, creating temporary files, generating MP3s, concatenating audio, and cleaning up. The steps operate only on provided text and temporary files and note the need for network access to Google's TTS endpoints; they do not read unrelated system files or environment variables.
Install Mechanism
There is no formal install spec in the registry (instruction-only). SKILL.md recommends 'pip install gtts pydub' and optionally using ffmpeg for concatenation. This is normal but means the user will run package installation locally; ffmpeg is an external binary dependency to be installed separately.
Credentials
No environment variables, credentials, or config paths are requested. The only external interaction is network calls to Google's TTS service (gTTS uses public Google endpoints and does not require an API key), so no secret exposure is requested by the skill itself.
Persistence & Privilege
Skill is not always-enabled, does not request persistent system privileges, and does not modify other skills or agent-wide config. It's an instruction-only skill and can be invoked by the user/agent normally.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pg-essay-to-audiobook-gtts - 安装完成后,直接呼叫该 Skill 的名称或使用
/pg-essay-to-audiobook-gtts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Bulk publish from all-task-skills-dedup
元数据
常见问题
gtts 是什么?
Google Text-to-Speech (gTTS) for converting text to audio. Use when creating audiobooks, podcasts, or speech synthesis from text. Handles long text by chunki... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 77 次。
如何安装 gtts?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pg-essay-to-audiobook-gtts」即可一键安装,无需额外配置。
gtts 是免费的吗?
是的,gtts 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
gtts 支持哪些平台?
gtts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 gtts?
由 lnj22(@lnj22)开发并维护,当前版本 v0.1.0。
推荐 Skills