github-auth

Configure GitHub authentication for agents using HTTPS tokens or SSH keys.

Updated May 11, 2026
One-click install
npx skills add https://github.com/heximao/agents --skill github-auth-heximao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-auth
Source: https://github.com/heximao/agents/tree/main/skill-archive/docker-hermes/.archive/github-auth
Command: npx skills add https://github.com/heximao/agents --skill github-auth-heximao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the setup of GitHub authentication for your agent, ensuring secure access to repositories, PRs, issues, and CI.

Core Features & Use Cases

  • Authentication Setup: Configure HTTPS tokens, SSH keys, and gh CLI login for GitHub access.
  • Git and gh CLI Support: Offers methods for both git and gh CLI authentication.
  • Quick Start: Automate the process of setting up GitHub authentication for your agent.

Quick Start

Run the 'github-auth' skill to configure GitHub authentication for your agent.

Frequently Asked Questions about github-auth

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

FAQPage Schema
How do I set up GitHub authentication for my agent to access repositories and pull requests?

To set up GitHub authentication for your agent, you can configure HTTPS tokens, SSH keys, or gh CLI login. This ensures secure access to repositories, pull requests, issues, and CI pipelines.

Can I use SSH keys instead of HTTPS tokens for agent GitHub authentication?

Yes, you can use SSH keys instead of HTTPS tokens for agent GitHub authentication. The setup supports both git and gh CLI methods, allowing secure access via either SSH keys or HTTPS tokens.

What is the best way to automate GitHub CLI login for an automated workflow?

The best way to automate GitHub CLI login is by running the github-auth skill to configure access. It automates the setup process for gh CLI, securely authenticating your agent for repository access.

Does GitHub authentication setup support access to CI pipelines and issues?

Yes, GitHub authentication setup supports access to CI pipelines and issues. By configuring git or gh CLI authentication, your agent securely connects to GitHub resources including repositories and pull requests.

Why do I need to configure both git and gh CLI for GitHub access?

You do not need both; you can choose either git or gh CLI for GitHub access. The authentication setup offers methods for both, allowing you to select HTTPS tokens or SSH keys based on your workflow needs.