← 返回 Skills 市场
javicasper

Transcribe

作者 javicasper · GitHub ↗ · v1.0.2
cross-platform ⚠ suspicious
3984
总下载
2
收藏
39
当前安装
3
版本数
在 OpenClaw 中安装
/install transcribe
功能描述
Transcribe audio files to text using local Whisper (Docker). Use when receiving voice messages, audio files (.mp3, .m4a, .ogg, .wav, .webm), or when asked to transcribe audio content.
安全使用建议
Read the installer before running it. Do not install this version system-wide until the missing scripts/transcribe wrapper is supplied and reviewed, or change the install to a user-local path. If you proceed, expect Docker to fetch external Python/model dependencies during build and verify the language setting before relying on transcripts.
功能分析
Type: OpenClaw Skill Name: transcribe Version: 1.0.2 The skill's `scripts/install.sh` uses `sudo` to copy an executable file named `transcribe` to `/usr/local/bin`. The content of this `scripts/transcribe` file is not provided in the analysis input. Installing an unknown executable with elevated privileges to a system-wide path is a risky capability, as its actual behavior cannot be assessed, leading to a 'suspicious' classification despite the benign nature of the other provided files and stated purpose.
能力评估
Purpose & Capability
The visible artifacts align with local Whisper transcription in Docker and do not show credential access, exfiltration, destructive behavior, or unrelated data collection.
Instruction Scope
Runtime instructions are limited to saving an audio attachment, running a transcribe command, returning text, and cleaning up the temp file; the documented Spanish default can affect transcription accuracy but is disclosed and overrideable.
Install Mechanism
SKILL.md claims a scripts/transcribe wrapper exists, and install.sh uses sudo to copy it to /usr/local/bin/transcribe, but the package contains only SKILL.md and scripts/install.sh. That missing executable makes the install path incomplete and leaves the intended system-wide wrapper unavailable for review.
Credentials
Docker and faster-whisper are proportionate for local transcription, but the build pulls unpinned external dependencies and a model at install time, so the resulting image can vary over time.
Persistence & Privilege
The installer creates a persistent Docker image and attempts a privileged system-wide CLI install under /usr/local/bin. No background service or credential persistence is shown, but the privileged mutation is material given the missing wrapper.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install transcribe
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /transcribe 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Dockerfile embedded in install.sh - fully self-contained
v1.0.1
Fix: include docker folder with Dockerfile
v1.0.0
Initial release: local Whisper transcription via Docker
元数据
Slug transcribe
版本 1.0.2
许可证
累计安装 39
当前安装数 39
历史版本数 3
常见问题

Transcribe 是什么?

Transcribe audio files to text using local Whisper (Docker). Use when receiving voice messages, audio files (.mp3, .m4a, .ogg, .wav, .webm), or when asked to transcribe audio content. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3984 次。

如何安装 Transcribe?

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

Transcribe 是免费的吗?

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

Transcribe 支持哪些平台?

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

谁开发了 Transcribe?

由 javicasper(@javicasper)开发并维护,当前版本 v1.0.2。

💬 留言讨论