Pkc Capture Transcript

Ingest Fireflies, Otter, Granola, or plain speaker-labeled transcripts into a Meeting concept. Always scrubs secrets/PII. Use when user pastes or provides a transcript export.

spillwavesolutions d43e07e 705 B Updated

File contents

Capture Transcript

# Normalize only
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/pkc_transcript.py" --file transcript.json --json

# Write Meeting
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/pkc_transcript.py" --file transcript.json \
  --capture --repo . --title "Auth design" --date 2026-08-03

Supports: fireflies JSON, otter-ish JSON, granola-ish JSON, speaker lines, plain text. Always runs secret/PII scrub before write. Then offer decision extraction + action items.

spillwavesolutions/project-knowledge-capture/tree/main/skills/pkc-capture-transcript commit d43e07ebfe

Frequently asked questions

npx skillmds@latest add spillwavesolutions/pkc-capture-transcript