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', 'תפסיק להקליט'.

Zur Installation springen

Quellinformationen

Repository
aviz85/claude-skills-library
Letzte Quellaktivität
26. Mai 2026 um 15:03
Erkannte Sprache von SKILL.md
Englisch
Sterne
49
Forks
14

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
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 ```
Auf GitHub ansehen