pii-redaction
PII detection and redaction utilities for privacy-compliant conversational AI
npx skills add a5c-ai/babysitter --skill pii-redaction --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# PII Redaction Skill ## Capabilities - Detect personally identifiable information - Implement redaction strategies - Configure detection for various PII types - Design reversible anonymization - Implement compliance logging - Create audit trails for PII handling ## Target Processes - content-moderation-safety - system-prompt-guardrails ## Implementation Details ### PII Types 1. **Names**: Person names, usernames 2. **Contact**: Email, phone, address 3. **Financial**: Credit cards, bank accounts 4. **Government IDs**: SSN, passport, driver's license 5. **Medical**: Health information 6. **Custom**: Organization-specific PII ### Redaction Methods - Masking ([REDACTED]) - Pseudonymization (fake values) - Tokenization (reversible) - Encryption ### Configuration Options - PII types to detect - Detection sensitivity - Redaction method - Language support - Custom patterns ### Best Practices - Comprehensive PII coverage - Regular pattern updates - Audit logging - Compliance alignment - Testing with diverse data ### Dependencies - presidio-analyzer - presidio-anonymizer - spacy
- Capabilities
- Target Processes
- Implementation Details
- PII Types
- Redaction Methods
- Configuration Options
- Best Practices
- Dependencies
What does the pii-redaction skill do?
PII detection and redaction utilities for privacy-compliant conversational AI
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill pii-redaction --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
