Skip to main content

egress-auth

Core sandbox egress authentication skill — the shared engine that the github / azure-devops / microsoft-graph / connect skills reference and use. Authentication is a REQUIRED FIRST STEP for any outbound call in the sandbox: the proxy blocks unauthenticated egress. Use whenever an outbound network call from inside a sandbox (git clone/fetch/push, gh, curl, wget, npm, pip, or a language HTTP client) targeting github.com, api.github.com, raw.githubusercontent.com, a package registry, or any external host returns an HTTP 511 (Network Authentication Required) with header `x-sandbox-proxy-status: auth_pending` or a body `{"status":"auth_pending",...}`, an HTTP 403 `{"error":"denied",...}`, or whenever a network command hangs, fails TLS, or behaves oddly behind the egress proxy. Also use PROACTIVELY before running token-unaware tools (git/gh/npm/pip) against GitHub to warm the auth cache. Owns the wire contract, the probe/poll engine, backoff polling, human-in-the-loop relay of login prompts, transparent server-side

설치로 이동

소스 정보

저장소
gautam-achieveai/ClaudePlugins
최근 소스 활동
2026년 6월 28일 09:07
감지된 SKILL.md 언어
영어
스타
3
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.