Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
isaac-flath avatar

Content Transcribe

  • 1 installs
  • 7 repo stars
  • Updated April 12, 2026
  • isaac-flath/agent-starter-skills

Transcribe video files using LemonFox for clean blog text or AssemblyAI for word-level cut-detection timestamps.

About

Transcribes video files using LemonFox for clean blog text or AssemblyAI for word-level timestamps used in video editing. A developer uses it to convert video content into transcripts for blogs or editing.

  • Transcribes video with LemonFox for clean blog text
  • Uses AssemblyAI for word-level timestamps in video editing

Content Transcribe by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,983 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Jul 8, 2026 (Skillselion catalog sync)
npx skills add https://github.com/isaac-flath/agent-starter-skills --skill content-transcribe

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars7
Last updatedApril 12, 2026
Repositoryisaac-flath/agent-starter-skills

What it does

Transcribe video files using LemonFox for clean blog text or AssemblyAI for word-level cut-detection timestamps.

Files

SKILL.mdMarkdownGitHub ↗

/content-transcribe

Transcribe video using LemonFox or AssemblyAI.

  • Blog posts: Use LemonFox (default). Segment-level timestamps, clean text.
  • Video editing: Use AssemblyAI (--provider assemblyai). Word-level timestamps, disfluencies preserved for accurate cut detection.

Usage

/content-transcribe

Run

Blog transcription (LemonFox):

VIDEO=$(ls source/*.mp4 2>/dev/null | head -1)
uv run .claude/skills/content-transcribe/scripts/transcribe.py "$VIDEO" content

Video editing transcription (AssemblyAI):

uv run .claude/skills/content-transcribe/scripts/transcribe.py --provider assemblyai "$VIDEO" claude-edits

Output

  • <output_dir>/transcript.md - Full transcript
  • <output_dir>/description.md - Video description with chapters (LemonFox only)

After Transcription

Run /content-blog to generate content. Screenshots are extracted on-demand during blog generation using /content-screenshot.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.