← 返回 Skills 市场
asif2bd

VoiceClaw

作者 Asif · GitHub ↗ · v1.0.6
cross-platform ✓ 安全检测通过
609
总下载
0
收藏
2
当前安装
7
版本数
在 OpenClaw 中安装
/install voiceclaw
功能描述
Local voice I/O for OpenClaw agents. Transcribe inbound audio/voice messages using local Whisper (whisper.cpp) and generate voice replies using local Piper T...
安全使用建议
This skill appears to be what it says: an offline STT/TTS helper that runs local whisper/piper/ffmpeg. Before installing: ensure you obtain whisper, piper, ffmpeg, and voice/model files from trusted sources; verify the model files exist (scripts will error otherwise); note that any one-time model download (documented in README) will contact the network only if you run the manual curl/git commands yourself; review and test the included scripts in a safe environment (they operate on /tmp and local files). If you need absolute assurance, inspect the whisper and piper binaries you will use (third-party native binaries can have their own risks). Finally, be aware of the minor doc mismatch: the project mentions an "auto-download on first use" but the provided scripts do not perform automatic downloads — model provisioning is manual or handled by the underlying whisper/piper install you choose.
功能分析
Type: OpenClaw Skill Name: voiceclaw Version: 1.0.6 The OpenClaw skill 'voiceclaw' is classified as benign. The code and documentation consistently emphasize and implement a 'local-only' approach for speech-to-text and text-to-speech, with no network calls made by the operational scripts (`speak.sh`, `transcribe.sh`). Key security features include robust input sanitization for voice names in `speak.sh` to prevent path traversal, piping text to stdin for Piper TTS to avoid shell injection, and proper temporary file cleanup using `trap cleanup EXIT` in `transcribe.sh`. The `SKILL.md` instructions for the agent are clear and align with the stated purpose, showing no signs of prompt injection attempts. The `SECURITY.md` accurately describes the implemented protections, confirming the absence of data exfiltration, malicious execution, or persistence mechanisms.
能力评估
Purpose & Capability
Name/description (local STT/TTS) matches required binaries (whisper, piper, ffmpeg) and included scripts. Declared env vars (WHISPER_BIN, WHISPER_MODEL, PIPER_BIN, VOICECLAW_VOICES_DIR) are appropriate and optional for locating binaries/models.
Instruction Scope
Runtime instructions and the two scripts operate on local files (input audio, local model files, /tmp) and call only the declared binaries. SKILL.md and README consistently instruct local usage. One minor inconsistency: README/SKILL.md mention the Whisper model may be "auto-downloaded on first use," but the shipped scripts do not perform any automatic download — model download is a manual/optional step documented in README. This is informational rather than a security mismatch.
Install Mechanism
No install spec in registry (instruction-only), so nothing is automatically downloaded or executed by the skill itself. README documents optional manual install routes (git clone, curl from GitHub releases, ClawHub). Those manual commands point to expected project hosts and are not executed by the skill.
Credentials
No credentials or sensitive environment variables are required. Optional env vars relate directly to binary/model paths. The skill does not request unrelated secrets or system config paths.
Persistence & Privilege
Skill is not set to always:true and is user-invocable only. It does not modify other skills or system-wide configs. Scripts write temporary files under /tmp and return output paths; they do not persist credentials or install background services.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install voiceclaw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /voiceclaw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.6
v1.0.6: Complete SKILL.md rewrite — runtime-only content, zero download/URL/install references in body, clean description with no contradictions. Resolves ClawHub scanner suspicious flag.
v1.0.5
v1.0.5: Remove all curl/network references from SKILL.md — setup docs in README only. SKILL.md now 100% network-free, matching zero-network-calls claim. Add proper openclaw metadata frontmatter.
v1.0.4
v1.0.4: Add proper openclaw metadata frontmatter (requires.bins, network:none, env vars). Fix remaining /opt/piper path in example. Resolves ClawHub scanner suspicious flag.
v1.0.3
Fix ClawhHub security flags: portable $HOME paths (not /root/), all env vars declared in scripts + SKILL.md, network claim clarified (scripts=zero calls, curl=setup-only), non-standard frontmatter removed
v1.0.2
Fix ClawhHub security flags: portable paths ($HOME vs /root/), all env vars declared (WHISPER_MODEL, WHISPER_BIN, PIPER_BIN, VOICECLAW_VOICES_DIR), network claim clarified (scripts=zero calls, curl=setup-only), non-standard frontmatter removed
v1.0.1
v1.0.1: Declare binary requirements in frontmatter, remove hardcoded root paths (use env vars), clarify network=none (scripts make zero network calls), strengthen SECURITY.md with full threat model.
v1.0.0
Initial release
元数据
Slug voiceclaw
版本 1.0.6
许可证
累计安装 3
当前安装数 2
历史版本数 7
常见问题

VoiceClaw 是什么?

Local voice I/O for OpenClaw agents. Transcribe inbound audio/voice messages using local Whisper (whisper.cpp) and generate voice replies using local Piper T... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 609 次。

如何安装 VoiceClaw?

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

VoiceClaw 是免费的吗?

是的,VoiceClaw 完全免费(开源免费),可自由下载、安装和使用。

VoiceClaw 支持哪些平台?

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

谁开发了 VoiceClaw?

由 Asif(@asif2bd)开发并维护,当前版本 v1.0.6。

💬 留言讨论