Integrate the GitHub CLI into your AI agent's workflow to manage PRs, issues, and workflow runs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install github-cli-tool
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-cli-tool 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 empowers AI agents to perform complex GitHub operations using the official gh CLI. By leveraging this skill, your agent can monitor CI/CD pipelines, interact with pull requests, and query the GitHub API without leaving the development environment. It is an essential component for any automated development pipeline within the Openclaw Skills ecosystem.
To use this skill, ensure the GitHub CLI (gh) is installed on your system. You can install it using the following commands based on your environment:
# For macOS users via Homebrew
brew install gh
# For Linux users via APT
sudo apt install gh
After installation, you must authenticate your CLI by running gh auth login to enable Openclaw Skills to interact with your private and public repositories securely.
This skill utilizes the standard GitHub CLI response formats to maintain data integrity. By default, it leverages structured JSON output for improved agent comprehension and data manipulation.
| Data Category | Extraction Method | Purpose |
|---|---|---|
| Issues | gh issue list --json | Track project tasks, labels, and bug reports |
| Pull Requests | gh pr view --json | Review code changes, CI status, and reviewer feedback |
| Actions/Runs | gh run view --json | Inspect CI/CD pipeline logs and step-by-step results |
| Custom API | gh api --jq | Access specific GitHub REST API endpoints for metadata |
Loading
An autonomous AI agent designed to execute multi-step research, search, and synthesis into comprehensive reports.

A collaborative framework for AI agents to refine project requirements and generate structured technical designs through iterative dialogue.

A robust backtesting framework for validating crypto and stock trading strategies using historical data, performance metrics, and parameter optimization.

Alpha Hound is an intelligent stock screening agent that filters global securities based on complex financial, technical, and event-driven criteria.

A comprehensive toolkit for implementing and analyzing momentum and reversal quantitative trading strategies based on behavioral finance.

A professional-grade scaffold and pattern library for developing high-performance TradingView indicators using modern Pine Script v5 and v6 standards.








































