An integrated system for searching, cloning, and cataloging GitHub repositories within a local knowledge base.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install github-kb
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-kb using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill empowers developers to bridge the gap between GitHub's vast ecosystem and their local development environment. By leveraging the GitHub CLI, it provides seamless search functionality for repositories, pull requests, and issues, while maintaining a structured local directory of cloned projects.
The tool is designed to enhance productivity by automating the cataloging of cloned repositories into a centralized GITHUB_KB.md file. This makes it an essential addition to the suite of Openclaw Skills for developers who frequently explore, research, or audit various codebases and need a persistent local index of their findings.
To begin using this tool within Openclaw Skills, ensure the GitHub CLI (gh) is installed and authenticated.
# Install GitHub CLI (macOS example)
brew install gh
# Authenticate with GitHub
gh auth login
# Configure Environment Variables
export GITHUB_TOKEN="your_ghp_token"
export GITHUB_KB_PATH="/your/custom/path/github-kb"
The skill organizes data within a root directory specified by the GITHUB_KB_PATH variable.
| Component | Format | Description |
|---|---|---|
| GITHUB_KB.md | Markdown | The master catalog file containing descriptions and directory links for all indexed projects. |
| Project Directories | Folder | Individual subdirectories containing the full git-cloned source code. |
| Metadata | YAML/Markdown | Category headers and project summaries stored within the main KB file. |
Loading
A specialized automation suite that synchronizes email communication, ClickUp project management, and Pipedrive CRM for composite manufacturing workflows.

A challenge-response identity verification skill that adds a human-in-the-loop security layer before your AI agent performs sensitive operations.

A robust tool for capturing, transcribing, and summarizing live or archived X/Twitter Spaces using advanced AI models.

A persistent context layer that connects your AI agent to Konteks for shared memory, task management, and project organization.

A high-performance retrieval system for agent memory that combines vector embeddings with keyword scoring and temporal routing.

A serverless, peer-to-peer communication protocol providing secure, encrypted messaging between AI agents for Openclaw Skills.








































