A secure, token-based interface for managing GitHub repositories, pull requests, and issues without the complexity of OAuth.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install github-pat
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-pat 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 and secure way for AI agents to interact with GitHub environments through user-defined Personal Access Tokens. As a core part of the Openclaw Skills library, it emphasizes user sovereignty and the principle of least privilege. By bypassing complex OAuth flows, developers can grant specific, scoped access to their codebases, allowing the agent to perform essential version control tasks while maintaining strict security boundaries.
This skill is designed for developers who need to automate their workflow within Openclaw Skills without granting full account access. It acts as a bridge between the local development environment and GitHub's powerful API, facilitating seamless code management through a simplified CLI interface.
To integrate this functionality into your Openclaw Skills environment, follow these steps:
You can also pass the token directly in CLI commands:
python3 scripts/gh.py repos --token YOUR_GITHUB_TOKEN
The skill organizes interaction data and configuration through the following schema:
| Component | Description | Persistence |
|---|---|---|
| PAT Token | Primary authentication credential | TOOLS.md or CLI flag |
| Repository Metadata | Information about cloned or queried repos | Local API cache |
| Command Context | Current branch and repository targets | CLI Arguments |
| Security Scopes | User-defined permission levels | GitHub API Side |
Loading
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.

A Python-powered automation tool that generates detailed weather briefings and alert monitoring reports using real-time NOAA/NWS data.

A secure, user-controlled bridge for AI agents to interact with GitHub repositories using Personal Access Tokens instead of OAuth.

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








































