Back to list
ci

transcribe

by ci

personal ops

0🍴 0📅 Jan 25, 2026

SKILL.md


name: transcribe description: Speech-to-text with local NVIDIA Parakeet (NeMo) via the transcribe CLI. metadata: {"clawdbot":{"emoji":"🎙️","requires":{"bins":["transcribe"]}}}

Transcribe

Local speech-to-text on NixOS (Parakeet / NeMo). GPU auto when CUDA available.

Quick start

transcribe /path/to/audio.ogg
transcribe /path/to/audio.wav --output /tmp/out.txt

Notes

  • Default model: nvidia/parakeet-tdt-0.6b-v3
  • Device auto: CUDA if available, else CPU
  • Formats: any ffmpeg-supported input (ogg/wav/mp3/m4a)
  • Former name: parakeet-transcribe

Useful env / flags

PARAKEET_MODEL=nvidia/parakeet-tdt-0.6b-v3 transcribe file.ogg
PARAKEET_QUIET=0 transcribe file.ogg
PARAKEET_VENV=~/.local/share/parakeet-venv-py312 transcribe file.ogg
transcribe --device cuda file.ogg

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon