anonymize-doc

Installation
SKILL.md

PII & Business Data Anonymization

Detect and anonymize PII + sensitive business data using ML-powered detection (Scrubadub + spaCy NER).

Instructions

0. Dependency Check

SKILL_DIR="$(dirname "$(realpath "$0")" 2>/dev/null || echo /home/mat/dev/agent-skills/dstoic/skills/anonymize-doc)"
pip install -q -r "$SKILL_DIR/requirements.txt" && python -m spacy download -q en_core_web_sm 2>/dev/null

1. Ask Mode

Question: "Check for PII/business data (detection only) or anonymize?"

2. Detection

Installs
5
GitHub Stars
20
First Seen
Apr 2, 2026
anonymize-doc — digital-stoic-org/agent-skills