aiagent-env-manager

Store, rotate, and verify environment variables and credentials for ai-agent-camp workflows.

345|12|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/minicoohei/ai-agent-camp --skill aiagent-env-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aiagent-env-manager
Source: https://github.com/minicoohei/ai-agent-camp/tree/main/.claude/skills/aiagent-env-manager
Command: npx skills add https://github.com/minicoohei/ai-agent-camp --skill aiagent-env-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing environment variables and credentials safely is essential to prevent leaks and accidental exposure when setting up AI agent workflows.

Core Features & Use Cases

  • Secure storage of API keys and secrets on local machines and in CI environments.
  • Credential lifecycle management including store, rotate, and verify without exposing secret values.
  • Use Case: When integrating ai-agent-camp, load credentials at runtime from a dedicated credential manager instead of embedding keys in code.

Quick Start

Run the credential manager to securely store and verify your API keys locally.

Frequently Asked Questions about aiagent-env-manager

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

FAQPage Schema
How do I manage environment variables and API keys securely for AI agent workflows?

Manage environment variables securely by using a dedicated credential manager to store and load secrets at runtime, preventing accidental exposure of API keys in code. This isolates credentials from the application logic.

What is the best way to store credentials locally without exposing secret values?

The best way to store credentials without exposing values is using a secure credential manager that handles the lifecycle, allowing you to store, rotate, and verify secrets on local machines safely.

Can I use this credential manager for secret management in CI environments?

Yes, you can use this credential manager for secret management in CI environments. It supports secure storage of API keys and secrets across both local development and CI pipelines.

How do I rotate and verify API keys during the agent lifecycle?

Rotate and verify API keys by executing the credential manager's lifecycle commands, which handle secret updates without exposing the underlying credential values during the workflow.

Does managing AI agent credentials require embedding API keys directly in code?

No, managing AI agent credentials does not require embedding API keys in code. You load credentials at runtime from the credential manager, ensuring secrets remain separated from your source code.