anonymize-logs
Installation
SKILL.md
Anonymize Logs
Sanitize customer-provided log files so they are safe to commit to source control.
What you provide
| Input | How to provide |
|---|---|
| Log file(s) to sanitize | @-mention files or paste inline |
| Output location (optional) | free text path, defaults to same directory with .sanitized suffix |
| In-place override (optional) | say "in place" to overwrite the original |
Golden rule — never reformat the content
Only replace sensitive values. Do not touch anything else.
The ingest pipeline parser depends on exact whitespace, delimiters, quoting, and line structure.