# Zkp Toolkit

> Zero-Knowledge Proof utilities - proof generation, verification, selective disclosure, ZK-Rollup batching, and benchmarking across ZK systems

- Skill: `chainlesschain/zkp-toolkit` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add chainlesschain/zkp-toolkit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/chainlesschain/zkp-toolkit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: chainlesschain (https://skillmd.com/u/chainlesschain)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/chainlesschain/zkp-toolkit

---


# ZKP Toolkit

Zero-Knowledge Proof utilities powered by simulated ZK circuits.

## Features

| Operation     | Command                                       | Description                    |
| ------------- | --------------------------------------------- | ------------------------------ |
| Prove         | `--prove <statement> --witness <secret>`      | Generate ZK-SNARK proof        |
| Verify        | `--verify <proofId>`                          | Verify an existing proof       |
| Key Gen       | `--keygen <scope> [--permissions read,write]` | Generate ZK audit key pair     |
| Age Proof     | `--age-proof <birthDate> <minAge>`            | Prove age >= minimum           |
| Balance Proof | `--balance-proof <balance> <minBalance>`      | Prove balance >= minimum       |
| Rollup        | `--rollup <txCount>`                          | Create ZK-Rollup batch         |
| Benchmark     | `--benchmark`                                 | Compare ZK systems performance |

