github

Authenticate GitHub operations via egress proxy handshake and cache warming.

2|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/gautam-achieveai/ClaudePlugins --skill github-gautam-achieveai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/gautam-achieveai/ClaudePlugins/tree/main/sandbox-auth/skills/github
Command: npx skills add https://github.com/gautam-achieveai/ClaudePlugins --skill github-gautam-achieveai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures secure access to GitHub operations by setting up authentication before any GitHub call, preventing unauthorized access and failures.

Core Features & Use Cases

  • Authentication Setup: Establishes a secure connection to GitHub, handling the egress proxy's auth handshake.
  • Warm-then-Run Pattern: Pre-warms the GitHub cache and then executes the intended GitHub command.
  • Scope: Applies to any GitHub operation, including cloning, fetching, pushing, and API calls via curl/wget/HTTP clients.
  • Use Case: Before running any GitHub command, use this Skill to authenticate and warm the cache for a seamless experience.

Quick Start

Run the 'github' skill to authenticate and warm the cache for GitHub operations.

Frequently Asked Questions about github

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I authenticate GitHub operations through a proxy?

To authenticate GitHub operations, this Skill sets up a secure connection by handling the egress proxy auth handshake. It ensures secure access before any GitHub call, preventing unauthorized access and connection failures.

Why do my GitHub API calls fail without cache warming?

GitHub API calls may fail without cache warming due to connection timeouts. This Skill uses a warm-then-run pattern to pre-warm the GitHub cache, ensuring seamless execution of your intended GitHub commands via curl or HTTP clients.

Does this GitHub authentication setup apply to git clone and push?

Yes, this GitHub authentication setup applies to cloning, fetching, and pushing operations. It also secures API calls made via curl, wget, or other HTTP clients by establishing the secure connection beforehand.

What is the best way to secure curl requests to the GitHub API?

The best way to secure curl requests to the GitHub API is to run this Skill first. It establishes a secure connection and warms the cache, handling the egress proxy authentication required for seamless HTTP client operations.

Do I need to authenticate before fetching from GitHub?

Yes, you need to authenticate before fetching from GitHub to prevent unauthorized access. Running this Skill pre-warms the cache and completes the proxy auth handshake, securing your fetching and pushing operations.