← 返回 Skills 市场
aceundefeated

Aj Openai Whisper

作者 aceundefeated · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
153
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install aj-openai-whisper
功能描述
Local speech-to-text with the Whisper CLI (no API key).
使用说明 (SKILL.md)

Whisper (CLI)

Use whisper to transcribe audio locally.

Quick start

  • whisper /path/audio.mp3 --model medium --output_format txt --output_dir .
  • whisper /path/audio.m4a --task translate --output_format srt

Notes

  • Models download to ~/.cache/whisper on first run.
  • --model defaults to turbo on this install.
  • Use smaller models for speed, larger for accuracy. \r
安全使用建议
This skill appears to be what it says: a thin instruction layer for using a local 'whisper' CLI. Before installing or running it: (1) verify the Homebrew formula origin (run 'brew info openai-whisper' and inspect the formula or the tap) to ensure you're installing from a trusted source; (2) expect the model files to be downloaded to ~/.cache/whisper on first run — downloads can be large and require network access and disk space; (3) confirm the 'whisper' implementation's behavior (which hosts it downloads models from) if you need offline-only operation; (4) note the SKILL.md mentions a '--model' default of 'turbo', which is likely incorrect — verify the model names supported by the installed 'whisper' binary; (5) because transcription processes audio data, avoid running it on highly sensitive audio on an untrusted machine or without verifying the binary. If you want greater assurance, install Whisper manually from the official upstream repository or inspect the Homebrew formula before proceeding.
功能分析
Type: OpenClaw Skill Name: aj-openai-whisper Version: 1.0.0 The skill is a straightforward wrapper for the legitimate OpenAI Whisper CLI tool, facilitating local speech-to-text transcription. It uses standard installation procedures via Homebrew and provides typical usage examples in SKILL.md without any signs of malicious intent, data exfiltration, or suspicious execution patterns.
能力评估
Purpose & Capability
Name/description, required binary ('whisper'), and the brew install for 'openai-whisper' align with a local Whisper CLI transcription skill. No extraneous credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md only tells the agent to run the local 'whisper' CLI on audio files (transcription/translation). It explicitly notes that models download to ~/.cache/whisper on first run — expected but means network downloads and disk writes. Also the doc claims '--model' defaults to 'turbo', which is not a standard Whisper model name (tiny/base/small/medium/large) and looks like an inconsistency to verify.
Install Mechanism
Install uses a Homebrew formula ('openai-whisper') which is a low-to-moderate risk install method when the formula is from a trustworthy tap. The skill does not include direct download URLs or extracted archives. You should verify which tap/formula will be used (official homebrew/core vs third-party tap).
Credentials
No environment variables, credentials, or config paths are requested. This is proportional for a local CLI transcription skill.
Persistence & Privilege
Skill does not request always:true and is user-invocable only. It does not attempt to modify other skills or system-wide settings in the provided instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aj-openai-whisper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aj-openai-whisper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of local speech-to-text with Whisper CLI. - Transcribe audio files locally using the `whisper` command. - Supports transcription and translation tasks. - Flexible model selection for speed or accuracy. - No API key required; models are downloaded on first use. - Installation instructions provided for Homebrew.
元数据
Slug aj-openai-whisper
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Aj Openai Whisper 是什么?

Local speech-to-text with the Whisper CLI (no API key). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 153 次。

如何安装 Aj Openai Whisper?

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

Aj Openai Whisper 是免费的吗?

是的,Aj Openai Whisper 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Aj Openai Whisper 支持哪些平台?

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

谁开发了 Aj Openai Whisper?

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

💬 留言讨论