nopeek
Installation
SKILL.md
nopeek — Secret Safety for Agent Sessions
Secure proxy between coding agents and your secrets. The agent knows key names, never key values. For choosing secret-safety tooling alongside recall, MCP, and database tools, use ecosystem-guide.
Why
Agent tool output can be sent to model providers and retained outside your machine. If a CLI prints a token, that token may enter conversation context or logs. nopeek reduces that risk.
Quick Start
All nopeek commands are safe inside agent sessions — they never output secret values, only key names.
1. Scan and migrate CLIs
pnpx nopeek init
Detects installed cloud CLIs (aws, hcloud, kubectl, etc.), checks their auth config, and migrates to profile-based auth where needed.