← Back to list

transcribe-audio-to-text
by MacHu-GWU
Sanhe's Claude Code Plugins
⭐ 0🍴 0📅 Jan 14, 2026
SKILL.md
name: transcribe-audio-to-text description: Transcribe audio files to text using audinota cli
Transcribe Audio to Text
Convert audio files to text using audinota transcription service.
Usage
# Use default audio file (output from youtube-video-to-audio skill)
python scripts/transcribe_audio.py
# Specify custom audio file
python scripts/transcribe_audio.py --audio-file-path "/path/to/audio.mp3"
Options
--audio-file-path- Path to audio file to transcribe (default: ~/tmp/download_audio_result.mp3)
Examples
# Transcribe default audio file
python scripts/transcribe_audio.py
# Transcribe custom audio file
python scripts/transcribe_audio.py --audio-file-path "~/Music/podcast.mp3"
# Get help
python scripts/transcribe_audio.py -h
Requirements
- Python 3.11+
- audinota installed at
~/Documents/GitHub/audinota-project/.venv/bin/audinota - Audio file must exist at specified path
Integration
This skill works seamlessly with the youtube-video-to-audio skill. By default, it transcribes the audio file downloaded by that skill at ~/tmp/download_audio_result.mp3.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+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