Credentials Management Skill For securely loading API keys from a centralized access file and configuring project environments. --- Credentials File Discovery REQUIRED : When a project needs API keys, ask the user: Default Locations to Check --- Supported File Formats The credentials file can use any of these formats: Format 1: Colon-separated Format 2: Key=Value Format 3: Mixed/Informal --- Key Identification Patterns Use these patterns to identify keys in the file: | Service | Pattern | Env Variable | |---------|---------|--------------| | OpenAI | or | | | Claude/Anthropic | | | | Render |…