aiagent-env-manager
community[skill]
Manage environment variables and credentials for ai-agent-camp. Use when setting up API keys, .env handling, or the credential manager safely.
$
/plugin install ai-agent-campdetails
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 statusto verify setup without printing values.
Primary Files
.env.exampletools/credential_manager.pydocs/codex-safety.md
Workflow
- Check whether the user wants plain
.envmanagement or OS credential storage. - Prefer
uv run python tools/credential_manager.py store <KEY>when possible. - If
.envis required, limit guidance to key names and file locations. - Verify setup with
uv run python tools/credential_manager.py statusor masked file checks.
Safety
- Never echo raw secret values.
- Remind the user that
.envis local-only and must stay out of git. - If a lesson depends on a missing key, tell the user which key name is required.
technical
- github
- minicoohei/ai-agent-camp
- stars
- 358
- license
- unspecified
- contributors
- 3
- last commit
- 2026-05-25T08:29:07Z
- file
- .claude/skills/aiagent-env-manager/SKILL.md