use-native-credential-proxy

Replace OneCLI gateway with NanoCrew's built-in credential proxy for local .env credentials.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/CjLogic/nanocrew --skill use-native-credential-proxy-cjlogic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: use-native-credential-proxy
Source: https://github.com/CjLogic/nanocrew/tree/main/.codex/skills/use-native-credential-proxy
Command: npx skills add https://github.com/CjLogic/nanocrew --skill use-native-credential-proxy-cjlogic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Replaces the OneCLI gateway with NanoCrew's built-in credential proxy to simplify credential management for containerized workloads, reading credentials from .env with no external services required.

Core Features & Use Cases

  • Replaces the OneCLI gateway with a native credential proxy in NanoCrew.
  • Reads credentials from .env and injects them into container API requests.
  • Supports token-based authentication (e.g., Claude Pro/Max tokens, Anthropic API keys) via environment configuration.

Quick Start

Run the native-credential-proxy setup to replace OneCLI, then restart NanoCrew and verify that credentials from .env are injected into container requests.

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

You can inject credentials from a .env file into containerized API requests by using a native credential proxy to read environment variables and route them directly into your container workflows.

What is the best way to replace an external credential gateway with a local proxy for containers?

Replacing an external credential gateway involves setting up a built-in native proxy that reads local .env files, configures ports, and removes external SDKs to manage credentials directly within your container environment.

Does the native credential proxy support Claude Pro/Max tokens and Anthropic API keys?

Yes, the native credential proxy supports token-based authentication for Claude Pro/Max tokens and Anthropic API keys by reading them from your local .env configuration across development and production environments.

How do I configure port settings for a local credential proxy in a containerized environment?

Configuring port settings for a local credential proxy requires a phased setup process where you define the port configuration, remove external credential SDKs, and restart your container runtime to validate credential injection.

Why do I need to remove external credential SDKs when switching to a native proxy?

Removing external credential SDKs is necessary because the native proxy handles credential management locally from .env files, eliminating external service dependencies and simplifying your containerized workload authentication.

Can I use a .env file for credential management across both development and production containers?

Yes, you can use a .env file for credential management across development and production containers by configuring the native proxy to read and inject environment variables into your API requests at runtime.