Install
openclaw skills install pdf-sanitizerDetect and redact sensitive information in PDFs — ID numbers, phone numbers, addresses, bank cards.
openclaw skills install pdf-sanitizerDetect and redact sensitive information in PDF documents while preserving original layout.
blackout — solid black rectangle over sensitive textblur — pixel-level Gaussian blur on image-rendered areaplaceholder — replace with [REDACTED] while keeping surrounding textpdf-sanitizer redact --input contract.pdf --categories id_card,phone,address --mode blackout
pdf-sanitizer redact --input 社保材料.pdf --output clean.pdf --categories all --mode placeholder
pdf-sanitizer scan --input report.pdf
pdf-sanitizer review --input contract.pdf --page 3-7