A comprehensive command-line interface for GitHub that brings repositories, issues, pull requests, and GitHub Actions directly to your terminal.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install github-cli
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 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
GitHub CLI, or gh, is the official tool for interacting with GitHub from the command line. It streamlines the development workflow by allowing developers to manage the entire lifecycle of a project—from creating repositories and forking to managing complex pull request reviews and CI/CD pipelines through GitHub Actions. By integrating this into Openclaw Skills, users can automate repetitive tasks and interact with GitHub's REST and GraphQL APIs without leaving their terminal environment or coding agent interface.
This skill provides a bridge between local development and cloud-based collaboration, offering deep integration with features like Codespaces, Gists, and Projects V2. Whether you are scripting bulk issue updates or verifying software attestations, this tool is an essential component of the modern developer's toolkit within the ecosystem of Openclaw Skills.
To get started with this component of Openclaw Skills, install the GitHub CLI using your preferred package manager:
# For macOS users
brew install gh
# For Debian/Ubuntu users
sudo apt install gh
After installation, authenticate your session:
gh auth login
Ensure you have the necessary scopes (like repo, workflow, or project) depending on your intended usage within the context of Openclaw Skills.
The GitHub CLI skill organizes data primarily through standard GitHub objects and terminal output formats. It supports structured data handling through several mechanisms:
| Feature | Description |
|---|---|
| JSON Output | Most commands support --json followed by field names for structured data access. |
| JQ Filtering | Use the --jq flag to parse and filter JSON responses directly in the CLI. |
| Go Templates | Use the --template flag for custom terminal formatting and report generation. |
| Metadata | Commands like gh repo view return comprehensive repository metadata including stars, languages, and visibility. |
Loading
A recursive ontological system providing AI agents with a foundational purpose and an identity-based decision-making framework.

A technical interface for querying Dutch field hockey clubs, teams, and match data from the official KNHB Match Center.

A comprehensive tool for retrieving real-time Dutch field hockey match schedules, club rosters, and official results from the KNHB Match Center.

A robust version control and backup utility that provides point-in-time recovery for your development workspaces using Git-inspired mechanics.

An AI-powered golf booking engine that interacts with the GolfNow API to find the best tee times and hot deals near you.

A comprehensive command-line interface for Google Keep that enables full note management, search, and data export through the terminal.








































