credentials
Installation
SKILL.md
Credentials
Help the user safely manage API keys and understand what data access they have.
First: check profile
Read .nutmeg.user.md. If it doesn't exist, tell the user to run /nutmeg:init first.
Key management
API keys should NEVER be committed to git. Guide the user to store them in:
.envfile (gitignored) for project-level keys- Environment variables for system-level keys
.nutmeg.credentials.local(gitignored) for nutmeg-specific config