use-native-credential-proxy Skill
Replace OneCLI gateway with the built-in credential proxy. For users who want simple .env-based credential management without installing OneCLI. Reads API key or OAuth token from .env and injects into container API requests. Published by microsoft in amplifier-app-nanoclaw.
What is use-native-credential-proxy Skill?
Replace OneCLI gateway with the built-in credential proxy. For users who want simple .env-based credential management without installing OneCLI. Reads API key or OAuth token from .env and injects into container API requests. Published by microsoft in amplifier-app-nanoclaw. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using amplifier-app-nanoclaw
Technical details
- Install or run with Copy skill directory
When to use use-native-credential-proxy Skill
- Use it for developers using amplifier-app-nanoclaw.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/amplifier-app-nanoclaw
- Skill file: .claude/skills/use-native-credential-proxy/SKILL.md
What it does
Replace OneCLI gateway with the built-in credential proxy. For users who want simple .env-based credential management without installing OneCLI. Reads API key or OAuth token from .env and injects into container API requests.
Skill instructions
Use Native Credential Proxy This skill replaces the OneCLI gateway with NanoClaw's built-in credential proxy. Containers get credentials injected via a local HTTP proxy that reads from .env — no external services needed. Phase 1: Pre-flight Check if already applied Check if src/credential-proxy.ts is imported in src/index.ts: bash grep "credential-proxy" src/index.ts If it shows an import for startCredentialProxy, the native proxy is already active. Skip to Phase 3 (Setup). Check if OneCLI is active bash grep "@onecli-sh/sdk" package.json If @onecli-sh/sdk appears, OneCLI is the active credential provider. Proceed with Phase 2 to replace it. If neither check matches, you may be on an older version. Run /update-nanoclaw first, then retry. Phase 2: Apply Code Changes Ensure upstream remote bash git remote -v If upstream is missing, add it: bash git remote add upstream https://github.com/nanocoai/nanoclaw.git Merge the skill branch bash git fetch upstream skill/native-credential-proxy git
Explore related resources
Frequently asked questions
What is use-native-credential-proxy?
use-native-credential-proxy is a open-source AI agent skill with Copy skill directory. Replace OneCLI gateway with the built-in credential proxy. For users who want simple .env-based credential management without installing OneCLI.
Who is use-native-credential-proxy best for?
use-native-credential-proxy is best for reusing agent instructions, scripts, and references.
How do I install use-native-credential-proxy?
Install or run use-native-credential-proxy using Copy skill directory. Check use-native-credential-proxy for the latest setup command.
Is use-native-credential-proxy actively maintained?
use-native-credential-proxy may need a closer maintenance check before production use.
Auto-fetched from GitHub.