From glean-pack
Filters PII (emails, phones, SSNs) from documents before Glean indexing. Classifies via permissions, enforces retention, audits indexed IDs for compliance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/glean-pack:glean-data-handlingThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
PII filtering: strip emails, phone numbers, SSNs from document body before indexing. Document classification: use permissions.allowedUsers for confidential content, allowAnonymousAccess for public. Retention: delete documents older than policy threshold. Audit: log all indexed document IDs for compliance.
PII filtering: strip emails, phone numbers, SSNs from document body before indexing. Document classification: use permissions.allowedUsers for confidential content, allowAnonymousAccess for public. Retention: delete documents older than policy threshold. Audit: log all indexed document IDs for compliance.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin glean-packImplements Glean Indexing API for custom datasources, bulk document indexing, permissions management, and deletions.
Builds automated PII detection and redaction pipelines using spaCy NER, Microsoft Presidio, and AWS Macie. Handles confidence scoring, custom entities, batch workflows, and multi-format document scanning.
Detects and anonymizes PII (SSNs, cards, emails, phones, names) and business data (companies, revenue, costs, pricing) in files using Scrubadub and spaCy NER. Supports check-only or 5 strategies (mask/hash/pseudo/token/mixed); GDPR/HIPAA aware.