✓ Verified
💻 Development
✓ Enhanced Data
Gh
Use the GitHub CLI (gh) to perform core GitHub operations: auth status, repo create/clone/fork, issu
- Rating
- 4.6 (491 reviews)
- Downloads
- 2,931 downloads
- Version
- 1.0.0
Overview
Use the GitHub CLI (gh) to perform core GitHub operations: auth status, repo create/clone/fork, issues, pull.
Complete Documentation
View Source →
GitHub CLI (gh)
Overview
Usegh for authenticated GitHub operations from the terminal. Prefer explicit, idempotent commands and report URLs back to the user.Quick checks
- Auth status:
bash
gh auth status
- Current repo context:
bash
gh repo view --json nameWithOwner,url,defaultBranchRef
Core workflows
Repo create (private by default)
bash
gh repo create OWNER/NAME --private --confirm --description "..."
--source . --remote origin --push.Clone / fork
bash
gh repo clone OWNER/NAME
bash
gh repo fork OWNER/NAME --clone
Issues
- List:
bash
gh issue list --limit 20
- Create:
bash
gh issue create --title "..." --body "..."
- Comment:
bash
gh issue comment <num> --body "..."
Pull requests
- Create from current branch:
bash
gh pr create --title "..." --body "..."
- List:
bash
gh pr list --limit 20
- View:
bash
gh pr view <num> --web
- Merge (use explicit method):
bash
gh pr merge <num> --merge
Releases
bash
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.
Installation
Terminal bash
openclaw install gh
Copied!
💻Code Examples
gh repo fork OWNER/NAME --clone
gh-repo-fork-ownername---clone.txt
### Issues
- List:gh issue comment <num> --body "..."
gh-issue-comment-num---body-.txt
### Pull requests
- Create from current branch:Tags
#git_and-github
#cli
#github
#git
Quick Info
Category Development
Model Claude 3.5
Complexity One-Click
Author trumppo
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install gh
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
⚡ GPT-Optimized
)}
★ 3.8 (274)
↓ 17,648
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0