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 查看