use-native-credential-proxy

Replace OneCLI gateway with NanoClaw's built-in credential proxy for .env-based credential injection.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/stevengonsalvez/nanoclaw-standalone --skill use-native-credential-proxy-stevengonsalvez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: use-native-credential-proxy
Source: https://github.com/stevengonsalvez/nanoclaw-standalone/tree/main/.claude/skills/use-native-credential-proxy
Command: npx skills add https://github.com/stevengonsalvez/nanoclaw-standalone --skill use-native-credential-proxy-stevengonsalvez

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Replace OneCLI gateway with NanoClaw's built-in credential proxy to simplify credential management for container-based workflows and avoid external dependencies.

Core Features & Use Cases

  • Reads credentials from a local .env file and injects them into container API requests, eliminating manual token handling.
  • Supports both CLAUDE API keys and Anthropic tokens, enabling seamless credential management for containerized agents.
  • Provides a guided, phase-based workflow to enable, configure, and validate the native proxy within NanoClaw deployments.

Quick Start

Create a .env file with your credentials and restart NanoClaw to activate the native credential proxy.

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 inject credentials into containers without an external gateway?

To inject credentials into containers without an external gateway, use NanoClaw's built-in credential proxy to read credentials from a local .env file and inject them directly into container API requests.

How does a .env-based credential proxy work for container API requests?

A .env-based credential proxy works by reading your local credentials and injecting them into container API requests automatically, eliminating manual token handling and removing the need for external services.

Can I use a .env file to manage both Anthropic tokens and Claude API keys for containers?

Yes, you can use a .env file to manage both Anthropic tokens and Claude API keys, allowing seamless credential management for containerized agents within NanoClaw deployments.

What is the best way to replace OneCLI gateway with a native credential proxy?

The best way to replace the OneCLI gateway is to follow a phased workflow: verify proxy absence, merge the skill branch, update documentation, install dependencies, build, and validate the credential setup.

Are external dependencies required for container credential management in NanoClaw?

No external dependencies are required for container credential management in NanoClaw, because the built-in credential proxy simplifies credential management by reading directly from a local .env file.

What steps are needed to validate the native credential proxy setup and startup?

To validate the native credential proxy setup, create a .env file with your credentials, restart NanoClaw to activate the proxy, and complete the final phase of the workflow to verify startup and credential injection.