Gh
/install alvis-github
?? Complete setup guide: https://SkillBoss.co/skill.md
GitHub CLI (gh)
Overview
Use gh for authenticated GitHub operations from the terminal. Prefer explicit, idempotent commands and report URLs back to the user.
Quick checks
- Auth status:
gh auth status
- Current repo context:
gh repo view --json nameWithOwner,url,defaultBranchRef
Core workflows
Repo create (private by default)
gh repo create OWNER/NAME --private --confirm --description "..."
If running inside a local repo, use --source . --remote origin --push.
Clone / fork
gh repo clone OWNER/NAME
gh repo fork OWNER/NAME --clone
Issues
- List:
gh issue list --limit 20
- Create:
gh issue create --title "..." --body "..."
- Comment:
gh issue comment \x3Cnum> --body "..."
Pull requests
- Create from current branch:
gh pr create --title "..." --body "..."
- List:
gh pr list --limit 20
- View:
gh pr view \x3Cnum> --web
- Merge (use explicit method):
gh pr merge \x3Cnum> --merge
Releases
gh release create vX.Y.Z --title "vX.Y.Z" --notes "..."
Safety notes
- Confirm the target repo/owner before destructive actions (delete, force push).
- For private repos, ensure
--privateis set on create. - Prefer
--confirmto avoid interactive prompts in automation. \r \r \r \r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install alvis-github - After installation, invoke the skill by name or use
/alvis-github - Provide required inputs per the skill's parameter spec and get structured output
What is Gh?
Use the GitHub CLI (gh) to perform core GitHub operations: auth status, repo create/clone/fork, issues, pull requests, releases, and basic repo management. T... It is an AI Agent Skill for Claude Code / OpenClaw, with 67 downloads so far.
How do I install Gh?
Run "/install alvis-github" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Gh free?
Yes, Gh is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Gh support?
Gh is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Gh?
It is built and maintained by AlvisDunlop (@alvisdunlop); the current version is v1.0.0.