Privacy Routing

Detects privacy patterns in GER/FR/ITA to route LOCAL vs. cloud content.

35|8|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/fedec65/bettercallclaude --skill privacy-routing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Privacy Routing
Source: https://github.com/fedec65/bettercallclaude/tree/main/bettercallclaude/skills/privacy-routing
Command: npx skills add https://github.com/fedec65/bettercallclaude --skill privacy-routing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill safeguards sensitive legal communications by automatically detecting and enforcing privacy levels, preventing accidental disclosure of attorney-client privileged information.

Core Features & Use Cases

  • Attorney-Client Privilege Protection: Enforces strict local processing for privileged content, preventing transmission to cloud APIs.
  • Multi-lingual Pattern Detection: Identifies privacy indicators in German, French, and Italian.
  • Privacy Level Classification: Categorizes content as PUBLIC, CONFIDENTIAL, or PRIVILEGED to guide processing.
  • Use Case: When drafting a legal opinion, this Skill will ensure that any content marked as "strictly confidential" or containing "anwaltsgeheimnis" is processed locally, never sent to an external AI model.

Quick Start

Use the privacy routing skill to classify the provided legal text and ensure it is processed according to its privacy level.

Frequently Asked Questions about Privacy Routing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I protect attorney-client privilege when processing legal text with an AI model?

To protect attorney-client privilege, you must classify legal text by sensitivity and route PRIVILEGED content to local-only processing. This prevents privileged information from being transmitted to external cloud APIs, avoiding accidental disclosure.

What is Swiss attorney-client privilege (Anwaltsgeheimnis) and how is data routing affected?

Swiss attorney-client privilege, or Anwaltsgeheimnis, mandates strict confidentiality for legal communications. Data routing is affected by forcing local-only execution for PRIVILEGED content, ensuring sensitive information is never sent to cloud APIs.

Can I process confidential legal documents in German, French, and Italian without breaking privilege?

Yes, you can process confidential legal documents in German, French, and Italian by using pattern detection to classify content as PUBLIC, CONFIDENTIAL, or PRIVILEGED. PRIVILEGED content is then mandatorily routed for local processing to maintain confidentiality.

How do I classify legal text into PUBLIC, CONFIDENTIAL, and PRIVILEGED categories?

You classify legal text by detecting privacy patterns and keywords like "strictly confidential" or "anwaltsgeheimnis" across multiple languages. This categorization guides the processing route, mandating local execution for PRIVILEGED data to prevent exfiltration.

Does this privacy classification work for legal opinions containing strictly confidential information?

Yes, privacy classification works for legal opinions by identifying strictly confidential indicators. It enforces strict local processing for this privileged content, preventing the transmission of sensitive legal opinions to external AI models or cloud APIs.

What are the limitations of local-only processing for privileged legal content?

Local-only processing for privileged legal content limits access to advanced cloud AI models. While it successfully prevents data exfiltration and maintains attorney-client privilege, all computational tasks for PRIVILEGED content must be executed entirely on local infrastructure.