# 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.

- Skill: `spillwavesolutions/pkc-capture-transcript` (Agent Skill)
- Install (CLI): `npx skillmds@latest add spillwavesolutions/pkc-capture-transcript`
- Raw SKILL.md: https://api.skillmd.com/api/skills/spillwavesolutions/pkc-capture-transcript/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: spillwavesolutions (https://skillmd.com/u/spillwavesolutions)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/spillwavesolutions/pkc-capture-transcript

---


# Capture Transcript

```bash
# 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.

