← 返回 Skills 市场
MH openai-whisper-api
作者
mohdalhashemi98-hue
· GitHub ↗
· v1.0.0
479
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mh-openai-whisper-api
功能描述
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
使用说明 (SKILL.md)
OpenAI Whisper API (curl)
Transcribe an audio file via OpenAI’s /v1/audio/transcriptions endpoint.
Quick start
{baseDir}/scripts/transcribe.sh /path/to/audio.m4a
Defaults:
- Model:
whisper-1 - Output:
\x3Cinput>.txt
Useful flags
{baseDir}/scripts/transcribe.sh /path/to/audio.ogg --model whisper-1 --out /tmp/transcript.txt
{baseDir}/scripts/transcribe.sh /path/to/audio.m4a --language en
{baseDir}/scripts/transcribe.sh /path/to/audio.m4a --prompt "Speaker names: Peter, Daniel"
{baseDir}/scripts/transcribe.sh /path/to/audio.m4a --json --out /tmp/transcript.json
API key
Set OPENAI_API_KEY, or configure it in ~/.openclaw/openclaw.json:
{
skills: {
"openai-whisper-api": {
apiKey: "OPENAI_KEY_HERE",
},
},
}
安全使用建议
This skill simply uploads a local audio file to OpenAI's transcription endpoint using curl and your OPENAI_API_KEY. Before installing, consider: (1) Privacy — your audio is sent to OpenAI; don't upload sensitive audio unless you're comfortable with OpenAI's handling and retention policies. (2) Keep your OPENAI_API_KEY secret and revoke it if compromised. (3) The SKILL.md mentions storing a key in ~/.openclaw/openclaw.json for convenience, but the script only reads the OPENAI_API_KEY environment variable — ensure you understand how your platform provides keys. (4) Verify network access to api.openai.com and that curl is the expected binary on your system. The included shell script is short, readable, and not obfuscated; no other endpoints or hidden behaviors were found.
功能分析
Type: OpenClaw Skill
Name: mh-openai-whisper-api
Version: 1.0.0
The skill bundle is designed to transcribe audio using the OpenAI Whisper API, a legitimate function. The `SKILL.md` provides clear instructions and examples without any malicious prompt injection attempts. The `scripts/transcribe.sh` script correctly handles user input by properly quoting variables (`"$in"`, `"$out"`, `"${model}"`, etc.) when used in shell commands and by passing parameters to `curl` as form fields (`-F`), which prevents shell injection. There is no evidence of data exfiltration beyond the stated purpose (sending audio to OpenAI), persistence, obfuscation, or other malicious behaviors.
能力评估
Purpose & Capability
Name/description, required binary (curl), required env var (OPENAI_API_KEY), and provided script all align with a Whisper transcription client that calls OpenAI's audio/transcriptions API.
Instruction Scope
SKILL.md and the script only instruct uploading a provided audio file to api.openai.com and writing the response to a local file. The README suggests an alternate place to store the API key (~/.openclaw/openclaw.json) for user convenience, but the script itself only reads OPENAI_API_KEY from the environment. There are no instructions to read arbitrary system files or send data to other endpoints.
Install Mechanism
Instruction-only skill with no install spec and a small helper script; no downloads or extraction steps. This is low-risk from an install perspective.
Credentials
Only OPENAI_API_KEY is required, which is appropriate for calling OpenAI's API. No other credentials, system config paths, or unrelated environment variables are requested. The key is used directly in an Authorization header to call OpenAI — expected behavior.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent system privileges. It does not modify other skills or system configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mh-openai-whisper-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/mh-openai-whisper-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Priority upload batch
元数据
常见问题
MH openai-whisper-api 是什么?
Transcribe audio via OpenAI Audio Transcriptions API (Whisper). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 479 次。
如何安装 MH openai-whisper-api?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mh-openai-whisper-api」即可一键安装,无需额外配置。
MH openai-whisper-api 是免费的吗?
是的,MH openai-whisper-api 完全免费(开源免费),可自由下载、安装和使用。
MH openai-whisper-api 支持哪些平台?
MH openai-whisper-api 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MH openai-whisper-api?
由 mohdalhashemi98-hue(@mohdalhashemi98-hue)开发并维护,当前版本 v1.0.0。
推荐 Skills