
Live Transcribe Stop
- 12 installs
- 44 repo stars
- Updated July 8, 2026
- aviz85/claude-skills-library
Live Transcribe Stop is a Claude skill that stops a running real-time transcription session and confirms the final transcript.
About
Live Transcribe Stop ends a running real-time transcription session. It sends a graceful stop signal and waits up to 5 seconds before force-killing the process. After stopping, it reads the final transcript file to confirm what was captured.
- Stops a running real-time transcription session gracefully
- Sends a stop signal, waits up to 5 seconds, then force-kills if needed
- Reads back the final transcript file to confirm what was captured
Live Transcribe Stop by the numbers
- 12 all-time installs (skills.sh)
- Ranked #1,455 of 2,719 Automation & Workflows skills by installs in the Skillselion catalog
- Data as of Jul 28, 2026 (Skillselion catalog sync)
live-transcribe-stop capabilities & compatibility
- Capabilities
- transcription · process control
- Use cases
- transcription
- Pricing
- Free
What live-transcribe-stop says it does
Stop a running real-time transcription session.
This sends a graceful stop signal and waits up to 5 seconds, then force-kills if needed.
Read the final transcript file to confirm what was captured:
npx skills add https://github.com/aviz85/claude-skills-library --skill live-transcribe-stopAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 12 |
|---|---|
| repo stars | ★ 44 |
| Last updated | July 8, 2026 |
| Repository | aviz85/claude-skills-library ↗ |
What it does
Stopping a running live-transcribe session gracefully and confirming the final captured transcript.
Who is it for?
Cleanly ending a running live-transcribe session.
Skip if: Starting or reading a transcript.
When should I use this skill?
When the user wants to stop or end a live transcription session.
What you get
The transcription process stopped and the final transcript file confirmed.
- stopped transcription process
- final transcript confirmation
By the numbers
- waits up to 5 seconds before force-killing
Files
Live Transcribe — Stop
Stop a running real-time transcription session.
Stop command
bash ~/.claude/scripts/stop-transcribe.shThis 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:
ls -t /tmp/transcribe-*.txt | head -1