Skillware skills ยท compliance/pii_masker
PII Masker
A local privacy firewall skill that intercepts outgoing LLM prompts, scrubbing sensitive user information (PII) before sending payloads to cloud LLM APIs. Supports redact, mask, and remove modes.
Capabilities
- Mask redact remove
- Local Ollama
- Entity recognition
Problems this skill solves
People search for tasks โ not always "skillware":
- mask pii before sending to chatgpt
- redact personal data ai agent
- local pii scrubber llm
- gdpr safe ai agent prompts
- remove names emails before openai
- privacy firewall for llm agents
- equip agent pii scrubber local
Install
pip install skillware then SkillLoader.load_skill("compliance/pii_masker")
FAQ
- How to mask PII before sending data to a cloud LLM?
- Skillware compliance/pii_masker runs locally via Ollama, detects entities, and masks/redacts before your agent calls OpenAI, Gemini, or Claude.