github

Execute GitHub REST API operations with automatic credential injection.

1|Updated May 11, 2026
One-click install
npx skills add https://github.com/zeropoint-foundation/ironclaw --skill github-zeropoint-foundation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/zeropoint-foundation/ironclaw/tree/main/skills/github
Command: npx skills add https://github.com/zeropoint-foundation/ironclaw --skill github-zeropoint-foundation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub API integration that eliminates manual credential handling and streamlines common repository operations via HTTP.

Core Features & Use Cases

  • Authenticated access to issues, pull requests, repos, and commits using the GitHub REST API through the http tool.
  • Create, list, and update issues and PRs; fetch repository metadata; search across user-owned repos.
  • Use Case: automate triage tasks by listing open issues, creating issues, and posting comments across multiple repos without exposing credentials.

Quick Start

Authenticate with your github_token and start making HTTP calls to https://api.github.com.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate listing and creating GitHub issues across multiple repos?

Automate GitHub issues across repositories by executing REST API operations via HTTP requests. The tool automatically injects credentials to securely list, create, and update issues or pull requests without manual authentication handling.

What GitHub token scopes do I need to manage pull requests and query repository data?

Managing pull requests and querying repository data requires a github_token with repo and read:org scopes. This token provides authenticated access to the GitHub REST API at https://api.github.com for repository operations.

Can I use HTTP calls to fetch repository metadata and search across user-owned repos?

Fetch repository metadata and search across user-owned repos by making HTTP calls to the GitHub REST API. The tool identifies and executes the necessary API operations while securely auto-injecting your credentials for authenticated access.

What is the best way to handle GitHub API authentication without exposing credentials in automation scripts?

Handle GitHub API authentication securely by relying on auto-injected credentials during HTTP requests. This approach eliminates manual credential handling in scripts, ensuring your github_token remains secure while managing issues and pull requests.

Does this GitHub API integration support posting comments and updating existing issues?

The GitHub API integration supports posting comments and updating existing issues through authenticated HTTP requests. You can automate triage tasks by creating issues, updating them, and posting comments across all accessible repositories.