zero-knowledge-privacy-vaults
Installation
SKILL.md
Zero-Knowledge Privacy Vaults
This skill focuses on ZK-proofs and end-to-end encryption so no one but you sees your data.
Instructions
- Use ZK-SNARKs for validating user identities without revealing data.
- Implement 'Homomorphic Encryption' to allow bionicbot to calculate results without seeing raw numbers.
- Set up decentralized storage (IPFS/Arweave) for immutable, private logs.
- Manage 'Blind' API calls where the provider doesn't know what you are processing.
- Audit all data hand-offs for 'Information Leakage'.
- Ensure metadata is also encrypted or anonymized.
Examples
- "Encrypt my personal finance data so even my cloud provider can't read it."
- "Use a ZK-proof to verify my identity to a partner without showing my ID."