GitHub CLI Integration for Openclaw

A powerful integration for managing GitHub repositories, issues, and pull requests directly through the GitHub CLI.

m3159
v1.0.0
Mar 17, 2026
0
758
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install myfirstgit

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install myfirstgit using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is GitHub CLI Integration?

This skill enables your AI agent to interact directly with GitHub using the official CLI tool. By bridging the gap between your coding assistant and your version control platform, it allows for seamless management of project assets without leaving your development environment. This Openclaw Skills extension empowers developers to automate routine repository maintenance and tracking tasks.

Whether you need to audit your existing repositories or quickly document a bug, this tool provides a structured interface for GitHub interactions. It leverages the robust gh command-line utility to ensure secure and efficient communication with GitHub servers, providing a reliable experience for developers using Openclaw Skills.

GitHub CLI Integration Use Cases

  • Auditing and listing all personal or organizational repositories.
  • Creating new issues to track bugs or feature requests discovered during development sessions.
  • Monitoring the status of active pull requests for team collaboration.
  • Automating the retrieval of issue lists for sprint planning and project management.

How GitHub CLI Integration Works

  1. The AI agent identifies a request to interact with GitHub services.
  2. The skill executes the appropriate GitHub CLI (gh) command on the host system.
  3. The skill utilizes the existing authenticated session to communicate with the GitHub API.
  4. Resulting data is captured, formatted, and returned to the Openclaw Skills interface for the user.

GitHub CLI Integration Setup

To use this integration with Openclaw Skills, ensure you have the necessary dependencies installed and configured.

# Install the GitHub CLI if you haven't already
brew install gh

# Authenticate your GitHub account
gh auth login

# Ensure Node.js and Claw Hub are ready to execute the skill

GitHub CLI Integration Data Schema & Taxonomy

The skill interacts with GitHub objects using the following parameters:

Object Key Parameters Purpose
Repository repo_name Identifies the target repository
Issue title, body Defines the content of a new issue
Pull Request repo_name Retrieves current PR status and metadata

GitHub CLI Integration Advanced Features

  • Direct integration with system-level GitHub CLI authentication.
  • Support for complex issue creation with dynamic titles and descriptions.
  • Real-time listing of repositories across authenticated organizations.
  • Automated PR tracking for enhanced developer productivity within Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*