← Back to Skills Marketplace
khurramjamil12

Github 1

by khurramjamil12 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
43
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install github-1
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
Install only if you want your agent to use your existing GitHub CLI access. Review the repositories and permissions available to `gh`, because future agent actions using this skill may read or change GitHub data if you ask for write operations.
Capability Assessment
Purpose & Capability
The stated purpose is GitHub interaction through the `gh` CLI, and the artifact content is limited to matching examples for PR checks, workflow runs, API reads, and JSON output.
Instruction Scope
The skill mentions `gh api`, which can be powerful when used with an authenticated GitHub account, but the provided examples are scoped to explicit repositories and read-oriented queries.
Install Mechanism
The package contains only `SKILL.md` and `_meta.json`; there are no executable scripts, package installers, hooks, or hidden setup steps.
Credentials
Using `gh` normally relies on the user's local GitHub authentication and repository permissions; that access is expected for the skill's purpose but should be understood before use.
Persistence & Privilege
No persistence, background process, privilege escalation, credential capture, or local indexing behavior is present in the artifacts.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install github-1
  3. After installation, invoke the skill by name or use /github-1
  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. - Enables interaction with GitHub using the `gh` CLI. - Supports managing issues, pull requests, CI runs, and advanced queries via `gh issue`, `gh pr`, `gh run`, and `gh api`. - Provides usage examples for checking CI status, workflow runs, and advanced API queries. - Includes guidance on structured output with `--json` and filtering with `--jq`.
Metadata
Slug github-1
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Github 1?

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 43 downloads so far.

How do I install Github 1?

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

Is Github 1 free?

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

Which platforms does Github 1 support?

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

Who created Github 1?

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

💬 Comments