Nopeek
Description
CLI for reducing accidental secret disclosure in LLM coding sessions
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
nopeek
[](https://viteplus.dev) [](https://vitest.dev)
CLI for reducing accidental secret disclosure in LLM coding sessions. nopeek gives agents a normal workflow for secret-dependent commands without requiring secret values to be pasted into prompts or printed by the loading step.
Quick Start
For Pi and other harnesses where each tool call starts a fresh shell, use `run` so loading and execution happen in one child process:
"use npx nopeek run .env --only DATABASE_URL -- sh -c 'psql \"$DATABASE_URL\" -c \"SELECT count(*) FROM users\"'"
"use npx nopeek run .env --only STRIPE_KEY -- sh -c 'curl -H \"Authorization: Bearer $STRIPE_KEY\" https://api.example.com'"
`run` reports no secret values itself. The child command can still print a secret, so choose commands and flags that do not dump their environment, credentials, or verbose authentication data.
If your harness supports persistent env-file injection, `load` can make selected variables available to later commands:
"use npx nopeek load .env --only DATABASE_URL,API_KEY, then use those variables by name"
How It Works
Shell output visible to an LLM coding agent may be sent to a model provider and retained there. Agents also have a habit of inspecting `.env` files or echoing variables when credentials are needed. nopeek provides a lower-risk path for routine work:
- It parses the requested secret file locally.
rungives selected values only to one child process, orloaduses the best environment-loading method available.- nopeek's normal status output reports key names and loading state, not values.
This reduces accidental disclosure. It does not make secrets inaccessible to the agent or to the child command that receives them.
**Important:** Your agen
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI mem0
| Universal memory layer for AI Agents | 51341 | 221 | 1 |
AI