doc-redaction-tabular

Community

Redact sensitive data from tabular files.

Authorseanpedrick-case
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill helps you remove personally identifiable information from CSV, Excel, Parquet, and DOCX tables so you can share documents safely without manually scrubbing rows and columns.

Core Features & Use Cases

  • Tabular redaction for multiple formats: Redact table-like inputs including CSV, Excel (.xlsx/.xls), Parquet (.parquet), and Word (.docx) tables.
  • Multiple PII detection modes: Use local detection (spaCy + custom recognizers) or switch to AWS Comprehend when configured.
  • Targeted column and entity control: Choose which columns to process and which entity types to redact, optionally using fuzzy matching and deny/allow lists.
  • Duplicate row handling: Detect and remove duplicate rows via the registered endpoint designed for tabular duplicates.
  • Operational endpoints you can call: Use /tabular_redact when available for short, stateless runs, or /redact_data for the full long signature.

Quick Start

Use the tabular redaction skill to anonymize the columns "Name" and "Email" in your CSV file while replacing detected PERSON and EMAIL_ADDRESS values with the literal text REDACTED.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: doc-redaction-tabular
Download link: https://github.com/seanpedrick-case/doc_redaction/archive/main.zip#doc-redaction-tabular

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.