use-native-credential-proxy

Replace OneCLI gateway with NanoClaw's credential proxy for .env-based API requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill replaces the external OneCLI gateway by using NanoClaw's built-in credential proxy, simplifying credential management by reading from a .env file and injecting credentials into container API requests.

Core Features & Use Cases

  • Centralizes credential handling without requiring OneCLI.
  • Reads API keys or OAuth tokens from .env and injects them into container API requests at runtime.
  • Works with NanoClaw deployments to maintain secure, environment-based credentials.

Quick Start

Enable the native proxy by placing credentials in a .env file and restarting NanoClaw to apply the changes.

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 API keys from a .env file into container requests?

You can inject API keys from a .env file into container API requests by enabling NanoClaw's built-in credential proxy, which automatically reads and applies the credentials at runtime.

What is the best way to manage API credentials without installing OneCLI?

The best way to manage credentials without OneCLI is using NanoClaw's native credential proxy to centralize handling and read API keys or OAuth tokens directly from a .env file.

Does NanoClaw support centralized credential handling for containers?

Yes, NanoClaw supports centralized credential handling for containers through its built-in credential proxy, which reads environment variables and securely injects them into API requests at runtime.

How do I configure environment-based authentication for NanoClaw deployments?

To configure environment-based authentication for NanoClaw deployments, place your API keys or OAuth tokens in a .env file and restart NanoClaw to apply the automated credential proxy setup.

Are there fallbacks if credential injection fails in NanoClaw?

NanoClaw's built-in credential proxy provides safe fallbacks during credential injection, ensuring container API requests fail gracefully if the .env file lacks the required API keys or OAuth tokens.