A powerful integration for Openclaw Skills that enables AI agents to manage GitHub repositories, workflows, and pull requests using the official GitHub CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install github
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 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The GitHub skill provides a comprehensive bridge between AI agents and the GitHub ecosystem. By utilizing the official gh CLI, this skill allows agents to perform complex repository operations including managing pull requests, monitoring CI/CD pipelines, and querying repository data. It is a vital component for developers using Openclaw Skills who want to automate their software development lifecycle (SDLC) directly from their AI-powered environment.
This skill is designed for precision, supporting structured JSON output and advanced filtering via jq. Whether you are checking the status of a specific build or extracting metadata through the GitHub API, this skill ensures your agent has the high-fidelity data it needs to assist in code reviews and project management.
To use this skill within Openclaw Skills, you must have the GitHub CLI installed and authenticated on your machine.
# Install the GitHub CLI
brew install gh
# Authenticate with your GitHub account
gh auth login
Once authenticated, the agent can execute gh commands. Ensure the agent has the necessary permissions to access the target repositories.
The skill interacts with GitHub's data structures through the CLI. Common data schemas include:
| Feature | Data Source | Output Format |
|---|---|---|
| Pull Requests | gh pr list/view | Structured JSON including state, title, and checks. |
| Workflow Runs | gh run list/view | Logs and status objects for GitHub Actions. |
| Issues | gh issue list | JSON arrays with number, title, and label metadata. |
| API Queries | gh api | Custom dynamic objects based on the specific REST endpoint. |
Loading
gifgrep is a command-line utility and terminal user interface for searching GIF providers like Tenor and Giphy, allowing users to download results and extract specific frames or sprite sheets.

A high-performance command-line interface for Google's Gemini models optimized for one-shot Q&A and automated content generation.

A secure AI agent skill to automate Foodora reordering and real-time order tracking using the ordercli command-line tool.

A robust command-line interface for managing Eight Sleep pod states, temperature settings, and smart alarm schedules.

A comprehensive command-line interface for managing Google Workspace services including Gmail, Drive, Sheets, and Calendar.

A modern command-line interface for the Google Places API (New) that provides both human-readable and JSON-structured location data.








































