agentprivacy-healer

Calculate minimum health data disclosure sets using zero-knowledge proofs.

Updated Nov 22, 2025
One-click install
npx skills add https://github.com/mitchuski/agentprivacy-zypher --skill agentprivacy-healer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentprivacy-healer
Source: https://github.com/mitchuski/agentprivacy-zypher/tree/main/agentprivacy-skills/agentprivacy-skills-v4/persona/agentprivacy-healer
Command: npx skills add https://github.com/mitchuski/agentprivacy-zypher --skill agentprivacy-healer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the critical need to protect sensitive health data, ensuring it is used only for its intended purpose (e.g., treatment) and not exploited for other means (e.g., insurance pricing or employment screening).

Core Features & Use Cases

  • Minimum Health Disclosure Calculation: Determines the least amount of health information needed for a specific request (e.g., provider, insurer, researcher).
  • Provider-Insurer Boundary Enforcement: Cryptographically separates data flow to providers from data flow to insurers.
  • Privacy-Preserving Research Contribution: Enables individuals to contribute health data to research without compromising their identity.
  • Genetic Data Sovereignty: Provides maximum protection for highly sensitive genetic information.
  • Use Case: When applying for a new health insurance policy, the Healer can generate a Zero-Knowledge Proof confirming eligibility without revealing any specific medical diagnoses or history.

Quick Start

Use the agentprivacy-healer skill to calculate the minimum disclosure set for a provider requesting your vaccination records.

Frequently Asked Questions about agentprivacy-healer

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

FAQPage Schema
How do I share medical records with health insurance without revealing specific diagnoses?

You can use zero-knowledge proofs for health data verification to confirm policy eligibility without revealing underlying conditions or specific medical history. This cryptographically confirms your status while keeping your actual diagnoses completely private from the insurer.

What is the minimum disclosure set for sharing sensitive health data with a provider?

A minimum disclosure set is the least amount of health information needed for a specific request. It calculates exactly what data a provider, insurer, or researcher requires, ensuring you only share necessary records rather than your entire medical history.

How does differential privacy work for anonymized health data aggregation in research?

Differential privacy enables anonymized data aggregation for medical research by adding cryptographic noise to datasets. This allows individuals to contribute health data to research studies without compromising their identity or exposing specific genetic information.

Can I cryptographically separate health data flow between providers and insurers?

Yes, provider-insurer boundary enforcement cryptographically separates data flow to providers from data flow to insurers. This ensures treatment data shared with doctors cannot be exploited for insurance pricing or employment screening purposes.

How do I protect genetic data sovereignty when contributing to medical research?

Genetic data sovereignty provides maximum cryptographic protection for highly sensitive genetic information during research contributions. It enforces strict data boundaries and uses zero-knowledge proofs so you can participate in studies without surrendering control of your genetic data.

Does HIPAA compliance require zero knowledge proofs for health data verification?

Zero-knowledge proofs enhance HIPAA compliance by verifying health data without revealing underlying conditions. While HIPAA sets privacy standards, ZKPs provide the cryptographic mechanism to enforce minimum disclosure and prevent unauthorized data exploitation.