github-via-nyxid

Operate GitHub repositories, issues, and pull requests via NyxID's credential proxy.

Updated May 4, 2026
One-click install
npx skills add https://github.com/ChronoAIProject/nyx-skills --skill github-via-nyxid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-via-nyxid
Source: https://github.com/ChronoAIProject/nyx-skills/tree/main/github-via-nyxid
Command: npx skills add https://github.com/ChronoAIProject/nyx-skills --skill github-via-nyxid

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to operate a user's GitHub account without handling raw tokens, providing a secure and convenient way to manage GitHub resources on their behalf.

Core Features & Use Cases

  • Secure Authentication: Utilizes NyxID's credential-brokering proxy to securely access GitHub.
  • GitHub Operations: Supports a wide range of GitHub REST API actions like reading and writing repos, issues, pull requests, commits, and more.
  • Use Case: An AI agent can create, manage, and respond to pull requests, commit changes, and read from or write to a user's GitHub repositories.

Quick Start

Use the github-via-nyxid skill to open a new issue on your GitHub repository 'example-repo'.

Frequently Asked Questions about github-via-nyxid

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

FAQPage Schema
How do I manage GitHub repositories and pull requests without handling raw OAuth tokens?

You can manage GitHub repositories and pull requests without raw OAuth tokens by using a secure credential proxy. This approach operates GitHub REST API actions on your behalf, preventing direct token exposure.

Can an AI agent create issues and commit changes to my GitHub account securely?

Yes, an AI agent can create issues and commit changes securely. By connecting through a credential-brokering OAuth proxy, the agent performs GitHub REST API actions without ever touching your raw authentication tokens.

What GitHub API operations are supported through a secure authentication proxy?

GitHub API operations supported through a secure authentication proxy include reading, writing, and managing repositories, issues, pull requests, and commits. The proxy brokers credentials to execute these standard REST API actions.

Do I need an OAuth connection setup before automating GitHub API tasks?

Yes, you need to establish an OAuth connection with the api-github service beforehand. This secure authentication setup allows the proxy to broker your credentials and perform GitHub operations without requiring raw tokens.

What's the best way to secure GitHub API access for automated repository management?

The best way to secure GitHub API access for automated repository management is using a credential-brokering proxy. This method performs REST API actions like reading and writing repos without exposing raw tokens to the operating agent.