Skip to main content

live-transcribe-stop

Stop a running real-time transcription. Use when user wants to stop/end live transcription. Triggers on: 'עצור תמלול', 'תעצור את התמלול', 'stop transcribing', 'end transcription', 'תפסיק להקליט'.

インストールへ移動

ソース情報

リポジトリ
aviz85/claude-skills-library
ソースの最終更新活動
2026年5月26日 15:03
検出された SKILL.md の言語
英語
スター
49
フォーク
14

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
live-transcribe-stop
description
Stop a running real-time transcription. Use when user wants to stop/end live transcription. Triggers on: 'עצור תמלול', 'תעצור את התמלול', 'stop transcribing', 'end transcription', 'תפסיק להקליט'.
# Live Transcribe — Stop Stop a running real-time transcription session. ## Stop command ```bash bash ~/.claude/scripts/stop-transcribe.sh ``` This sends a graceful stop signal and waits up to 5 seconds, then force-kills if needed. ## After stopping Read the final transcript file to confirm what was captured: ```bash ls -t /tmp/transcribe-*.txt | head -1 ```
GitHubで見る