fix: slim credential docs in group CLAUDE.md and add onecli-gateway container skill

This commit is contained in:
johnnyfish
2026-05-07 13:09:20 +03:00
parent d8d6f6bd65
commit 4305c6a87d
3 changed files with 77 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
# Credentials & External Services
Your HTTP requests go through the OneCLI proxy, which injects real credentials automatically. Just call any API directly (Gmail, GitHub, Slack, etc.) — the proxy adds auth before it reaches the service.
Use any method: curl, Python, a CLI tool, whatever fits. If a tool checks for credentials locally, pass any placeholder value — the proxy replaces it with real credentials at request time.
If you get a `401`/`403`/`app_not_connected`, run `/onecli-gateway` for the full error-handling flow. Never ask the user for API keys or tokens — if credentials are missing, the fix is connecting the service in OneCLI.