Install
openclaw skills install github-automationAutomate common GitHub tasks — create issues, check PR status, list repos, manage projects. Use when the user wants to interact with GitHub programmatically without opening the browser.
openclaw skills install github-automationStreamline GitHub workflows from the command line. Create issues, check PRs, manage repos without switching contexts.
create issue: fix login bug
check my prs
list repos
close issue #123
# Create issue
python scripts/gh_tool.py issue create "Title" "Body" --repo owner/repo --labels bug
# List PRs
python scripts/gh_tool.py pr list --repo owner/repo
# Check notifications
python scripts/gh_tool.py notifications
Uses GITHUB_TOKEN environment variable. Set it in your env:
export GITHUB_TOKEN=ghp_your_token_here
repo - Repository accessissues - Issue managementpull_requests - PR accessnotifications - Read notificationscreate issue in myrepo: bug - login fails with 500 error
check prs for pollinations/pollinations.ai
list my repos
close issue #42 in cloudgptapi