🎙️
AutomationTypeScript

Transcription

by 0xsline

Transcription is an Automation skill for Claude Code, published by 0xsline in OpenChatCut.

935 stars124 forkson 0xsline/OpenChatCutAdded 2026/08/06+2% in starsRepository updated 2026/08/11
agent-skillsagentic-aiai-agentai-video-editorcapcutchatcutclaude-codecodexdesktop-appelectronffmpeglocal-firstmcpopen-sourceopenchatcutremotiontext-based-video-editingtimeline-editorvideo-editingvideo-editor
Install in seconds
Install Transcription
Copy Transcription into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/0xsline/OpenChatCut/tree/main/src/agent/skills/transcription ~/.claude/skills/transcription

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/0xsline/OpenChatCut.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
src/agent/skills/transcription/SKILL.md in 0xsline/OpenChatCut
Installs to
~/.claude/skills/transcription
Collection
One of 27 skills cataloged from this repository
Category
Automation2226 skills

What Transcription does

Handles transcription, captions, subtitles, and subtitle styling for video/audio tasks in OpenChatCut. Use when you need to transcribe, search transcripts, enable captions, or clean talking-head speech.

Transcription is cataloged under Automation on DirSkills. Transcription comes from a repository tagged agent-skills, agentic-ai, ai-agent, ai-video-editor and capcut.

Documentation

README

Transcription

For newly imported local/client-held media, use import_media to start transcription, then wait with track_progress.

Typical flow:

  1. read_project with view: "assets" to get the video/audio asset ID and transcript status.
  2. If this is a fresh client-held import, make sure it went through import_media action=create_session plus the OpenChatCut media import helper.
  3. Call track_progress with action:"wait", target:"transcription", and assetIds set to the asset ID or prefix.
  4. Use find_transcript to search transcript text and confirm word timestamps.
  5. Use edit_captions action enable or read_captions as needed once transcription is ready.

Example:

{
  "action": "wait",
  "target": "transcription",
  "assetIds": "13c1aa02cd"
}

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Transcription

  • What else does 0xsline publish alongside Transcription?

    Transcription is one of 27 skills that DirSkills catalogs from 0xsline/OpenChatCut, the repository it ships in. Its siblings there include AI Cinematic Short Film, AI Image Generation and Asset Import. Each one is a separate skill with its own page in this directory, installs the same way Transcription does, and is maintained by 0xsline in that same repository. The rest of the collection is listed on the 0xsline/OpenChatCut page.

  • How does Transcription compare to other Automation skills?

    Transcription ranks #908 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Transcription against them. Open each page to compare what they document and how they install.