Skip to content
Documentation
Skill

/aiagent-env-manager

ai-agent-campの環境変数・認証情報を安全に管理するスキル。 「APIキーを設定」「.envを管理」「環境変数の設定」「credential managerを使いたい」「秘密情報の管理」等のリクエストで発動。

From plugin
ai-agent-camp
345193 skills8 agents200 commands
Install
$ npx -y skills add minicoohei/ai-agent-camp --skill aiagent-env-manager --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/aiagent-env-manager

Context preview

The summary Claude sees to decide when to auto-load this skill.

ai-agent-campの環境変数・認証情報を安全に管理するスキル。 「APIキーを設定」「.envを管理」「環境変数の設定」「credential managerを使いたい」「秘密情報の管理」等のリクエストで発動。

SKILL.md

aiagent-env-manager.SKILL.md
name: aiagent-env-manager
description: "ai-agent-campの環境変数・認証情報を安全に管理するスキル。 「APIキーを設定」「.envを管理」「環境変数の設定」「credential managerを使いたい」「秘密情報の管理」等のリクエストで発動。"
version: 1.0.0
author: AI Brain Partners
dependencies: []
triggers:
  - aiagent-env-manager
  - APIキーを設定
  - 環境変数の設定
  - .env管理
  - credential manager
  - 秘密情報の管理
  - 認証情報の設定

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.
Ships withai-agent-camp

AI Agent Training for Non-Engineers - Complete Guide to Claude Code / Cursor / Codex ### ⚠️ Before you clone Official repository (maintained by the authors): Running AI agents from this repo grants them shell, file-write, and external-API permissions on your

Get the whole plugin

Other skills on ai-agent-camp.