Privacy Filter banner
bradduy bradduy

Privacy Filter

Data community

Description

--- name: privacy-filter description: Skill for stripping sensitive data from content before it enters the wiki — API keys, tokens, passwords, PII type: rigid --- # Privacy Filter Skill This skill governs how sensitive data is detected and stripped during ingestion. It runs **before** any content is written to summaries, concepts, or entities. Follow it exactly. ## When to apply Apply this filter: - During `/wiki-ingest` — after reading the source, before writing any derived content - During

Installation

Installs to ~/.claude/skills/bradduy-wiki-knowledge-compiler-privacy-filter/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bradduy-wiki-knowledge-compiler-privacy-filter && curl -fsSL https://raw.githubusercontent.com/bradduy/wiki-knowledge-compiler/HEAD/skills/privacy-filter.md -o ~/.claude/skills/bradduy-wiki-knowledge-compiler-privacy-filter/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository