Favicon of github-auth

github-auth Skill

AI Agent SkillPythonOpen source

GitHub auth setup: HTTPS tokens, SSH keys, gh CLI login. Published by NousResearch in hermes-agent.

Decision snapshot

Is this a fit?

Best for

Developers using hermes-agent, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

21 days ago · MIT license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

What is github-auth Skill?

GitHub auth setup: HTTPS tokens, SSH keys, gh CLI login. Published by NousResearch in hermes-agent. 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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
100/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Developers using hermes-agent

Declared skill metadata

  • Declared author: Hermes Agent
  • Declared license: MIT
  • Source file: skills/github/github-auth/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use github-auth Skill

  • Use it for developers using hermes-agent.

Built with

PythonCopy skill directory

Editorial notes

Source

  • Creator: NousResearch
  • Repository: NousResearch/hermes-agent
  • Skill file: skills/github/github-auth/SKILL.md

What it does

GitHub auth setup: HTTPS tokens, SSH keys, gh CLI login.

Skill instructions

GitHub Authentication Setup This skill sets up authentication so the agent can work with GitHub repositories, PRs, issues, and CI. It covers two paths: - git (always available) — uses HTTPS personal access tokens or SSH keys - gh CLI (if installed) — richer GitHub API access with a simpler auth flow Detection Flow When a user asks you to work with GitHub, run this check first: bash Check what's available git --version gh --version 2/dev/null || echo "gh not installed" Check if already authenticated gh auth status 2/dev/null || echo "gh not authenticated" git config --global credential.helper 2/dev/null || echo "no git credential helper" Decision tree: 1. If gh auth status shows authenticated → you're good, use gh for everything 2. If gh is installed but not authenticated → use "gh auth" method below 3. If gh is not installed → use "git-only" method below (no sudo needed) --- Method 1: Git-Only Authentication (No gh, No sudo) This works on any machine with git installed. No root access

Verified compatibility and discovery

Frequently asked questions

What is github-auth?

github-auth is a open-source AI agent skill with Copy skill directory. GitHub auth setup: HTTPS tokens, SSH keys, gh CLI login.

Who is github-auth best for?

github-auth is best for reusing agent instructions, scripts, and references.

How do I install github-auth?

Install or run github-auth using Copy skill directory. Check github-auth for the latest setup command.

Is github-auth actively maintained?

github-auth may need a closer maintenance check before production use.

Share:

Stars
232,138
Forks
46,253
Last commit
21 days ago
Last verified
Aug 18, 2026
Metadata fetched
Aug 18, 2026
Repository age
1 year
License
MIT

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to github-auth