---
name: minicoohei/aiagent-env-manager
source: https://app.decimal.ai/s/minicoohei-aiagent-env-manager@1/SKILL.md
source_sha256: f8e202e2dd16
---

# AI Agent Env Manager

Use this skill for safe environment setup.

## Quickstart
- Check expected keys in `.env.example`.
- Prefer `uv run python tools/credential_manager.py store <KEY>` over editing secrets into markdown.
- Use `uv run python tools/credential_manager.py status` to verify setup without printing values.

## Primary Files
- `.env.example`
- `tools/credential_manager.py`
- `docs/codex-safety.md`

## Workflow
1. Check whether the user wants plain `.env` management or OS credential storage.
2. Prefer `uv run python tools/credential_manager.py store <KEY>` when possible.
3. If `.env` is required, limit guidance to key names and file locations.
4. Verify setup with `uv run python tools/credential_manager.py status` or masked file checks.

## Safety
- Never echo raw secret values.
- Remind the user that `.env` is local-only and must stay out of git.
- If a lesson depends on a missing key, tell the user which key name is required.