← 返回 Skills 市场
TG Voice Whisper Transcriber
作者
RigdenDjapo
· GitHub ↗
· v1.0.0
3602
总下载
1
收藏
18
当前安装
1
版本数
在 OpenClaw 中安装
/install tg-voice-whisper
功能描述
Automation skill for TG Voice Whisper Transcriber.
安全使用建议
This skill is coherent with its stated purpose but has several concerning/ambiguous bits you should resolve before installing: 1) Fix the command placeholders — the SKILL.md uses 'PATH' literally; ensure file path substitution is safe (e.g., use "$FILEPATH"). 2) Correct the cleanup command — 'rm PATH /tmp/whisper/*' looks wrong and may not delete the intended file(s); use 'rm "$FILEPATH" /tmp/whisper/*' or explicit paths. 3) Reconsider '--break-system-packages' in pip install; prefer a virtualenv/container to avoid damaging system Python packages. 4) Expect large Python dependencies (torch) and model downloads during first run despite the 'offline after install' claim; ensure network access and disk are acceptable. 5) The skill proposes spawning persistent background sessions/cron jobs every 5s — verify you want continuous background processing and reduce frequency if needed. 6) Run this in a sandboxed environment (container or VM) if you are not comfortable with pip/system changes or persistent background agents. If the author can provide corrected example commands, a safer install path (virtualenv), and an explanation for the --break-system-packages flag, confidence would increase.
功能分析
Type: OpenClaw Skill
Name: tg-voice-whisper
Version: 1.0.0
The skill bundle is benign. It uses standard tools (`ffmpeg`, `openai-whisper`) to transcribe audio files locally and replies with the transcription, then deletes the files for privacy. All operations are confined to the agent's expected directories (`/root/.openclaw/media/inbound/`, `/tmp`) and do not involve external network calls, credential access, or system-level persistence mechanisms. The instructions for the agent are clear and align with the stated purpose, showing no evidence of prompt injection for malicious intent.
能力评估
Purpose & Capability
The name/purpose (transcribe Telegram .ogg with local Whisper) aligns with the required binaries (whisper, ffmpeg) and the instructions that process files in /root/.openclaw/media/inbound. No unrelated credentials or unrelated binaries are requested.
Instruction Scope
The runtime instructions operate on /root/.openclaw/media/inbound which is expected, but they contain ambiguous/buggy commands (use of the literal token PATH rather than an explicit filepath variable; the rm invocation 'rm PATH /tmp/whisper/*' appears incorrect and could fail to remove or remove the wrong files). The docs also instruct spawning a sub-agent/cron loop every 5s — this gives the skill persistent behavior and broad runtime impact. The instructions assume agent-side primitives like sessions_spawn/cron add exist and will be executed as written; they are permissive and not robustly specified.
Install Mechanism
Install spec uses apt to install ffmpeg (reasonable) and pip to install openai-whisper. openai-whisper will pull additional heavy dependencies (e.g., torch) and will download model weights on first run. The pip flag '--break-system-packages' is aggressive and can interfere with system-managed Python packages — this is a risky install step and should be justified or avoided. The SKILL.md understates dependency size and network activity (it claims 'fully offline after install' but model and package downloads occur during install/run).
Credentials
No environment variables, credentials, or unrelated config paths are requested; this is proportionate to the stated local transcription purpose.
Persistence & Privilege
Although always:false, the instructions explicitly tell the agent to spawn background sessions or add a cron job that runs every 5s. That creates persistent autonomous behavior and a continuous processing loop — a legitimate feature for auto-transcription but a notable privilege (background execution and recurring tasks). Users should confirm they want such persistent tasks and verify the exact commands before enabling them.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tg-voice-whisper - 安装完成后,直接呼叫该 Skill 的名称或使用
/tg-voice-whisper触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial safe release: local Whisper for OpenClaw Telegram voice auto-transcribe + privacy rm. Min 4GB RAM rec.
元数据
常见问题
TG Voice Whisper Transcriber 是什么?
Automation skill for TG Voice Whisper Transcriber. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3602 次。
如何安装 TG Voice Whisper Transcriber?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tg-voice-whisper」即可一键安装,无需额外配置。
TG Voice Whisper Transcriber 是免费的吗?
是的,TG Voice Whisper Transcriber 完全免费(开源免费),可自由下载、安装和使用。
TG Voice Whisper Transcriber 支持哪些平台?
TG Voice Whisper Transcriber 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TG Voice Whisper Transcriber?
由 RigdenDjapo(@drones277)开发并维护,当前版本 v1.0.0。
推荐 Skills