Archive Transcript banner
OpenCairn OpenCairn

Archive Transcript

Development community

Description

--- name: archive-transcript description: Archive a podcast/talk transcript from a URL into the vault — verbatim body plus a synthesis header — without routing the full text through context or letting a formatting hook corrupt verbatim quotes. --- # Archive Transcript — Verbatim Capture + Synthesis You are archiving one or more podcast/talk transcripts into the vault. Each note is the **verbatim transcript** with a short **synthesis header** on top. The user gives you one or more episode URLs

Installation

Installs to ~/.claude/commands/opencairn-opencairn-archive-transcript.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/OpenCairn/OpenCairn/HEAD/.claude/commands/archive-transcript.md -o ~/.claude/commands/opencairn-opencairn-archive-transcript.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository