← Back to Skills Marketplace
keyserkazi1

Github

by Keyserkazi1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
214
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install github-100
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 is an instructions-only wrapper for the gh CLI and appears coherent. Before installing: (1) confirm the skill source/origin because _meta.json owner/slug differ from registry metadata; (2) ensure the agent environment has the gh CLI installed and authenticated as you expect — the skill will use whatever GitHub credentials (gh auth or GH_TOKEN) are present, so verify those tokens' scopes to avoid unintended write/destructive actions; (3) if you do not trust the agent to act on your behalf, avoid enabling autonomous invocation or limit the agent's access to GitHub credentials. If any of these points are unclear, request the publisher clarify the metadata and provenance.
Capability Analysis
Type: OpenClaw Skill Name: github-100 Version: 1.0.0 The skill bundle provides standard documentation and usage examples for the GitHub CLI (gh) to manage issues, pull requests, and CI runs. The instructions in SKILL.md are aligned with the stated purpose and do not contain any malicious commands, data exfiltration attempts, or prompt injection risks.
Capability Assessment
Purpose & Capability
Name/description match the instructions: all commands are gh CLI usages for issues, PRs, and runs. Minor metadata inconsistency: registry metadata lists slug "github-100" and ownerId kn71x... while _meta.json contains slug "github" and a different ownerId (kn70p...). This is likely a publishing/packaging mismatch but worth checking the source/origin before trusting.
Instruction Scope
SKILL.md only instructs use of gh commands (gh pr, gh run, gh issue, gh api, --repo, --json/--jq). It does not ask the agent to read unrelated files, access unrelated env vars, or transmit data to external endpoints outside normal GitHub API usage.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes risk because nothing is downloaded or written by the skill itself.
Credentials
The skill declares no required env vars, which is reasonable for a gh CLI helper because gh relies on existing user authentication (gh auth, GH_TOKEN, etc.). However the skill will implicitly use whatever GitHub credentials are available to the agent/environment; verify the scope and permissions of those credentials before allowing the skill to run.
Persistence & Privilege
always is false and the skill is user-invocable with normal autonomous invocation allowed. It does not request persistent installation or modify other skills/configurations.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install github-100
  3. After installation, invoke the skill by name or use /github-100
  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. - Added documentation for using the `gh` CLI to manage issues, pull requests, CI runs, and perform advanced API queries. - Included usage examples for checking PR status, listing workflow runs, and fetching structured JSON data.
Metadata
Slug github-100
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Github?

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

How do I install Github?

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

Is Github free?

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

Which platforms does Github support?

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

Who created Github?

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

💬 Comments