pii-scrub
Installation
SKILL.md
PII / Secret Scrubber
Produces a redacted copy; the original is untouched. Review before sharing — no scrubber is perfect.
Use
python3 ~/.claude/skills/pii-scrub/scrub.py <file> # -> <file>.redacted
python3 ~/.claude/skills/pii-scrub/scrub.py <file> --stdout # print only
cat somefile | python3 ~/.claude/skills/pii-scrub/scrub.py - # from stdin