| name | github |
| description | Interact with GitHub repositories, issues, pull requests, and actions using the gh CLI. |
| metadata | {"openclaw":{"emoji":"🐙","requires":{"bins":["gh"]}}} |
GitHub
Manage GitHub resources with the gh CLI.
Issues
gh issue list
gh issue create --title "Bug report" --body "Description"
gh issue view 123
Pull Requests
gh pr list
gh pr create --title "Feature" --body "Description"
gh pr diff 456
gh pr review 456 --approve
Actions
gh run list
gh run view 789
gh run rerun 789
API Access
gh api graphql -f query='{ viewer { login } }'
gh api repos/owner/repo/releases