← 返回 Skills 市场
2142
总下载
3
收藏
6
当前安装
2
版本数
在 OpenClaw 中安装
/install pocket-tts
功能描述
Generate high-quality English speech offline on CPU using 8 built-in voices or custom voice cloning with Kyutai's Pocket TTS model.
安全使用建议
This skill is coherent with a local TTS tool but note: (1) despite marketing language about being 'fully offline', the first run will download the model from Hugging Face and you must accept a gated model license — that requires Internet access and possibly a Hugging Face account. (2) install.sh will pip-install torch and huggingface_hub (large packages); run in a virtualenv. (3) test.sh references a hardcoded path (/home/clawdbot/...) which is environment-specific — it’s not harmful but may fail on your machine. (4) There is a small bug risk in the included cli.py (uses wavfile.write but doesn't import wavfile alias), so expect occasional runtime errors; review/patch before deploying. If you need strict offline operation, pre-download the model and dependencies and verify the code uses local model files only. Otherwise this skill appears benign.
功能分析
Type: OpenClaw Skill
Name: pocket-tts
Version: 1.0.1
The skill bundle is benign. All files (SKILL.md, install.sh, test.sh, cli.py) are clearly aligned with the stated purpose of providing local text-to-speech functionality using the `pocket-tts` library. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. The `install.sh` script installs standard Python dependencies, and `cli.py` uses `os.system` only for a hardcoded, local command (`pocket-tts serve`) to start a local HTTP server, which is a documented feature and not indicative of malicious intent or arbitrary command execution.
能力评估
Purpose & Capability
Name, SKILL.md, and code all describe a local Pocket TTS integration that loads a Kyutai model via the huggingface hub and exposes CLI and Python usage. The requested files and commands are proportionate to a TTS skill.
Instruction Scope
SKILL.md repeatedly claims 'fully local / offline' but also notes and the code imply an initial model download (uses hf:// URIs and requires accepting a Hugging Face license). test.sh prints a hardcoded path (/home/clawdbot/...) which is environment-specific but not overtly dangerous. The CLI uses os.system('pocket-tts serve') to start a server; otherwise the instructions do not read unrelated secrets or contact unexpected endpoints beyond Hugging Face/GitHub links.
Install Mechanism
There is no registry install spec; included install.sh installs standard Python packages (torch, scipy, huggingface_hub) via pip. No downloads from untrusted URLs or archive extraction are present.
Credentials
The skill declares no required env vars or credentials. It does require the user to accept a gated model license on Hugging Face (may require a Hugging Face account), which is consistent with downloading a gated model. No unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges or modify other skills. It only includes local install/test scripts and a CLI.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pocket-tts - 安装完成后,直接呼叫该 Skill 的名称或使用
/pocket-tts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Update summary with better description
v1.0.0
- Initial release of Pocket TTS Skill.
- Provides fully local, offline text-to-speech using Kyutai’s Pocket TTS model—no API calls required.
- Supports 8 built-in voices plus custom voice cloning from WAV files.
- Features fast CPU-only performance (~6x real-time) and low-latency streaming output.
- Includes CLI and Python API for flexible integration.
- Requires accepting the model license on Hugging Face before installation.
元数据
常见问题
Pocket Tts 是什么?
Generate high-quality English speech offline on CPU using 8 built-in voices or custom voice cloning with Kyutai's Pocket TTS model. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2142 次。
如何安装 Pocket Tts?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pocket-tts」即可一键安装,无需额外配置。
Pocket Tts 是免费的吗?
是的,Pocket Tts 完全免费(开源免费),可自由下载、安装和使用。
Pocket Tts 支持哪些平台?
Pocket Tts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pocket Tts?
由 sherajdev(@sherajdev)开发并维护,当前版本 v1.0.1。
推荐 Skills