use-native-credential-proxy

Inject Anthropic credentials from .env files into container environments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes the requirement to use the OneCLI gateway for credential management, allowing users to supply Anthropic credentials directly via environment variables.

Core Features & Use Cases

  • Direct Credential Injection: Injects API keys or OAuth tokens directly into the container environment.
  • OneCLI Opt-out: Provides a simplified setup for users who prefer standard .env configuration over the agent vault.
  • Use Case: Ideal for developers or users who want to run the agent in isolated environments without configuring the full OneCLI infrastructure.

Quick Start

Use the use-native-credential-proxy skill to configure my agent to read credentials directly from the .env file.

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 configure Anthropic API credentials using a .env file instead of a vault?

To configure Anthropic credentials with a .env file, this skill injects environment variables directly into the container spawn process, bypassing the OneCLI gateway and agent vault entirely for simplified credential management.

Can I run the Bookoraa Agent in an isolated Docker environment without the OneCLI gateway?

Yes, you can run the agent in isolated Docker environments without the OneCLI gateway by using a structural reach-in to the container runner that passes credentials as environment variables during the container spawn process.

What is the best way to opt out of OneCLI credential management for the Bookoraa Agent?

The best way to opt out of OneCLI credential management is to inject API keys or OAuth tokens directly into the container environment via standard .env configuration, removing the requirement for the full OneCLI infrastructure.

How does direct credential injection work for Docker containers?

Direct credential injection works by performing a structural reach-in to the container runner, ensuring Anthropic credentials are passed as environment variables during the container spawn process rather than relying on a gateway.

Do I need the OneCLI infrastructure to supply Anthropic credentials to the Bookoraa Agent?

No, you do not need the OneCLI infrastructure to supply Anthropic credentials. This skill removes that requirement by facilitating direct credential injection from standard .env files into the container environment.