From claude-commands
Flags redacted placeholder tokens (e.g. __OPENCLAW_REDACTED__) in CLI config output and advises checking environment overrides when debugging unauthorized/fallback errors.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-commands:cli-secretsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Some CLIs **intentionally redact** secrets in `config get` output (e.g. `__OPENCLAW_REDACTED__` in legacy configs). That string is **not** a valid token.
Some CLIs intentionally redact secrets in config get output (e.g. __OPENCLAW_REDACTED__ in legacy configs). That string is not a valid token.
~/.hermes_prod/config.yaml — do not confuse Hermes auth with the legacy OpenClaw auth tokens.npx claudepluginhub jleechanorg/claude-commands --plugin claude-commandsSecures Claude Code sessions with nopeek CLI: loads .env secrets without exposing values, stores keys, redacts cloud CLI outputs to prevent API key leaks. Useful for secret and credential safety.
Manages environment variables and secrets in Claude Code sessions without exposing values. Validates, loads, and audits secrets while keeping them out of logs, diffs, and assistant context.
Provides Python patterns for external service authentication using API keys, OAuth, tokens. Includes verification flows, smoke tests, env checks, and error handling with leyline.