← Back to Skills Marketplace
mrherojack

Github Custom

by MrHeroJack · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
102
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install github-custom
Description
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
README (SKILL.md)

GitHub Skill

Use the gh CLI to interact with GitHub. Always specify --repo owner/repo when not in a git directory, or use URLs directly.

Pull Requests

Check CI status on a PR:

gh pr checks 55 --repo owner/repo

List recent workflow runs:

gh run list --repo owner/repo --limit 10

View a run and see which steps failed:

gh run view \x3Crun-id> --repo owner/repo

View logs for failed steps only:

gh run view \x3Crun-id> --repo owner/repo --log-failed

API for Advanced Queries

The gh api command is useful for accessing data not available through other subcommands.

Get PR with specific fields:

gh api repos/owner/repo/pulls/55 --jq '.title, .state, .user.login'

JSON Output

Most commands support --json for structured output. You can use --jq to filter:

gh issue list --repo owner/repo --json number,title --jq '.[] | "\(.number): \(.title)"'
Usage Guidance
This skill appears to be a simple set of instructions for using the gh CLI, but there are some red flags you should consider before installing: - The SKILL.md assumes the gh CLI and authenticated GitHub access, but the skill metadata does not declare gh as a required binary nor does it declare any credential variables. Verify the runtime environment will have gh installed and authenticated (gh auth login or a valid GITHUB_TOKEN) before relying on this skill. - The included _meta.json ownerId and slug differ from the registry metadata shown; this mismatch suggests packaging or provenance issues. Prefer skills with a clear homepage or known publisher; contact the publisher or registry to confirm the origin. - Although the instructions are limited to gh commands, gh api and gh run view could access or transmit repository data; only install this skill if you trust the agent's ability to run commands and the repositories it will access. - If you want to reduce risk, restrict the skill to manual invocation (do not allow autonomous invocation) and confirm which repository names the skill will be allowed to operate on. If you can verify the publisher, ensure gh is installed and authenticated, and you accept that the agent may run gh commands against repositories, this skill is usable; otherwise treat it as untrusted until provenance and auth details are clarified.
Capability Analysis
Type: OpenClaw Skill Name: github-custom Version: 1.0.0 The skill bundle provides standard instructions and examples for using the official GitHub CLI (gh) to interact with repositories, issues, and pull requests. There are no signs of malicious execution, data exfiltration, or prompt injection in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The skill's name/description and SKILL.md consistently describe a gh CLI wrapper for GitHub operations — that purpose is coherent. However, the skill does not declare the gh CLI as a required binary or any authentication variables, which would normally be expected for a GitHub CLI skill.
Instruction Scope
SKILL.md only contains concrete gh CLI commands (pr/checks, run list/view, gh api usage, --json/--jq examples). It does not instruct reading unrelated files, contacting arbitrary external endpoints, or collecting extra system data.
Install Mechanism
This is instruction-only with no install spec and no code files — low install risk. Nothing will be downloaded or written by an installer.
Credentials
No env vars or primary credential are declared, but the gh CLI typically requires authentication (gh auth) or GITHUB_TOKEN/gh config. The absence of any auth guidance or declared credential is an omission. The skill does not request unrelated secrets.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent/system-wide modifications in its instructions or manifest.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install github-custom
  3. After installation, invoke the skill by name or use /github-custom
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the GitHub Skill. - Provides usage instructions for interacting with GitHub via the `gh` CLI. - Covers commands for managing issues, pull requests, CI runs, and using the GitHub API. - Includes examples for checking PR CI status, workflow runs, and advanced data queries. - Explains use of `--repo`, `--json`, and `--jq` options for structured and filtered outputs.
Metadata
Slug github-custom
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Github Custom?

Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries. It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.

How do I install Github Custom?

Run "/install github-custom" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Github Custom free?

Yes, Github Custom is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Github Custom support?

Github Custom is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Github Custom?

It is built and maintained by MrHeroJack (@mrherojack); the current version is v1.0.0.

💬 Comments