super-transcribe
一个 OpenClaw 技能,基于 faster-whisper 和 Parakeet 实现快速音频转写,并提供说话人分离等附加能力。
音频转写
语音识别
说话人分离
OpenClaw
faster-whisper
Parakeet
⭐ 0⬇️ 1🏷️ main📦 2
super-transcribe-main.zip
135.1 KB下载
安装与使用说明
Codex
- 先下载 ZIP 包(例如:super-transcribe-main.zip)。
- 解压后放到 $CODEX_HOME/skills/ 目录下。
- 如果没有设置 $CODEX_HOME,通常可放到 ~/.codex/skills/。
- 确保目录内有 SKILL.md,然后重开会话即可使用。
源码目录预览
├── scripts │ ├── backends │ │ ├── faster-whisper │ │ │ ├── requirements.txt │ │ │ ├── setup.sh │ │ │ ├── transcribe │ │ │ └── transcribe.py │ │ ├── lib │ │ │ ├── __init__.py │ │ │ ├── alignment.py │ │ │ ├── audio.py │ │ │ ├── exitcodes.py │ │ │ ├── formatters.py │ │ │ ├── postprocess.py │ │ │ ├── rss.py │ │ │ └── speakers.py │ │ └── parakeet │ │ ├── requirements.txt │ │ ├── setup.sh │ │ ├── transcribe │ │ └── transcribe.py │ └── transcribe ├── tests │ ├── integration │ │ ├── .gitkeep │ │ ├── __init__.py │ │ ├── conftest.py │ │ ├── test_fw_e2e.py │ │ └── test_pk_e2e.py │ ├── unit │ │ ├── .gitkeep │ │ ├── __init__.py │ │ ├── test_audio.py │ │ ├── test_formatters.py │ │ ├── test_postprocess.py │ │ ├── test_router.py │ │ ├── test_rss.py │ │ └── test_speakers.py │ ├── __init__.py │ └── conftest.py ├── .clawdhubignore ├── .gitignore ├── CLAUDE.md ├── LICENSE ├── README.md ├── SKILL.md ├── pyproject.toml ├── pytest.ini ├── requirements-test.txt ├── requirements.txt ├── setup.sh └── skill.json
元数据
Slug: super-transcribe
作者: ThePlasmak
协议: MIT
包大小: 135.1 KB
SHA256: 821353f0afd76fe0ba1a7cfd0105709bbcb8c6e3a26d5ab8e6701d2ac2d526d0