A powerful skill for managing GitHub issues, pull requests, and repositories directly through an AI-driven interface.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install github-automation
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install github-automation using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
GitHub Automation is a specialized capability within the Openclaw Skills ecosystem designed to eliminate context switching between your development environment and the web browser. It allows developers to interact with the GitHub API to manage the entire lifecycle of a project—from initial issue creation to final pull request reviews—using natural language commands or structured scripts.
This integration is vital for maintainers and contributors who need to keep their focus on code while staying on top of project management. By leveraging this Openclaw Skills entry, teams can automate repetitive administrative tasks and ensure that their project documentation remains in sync with their active development cycle.
To deploy this GitHub Automation skill, you must first generate a Personal Access Token (PAT) with the following scopes: repo, issues, pull_requests, and notifications. Once generated, configure your environment:
export GITHUB_TOKEN=ghp_your_personal_access_token_here
You can then run the tool directly using Python for various automation tasks:
# Example: Create an issue via the script
python scripts/gh_tool.py issue create "Bug Title" "Description" --repo owner/repo
The skill organizes data based on standard GitHub objects. Below is the metadata taxonomy used for processing responses:
| Object Type | Managed Attributes | Output Format |
|---|---|---|
| Issues | Title, Body, Labels, State (Open/Closed) | Formatted List / Direct URL |
| Pull Requests | Merge Status, Reviewer Info, Branch Name | Status Report / Review Links |
| Repositories | Stats, Commits, Recent Activity | Data Tables |
| Notifications | Activity Type, Repository Origin | Alert Summary |
Loading
An AI-powered vision tool that provides detailed structural and contextual analysis of screenshots and images.

A high-performance utility that translates complex source code and technical syntax into clear, human-readable explanations.

A professional-grade utility for creating perfectly sized, text-free WeChat official account cover images using AI generation and automated post-processing.

A sophisticated prompt construction engine that synthesizes chapter outlines, character dossiers, and voice profiles into actionable instructions for AI writing agents.

A powerful URL fetcher and summarization tool designed to extract key insights from web pages automatically.

A professional utility that transforms ambiguous user requests into actionable, structured prompts based on a rigorous four-element framework.








































