用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/huzengyun3268/openclaw-workspace --skill whisper-local命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Professional trading strategy guides for prediction markets and crypto. Risk management, trend analysis, and best practices.
Manage Steven's A-share shadow trading dashboard. Triggers on: (1) "影子盘看板", "交易看板", "持仓状况", (2) placing or updating a simulated trade (buy/sell/止损/止盈), (3) updating positions or equity data, (4) reviewing trade history or P&L. Reads and writes to the shadow trading system under trade/.
Institutional-grade options trading system with 10 strategy templates, interactive strategy router, IV analyzer, and portfolio manager. Get real-time trade recommendations based on market conditions.
基于 SOC 职业分类
正在显示 SKILL.md
| name | whisper-local |
| description | 本地 Whisper 语音转文字(完全免费,离线可用)。当用户发送语音消息时使用此技能将语音转换为文字。无需 API Key,不花任何费用。支持中文、英文等语言自动识别。 |
| homepage | https://github.com/openai/whisper |
| metadata | {"region":"CN","language":"zh","author":"local"} |
使用本地 Whisper AI 模型将语音转换为文字,完全免费、离线可用。
C:/tools/whisper-skill/scripts/transcribe.js当收到语音消息(audio file)时,运行以下命令转写:
node C:/tools/whisper-skill/scripts/transcribe.js "<音频文件路径>" <语言>
语言参数可选(默认中文):
zh - 中文en - 英文auto - 自动检测语言JSON格式:
{
"text": "转写出的文字内容",
"language": "zh",
"duration": 12.5
}
node C:/tools/whisper-skill/scripts/transcribe.js "C:/temp/voice_msg.silk" zh
C:\Users\Administrator\AppData\Local\Programs\Python\Python314\python.exeC:\tools\ffmpeg\ffmpeg-7.1-essentials_build\bin\ffmpeg.exeC:\tools\whisper_models