github-auth

Configure GitHub authentication for Nyxora agents using git or gh CLI.

5|2|Updated May 26, 2026
One-click install
npx skills add https://github.com/nyxoraAI/Nyxora --skill github-auth-nyxoraai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-auth
Source: https://github.com/nyxoraAI/Nyxora/tree/main/packages/core/playbooks/github/github-auth
Command: npx skills add https://github.com/nyxoraAI/Nyxora --skill github-auth-nyxoraai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the setup of GitHub authentication, allowing your agent to securely interact with GitHub repositories, pull requests, issues, and CI.

Core Features & Use Cases

  • Authentication Setup: Configure HTTPS tokens, SSH keys, and gh CLI login for GitHub.
  • Git and gh CLI Support: Works with both git and gh CLI for different authentication methods.
  • Use Case: When you need to integrate your agent with GitHub repositories and perform actions like pulling requests, issues management, or CI tasks.

Quick Start

Run the command 'github-auth setup' to configure GitHub authentication for your Nyxora 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 set up GitHub authentication, run the 'github-auth setup' command. This configures secure access to GitHub repositories by managing personal access tokens or SSH keys for your agent.

Does this Skill support both git and gh CLI for GitHub authentication?

Yes, GitHub authentication supports both git and gh CLI methods. It configures git credential helpers for HTTPS tokens and manages gh CLI login to ensure secure repository access.

Can I use SSH keys to authenticate my agent with GitHub repositories?

Yes, you can use SSH keys to authenticate with GitHub repositories. The setup process manages SSH key configuration alongside personal access tokens to secure agent interactions.

What's the best way to configure GitHub access for managing pull requests and issues?

The best way to configure GitHub access is by running the 'github-auth setup' command. This securely integrates your agent to interact with repositories, pull requests, issues, and CI.

Do I need a personal access token to integrate my agent with GitHub CI?

You need either a personal access token or an SSH key to integrate with GitHub CI. The setup process configures git credential helpers or gh CLI to use these credentials securely.