use-native-credential-proxy

Replace the OneCLI gateway with a local HTTP credential proxy reading .env files.

5|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/chiptoe-svg/nanoclaw_gccourse --skill use-native-credential-proxy-chiptoe-svg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: use-native-credential-proxy
Source: https://github.com/chiptoe-svg/nanoclaw_gccourse/tree/main/.claude/skills/use-native-credential-proxy
Command: npx skills add https://github.com/chiptoe-svg/nanoclaw_gccourse --skill use-native-credential-proxy-chiptoe-svg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

NanoClaw's default OneCLI gateway adds unnecessary complexity for credential management, requiring users to install and maintain an external service just to handle API keys and OAuth tokens for their agents.

Core Features & Use Cases

  • Built-in Credential Proxy: Replaces the external OneCLI gateway with a local HTTP proxy that reads credentials directly from .env files, no extra services required.
  • Flexible Authentication Support: Works with both Claude Pro/Max subscription OAuth tokens and pay-per-use Anthropic API keys to fit different user needs.
  • Use Case: Ideal for classroom or personal NanoClaw deployments where you want to avoid the overhead of managing OneCLI for multiple agents, using simple .env files for each agent's credentials instead.

Quick Start

Use the use-native-credential-proxy skill to replace OneCLI with a simple .env-based credential proxy for your NanoClaw agent deployment.

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 replace the OneCLI gateway with a local .env credential proxy for NanoClaw?

Yes, the built-in credential proxy supports both pay-per-use Anthropic API keys and Claude Pro/Max subscription OAuth tokens, reading them directly from .env files to authenticate NanoClaw agent API requests.

Do I need to install external services for NanoClaw credential management?

The built-in credential proxy is ideal for academic classroom and personal NanoClaw deployments, providing simple .env-based credential management without the overhead of maintaining external gateway services for multiple agents.

How does the credential proxy keep API keys isolated from external systems?

The local HTTP proxy keeps credentials isolated by reading Anthropic API keys and Claude OAuth tokens directly from local .env files and injecting them only into container API requests, bypassing external gateway systems.

What is the best way to manage multiple agent credentials in NanoClaw without OneCLI?

The best way to manage multiple agent credentials without OneCLI is using simple .env files for each agent's credentials, loaded by a built-in local HTTP proxy that injects them directly into NanoClaw container API requests.