/install github-automation
GitHub Automation
Streamline GitHub workflows from the command line. Create issues, check PRs, manage repos without switching contexts.
Usage
create issue: fix login bug
check my prs
list repos
close issue #123
Features
Issues
- Create issues with title/body/labels
- List open/closed issues
- Close or comment on issues
- Search issues
Pull Requests
- Check PR status and reviews
- List open PRs
- Comment on PRs
- Check merge status
Repositories
- List user/org repos
- Check repo stats
- Get recent commits
- Check branch status
User
- Check notifications
- Get user profile info
- List starred repos
Script
# 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
Authentication
Uses GITHUB_TOKEN environment variable. Set it in your env:
export GITHUB_TOKEN=ghp_your_token_here
Token Permissions Needed
repo- Repository accessissues- Issue managementpull_requests- PR accessnotifications- Read notifications
Examples
create issue in myrepo: bug - login fails with 500 error
check prs for pollinations/pollinations.ai
list my repos
close issue #42 in cloudgptapi
Output
- Success/failure confirmation
- Issue/PR numbers and URLs
- Formatted lists with key info
- Direct links to GitHub
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install github-automation - After installation, invoke the skill by name or use
/github-automation - Provide required inputs per the skill's parameter spec and get structured output
What is GitHub Automation?
Automate common GitHub tasks — create issues, check PR status, list repos, manage projects. Use when the user wants to interact with GitHub programmatically... It is an AI Agent Skill for Claude Code / OpenClaw, with 149 downloads so far.
How do I install GitHub Automation?
Run "/install github-automation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is GitHub Automation free?
Yes, GitHub Automation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does GitHub Automation support?
GitHub Automation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created GitHub Automation?
It is built and maintained by CJ Hauser (@cloudcompile); the current version is v1.0.0.