Встроенный прокси для передачи API-ключей в контейнер

security

use-native-credential-proxy is a Claude Code skill that replaces the OneCLI gateway with a built-in credential proxy inside the NanoClaw project: it reads an API key or OAuth token from a `.env` file and injects it into API requests made from the agent container, with no OneCLI installation required. It targets simplified setups where a single API key is sufficient and the full OneCLI stack would be unnecessary overhead. NanoClaw agents run in isolated Linux containers, and this skill handles secure credential delivery within that environment. It is useful for developers who prefer lightweight, easily auditable security configurations over complex multi-dependency gateway solutions.