# Pkc Capture Thread

> Capture Slack/Discord/chat thread paste as Meeting or Discovery. Scrubs secrets/PII. Use when user pastes a conversation.

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

---


# Capture Thread

```bash
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/pkc_thread.py" --file paste.txt --as meeting --title "Auth discussion" --capture --repo .
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/pkc_thread.py" --file paste.txt --as discovery --title "Customer feedback" --capture
```

