nopeek

Redact CLI outputs and manage environment variables to keep secrets out of conversation context.

15|1|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/spences10/skills --skill nopeek
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: nopeek
Source: https://github.com/spences10/skills/tree/main/nopeek
Command: npx skills add https://github.com/spences10/skills --skill nopeek

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) components.

What problem does it solve?

This Skill ensures that secrets, such as API keys and credentials, are kept secure during agent sessions by preventing their exposure in conversation context or logs.

Core Features & Use Cases

  • Secret-Safe Sessions: Ensures that only key names, not key values, are shared with agents.
  • CLI Redaction: Prevents secrets from being printed by CLI commands used in agent sessions.
  • Environment Variable Management: Allows for the loading and setting of .env secrets safely.
  • Use Case: When working with cloud services or API keys, this Skill helps maintain the confidentiality of sensitive information.

Quick Start

Run the nopeek init command to scan and migrate your cloud CLI authentication to profile-based auth.

Frequently Asked Questions about nopeek

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

FAQPage Schema
How do I keep API keys and credentials safe in agent sessions?▼

To keep API keys and credentials safe in agent sessions, you can redact CLI outputs and manage environment variables so only key names, not values, enter the conversation context.

What is CLI redaction for secret management in AI agents?▼

CLI redaction for secret management prevents sensitive values from being printed by CLI commands during agent sessions, ensuring secrets stay out of conversation logs and context.

Do I need jq to redact CLI outputs and manage environment variables?▼

Yes, you need jq installed as a dependency to parse and redact CLI outputs, enabling the secure loading and setting of .env secrets during agent sessions.

How do I migrate cloud CLI authentication to profile-based auth?▼

You can migrate cloud CLI authentication to profile-based auth by running an initialization command that scans your setup and securely transitions credentials away from plain environment variables.

Can I load and set .env secrets safely without exposing values to agents?▼

Yes, you can load and set .env secrets safely without exposing values to agents by using environment variable management techniques that restrict conversation context to key names only.