i18n/skills/content-pipeline/openai-whisper-api/SKILL.md
通过 OpenAI 音频转录 API (Whisper) 转录语音。支持多种音频格式,可提供提示以优化转录效果。
npx skillsauth add Jst-Well-Dan/Skill-Box openai-whisper-apiInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
通过 OpenAI 的 /v1/audio/transcriptions 端点转录音频文件。
{baseDir}/scripts/transcribe.sh /path/to/audio.m4a
默认设置:
whisper-1<输入文件名>.txt{baseDir}/scripts/transcribe.sh /path/to/audio.ogg --model whisper-1 --out /tmp/transcript.txt
{baseDir}/scripts/transcribe.sh /path/to/audio.m4a --language zh
{baseDir}/scripts/transcribe.sh /path/to/audio.m4a --prompt "演讲者姓名:彼得,丹尼尔"
{baseDir}/scripts/transcribe.sh /path/to/audio.m4a --json --out /tmp/transcript.json
设置 OPENAI_API_KEY 环境变量,或在 ~/.openclaw/openclaw.json 中配置:
{
skills: {
"openai-whisper-api": {
apiKey: "在此输入您的 OpenAI 密钥",
},
},
}
tools
Extract frames or short clips from videos using ffmpeg.
tools
Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
tools
Toolkit for creating animated GIFs optimized for Slack, with validators for size constraints and composable animation primitives. This skill applies when users request animated GIFs or emoji animations for Slack from descriptions like "make me a GIF for Slack of X doing Y".
development
Best practices for Remotion - Video creation in React