A secure, user-controlled bridge for AI agents to interact with GitHub repositories using Personal Access Tokens instead of OAuth.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install github-token
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-token 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 PAT skill provides a robust mechanism for AI agents to interact with GitHub repositories through Personal Access Tokens. By leveraging PATs, developers can maintain granular control over the permissions granted to the agent, ensuring that it only has access to the specific repositories and actions necessary for the task at hand. This approach is a core part of the Openclaw Skills philosophy, prioritizing security and least-privilege access over broad OAuth permissions.
This skill enables a wide range of version control operations directly through a CLI interface, allowing the agent to clone repositories, manage branches, and handle the full lifecycle of a Pull Request. It is designed for developers who need to integrate AI-driven coding workflows with their existing GitHub infrastructure while maintaining strict security protocols.
To get started with this skill, you must first generate a token from your GitHub account.
repo for full access to private repos, or public_repo for public access).# Example: List your available repositories
python3 scripts/gh.py repos --token YOUR_GITHUB_TOKEN
# Example: Clone a specific repository
python3 scripts/gh.py clone owner/repo
The GitHub PAT skill organizes its configuration and metadata as follows:
| Feature | Description | Storage Location |
|---|---|---|
| Authentication | GitHub Personal Access Token | TOOLS.md (under GitHub section) |
| Repository Context | Owner and repository name mapping | Managed via CLI arguments |
| Operational Logs | Execution details of API calls | Local agent logs |
| Scope Management | Definition of PAT permissions | GitHub User Settings |
Loading
A secure, token-based interface for managing GitHub repositories, pull requests, and issues without the complexity of OAuth.

A sophisticated reasoning protocol for Openclaw Skills that synthesizes perspectives from three different LLMs in parallel before the primary agent responds.

A local, fast, and private semantic memory layer that allows AI agents to store facts, decisions, and context with biological decay and relationship mapping.

An automated tool to generate comprehensive weather forecasts and alert summaries using real-time NOAA data.

Generate, deploy, and share single-file web utilities instantly using simple voice or text commands.

A specialized skill for querying Polymarket prediction market data, odds, and event probabilities directly through the CLI.








































