重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
npx skills add https://github.com/thinkfleetai/thinkfleet-engine --skill local-whisper使用 OpenAI 的 Whisper 进行本地语音转文字。初始模型下载后完全离线运行。
# 基础用法
~/.thinkfleetbot/skills/local-whisper/scripts/local-whisper audio.wav
# 使用更好的模型
~/.thinkfleetbot/skills/local-whisper/scripts/local-whisper audio.wav --model turbo
# 包含时间戳
~/.thinkfleetbot/skills/local-whisper/scripts/local-whisper audio.wav --timestamps --json
| 模型 | 大小 | 说明 |
|---|---|---|
tiny | 39M | 最快 |
base | 74M | 默认 |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
small| 244M |
| 良好平衡 |
turbo | 809M | 最佳速度/质量 |
large-v3 | 1.5GB | 最高准确度 |
--model/-m — 模型大小(默认:base)--language/-l — 语言代码(省略则自动检测)--timestamps/-t — 包含词级时间戳--json/-j — JSON 格式输出--quiet/-q — 抑制进度显示使用 uv 管理的虚拟环境,位于 .venv/。如需重新安装:
cd ~/.thinkfleetbot/skills/local-whisper
uv venv .venv --python 3.12
uv pip install --python .venv/bin/python click openai-whisper torch --index-url https://download.pytorch.org/whl/cpu
每周安装次数
72
代码仓库
首次出现
2026年3月1日
安全审计
已安装于
gemini-cli72
amp72
cline72
github-copilot72
codex72
kimi-cli72
Local speech-to-text using OpenAI's Whisper. Fully offline after initial model download.
# Basic
~/.thinkfleetbot/skills/local-whisper/scripts/local-whisper audio.wav
# Better model
~/.thinkfleetbot/skills/local-whisper/scripts/local-whisper audio.wav --model turbo
# With timestamps
~/.thinkfleetbot/skills/local-whisper/scripts/local-whisper audio.wav --timestamps --json
| Model | Size | Notes |
|---|---|---|
tiny | 39M | Fastest |
base | 74M | Default |
small | 244M | Good balance |
turbo | 809M | Best speed/quality |
large-v3 | 1.5GB | Maximum accuracy |
--model/-m — Model size (default: base)--language/-l — Language code (auto-detect if omitted)--timestamps/-t — Include word timestamps--json/-j — JSON output--quiet/-q — Suppress progressUses uv-managed venv at .venv/. To reinstall:
cd ~/.thinkfleetbot/skills/local-whisper
uv venv .venv --python 3.12
uv pip install --python .venv/bin/python click openai-whisper torch --index-url https://download.pytorch.org/whl/cpu
Weekly Installs
72
Repository
First Seen
Mar 1, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
gemini-cli72
amp72
cline72
github-copilot72
codex72
kimi-cli72
超能力技能使用指南:AI助手技能调用优先级与工作流程详解
56,600 周安装