Developer Tools⭐ Featured
GitHub CLI Assistant
GitHub CLI助手
Integrate GitHub CLI for managing Issues, PRs, Actions and repositories - perfect for developers who frequently work with GitHub.
githubcligitprissues
Install Command
npx openclaw skills install githubVersion
1.0.0
Author
steipete
Updated
Sun Mar 15 2026 00:00:00 GMT+0000 (Coordinated Universal Time)
Source
ClawHub →Features
Use Cases
Installation
npx openclaw skills install github
Energy Industry Examples
# View latest Issues for energy dataset project
gh issue list --repo owner/energy-project --limit 10
# Create a new data report PR
gh pr create --title "Monthly Energy Data Report" --body "Added March data"