distil-pii-redactor

Solid

Redact, anonymize, sanitize, or remove PII locally with Distil-PII and llama.cpp; keep personal data and secret values out of model context, logs, and chat.

AI & Automation 126 stars 11 forks Updated today MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
70
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Distil PII Redactor Use this skill when the user asks to redact, anonymize, sanitize, or remove PII or personal data from text. It runs a local Distil-PII GGUF model through `llama-server`; raw text must not be sent to external APIs. ## Privacy Rules - Do not quote, summarize, or repeat raw PII in chat. - Prefer file-based input and output when the sensitive text is already in a file or attachment. - Return only the redacted text unless the user is explicitly debugging the redactor itself. - If the user asks for only the LLM or redaction output, do not narrate setup, server status, tool use, or validation details in the final response. - Do not use `--show-entities` in normal workflows. It emits original values. - Do not store raw PII in tracked files, shell history, long-lived notes, or logs. - This skill declares no external credentials. If a downstream tool needs authentication, use that tool's HybridClaw `secret_ref` or gateway secret injection and pass only redacted text downstream. - Do not convert raw PII into HybridClaw secrets. Secret refs are for credentials and auth material, not a transport for user data. ## Setup If `llama-server` is missing, install it with: ```bash hybridclaw skill install distil-pii-redactor llama-server ``` or install `llama.cpp` manually. This skill intentionally has no `credentials:` frontmatter because local inference does not need API keys; any future remote-provider variant must declare `secret_ref` credentials ins...

Details

Author
HybridAIOne
Repository
HybridAIOne/hybridclaw
Created
5 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Listed

redact-pii-for-tracing

Use this when adding LLM observability to an app that handles sensitive data (finance, healthcare, PII) and you must NOT ship raw prompts/PII to a third-party tracing backend. Trigger on "redact traces", "PII in observability", "can we self-host tracing for compliance", "GDPR/HIPAA/SOC2 and LLM logging", or instrumenting a regulated app. Get observability without creating a data-leak.

26 Updated yesterday
ContextJet-ai
AI & Automation Listed

scrub-pii-from-text

Use this to strip PII (emails, credit cards, SSNs, phone numbers, IPs, IBANs) out of text before it is logged to a tracing backend or sent to a third-party model. Trigger on "redact PII", "scrub sensitive data", "mask PII before logging", "don't send customer data to the tracing tool", especially for finance/healthcare/regulated apps. Ships a runnable, tested scrubber with a Luhn check to cut false positives.

26 Updated yesterday
ContextJet-ai
Data & Documents Listed

redact

Sanitizes documents, text, and code by detecting and removing or masking personally identifiable information (PII) and sensitive data before sharing, logging, or passing to external APIs. Use when user says "redact", "sanitize", "anonymize", "remove PII", "scrub this", "clean this before I share it", "hide personal info", or uploads a file they want checked for sensitive data. Also triggers on requests to prepare content for external use, bug reports, logs, or pastes that may contain credentials, wallet addresses, or personal identifiers.

0 Updated 3 days ago
fevra-dev