use-native-credential-proxy

Configure container agents to use environment-based credentials instead of the OneCLI gateway vault.

Updated Jun 27, 2026
One-click install
npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill use-native-credential-proxy-vincentchong123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: use-native-credential-proxy
Source: https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy/tree/main/.claude/skills/use-native-credential-proxy
Command: npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill use-native-credential-proxy-vincentchong123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes the dependency on the OneCLI agent vault for users who prefer managing their Anthropic credentials directly within their project environment files.

Core Features & Use Cases

  • Direct Credential Injection: Allows Anthropic API keys or OAuth tokens to be read directly from the .env file and passed into the container environment.
  • OneCLI Opt-out: Provides a clean way to bypass the default HTTPS proxy and certificate-based credential injection mechanism.
  • Use Case: Ideal for developers who want to run NanoClaw agents in isolated environments without configuring the full OneCLI gateway infrastructure.

Quick Start

Enable the native credential proxy by setting the NANOCLAW_NATIVE_CREDENTIALS flag to true in your .env file and providing your Anthropic API key.

Frequently Asked Questions about use-native-credential-proxy

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

FAQPage Schema
How do I use environment variables for Docker container authentication instead of a proxy vault?

To use environment variables for Docker container authentication instead of a proxy vault, you can configure the container agent to read credentials directly from a .env file, bypassing the default HTTPS proxy and certificate-based injection.

What is the best way to pass Anthropic API keys directly into a container runtime?

The best way to pass Anthropic API keys directly into a container runtime is by enabling native credential handling, which injects API keys or OAuth tokens from your local environment files into the container spawn arguments.

How do I configure NanoClaw agents to bypass the OneCLI gateway vault?

To configure NanoClaw agents to bypass the OneCLI gateway vault, you enable native credentials by setting the NANOCLAW_NATIVE_CREDENTIALS flag to true in your .env file and providing your API key.

Can I run NanoClaw agents in isolated environments without configuring the full OneCLI gateway infrastructure?

Yes, you can run NanoClaw agents in isolated environments without the full OneCLI gateway infrastructure by using native credential handling to propagate environment variables directly into the container runtime.

Why modify container spawn arguments for environment variable propagation?

Modifying container spawn arguments for environment variable propagation is necessary to satisfy requirements for non-proxy credential handling, allowing direct injection of API keys into the container runtime instead of relying on vault-based authentication.

Does native credential handling support OAuth tokens as well as API keys?

Yes, native credential handling supports both Anthropic API keys and OAuth tokens, reading them directly from your .env file and passing them into the container environment for simplified authentication management.