A zero-dependency Python toolkit that transforms complex GitHub repositories into AI-friendly markdown documents and visual architecture diagrams.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install github-intel
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-intel using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
GitHub Intelligence is a specialized utility designed to bridge the gap between raw source code and AI understanding. It allows developers and AI agents to ingest entire repositories by converting them into structured, single-document markdown files. By focusing on static analysis and metadata extraction, it provides a comprehensive overview of any codebase without the need for complex local environments or code execution.
As part of the broader ecosystem of Openclaw Skills, this tool prioritizes security and efficiency. It uses the Python standard library exclusively, ensuring it can run in restricted environments while providing deep insights into repository structure, language distribution, and recent activity. Whether you are performing an open-source research task or preparing a codebase for an LLM audit, this skill simplifies the discovery process.
GitHub Intelligence requires Python 3.10+ and operates using the standard library. While it works without authentication, providing a token significantly increases your API rate limits. This is a standalone component within the Openclaw Skills library.
# Set your python path
PY=~/.openclaw/workspace/.venv/bin/python3
# Analyze a repository structure and generate diagrams
$PY skills/github-intel/scripts/repo_analyzer.py https://github.com/owner/repo
# Convert a repository to a single markdown file for AI agents
$PY skills/github-intel/scripts/repo_to_markdown.py https://github.com/owner/repo > codebase.md
# (Optional) Increase rate limits with a GitHub token
export GITHUB_TOKEN=your_token_here
The skill produces structured analysis reports and consolidated markdown files. It follows a predictable taxonomy to ensure Openclaw Skills can easily parse the results.
| Component | Description | Output Type |
|---|---|---|
| File Tree | A visual ASCII representation of the repository hierarchy. | Text/Markdown |
| Language Breakdown | Percentage-based distribution of programming languages. | List |
| Mermaid Diagram | Logic and architecture flowcharts derived from structure. | Mermaid.js Code |
| Activity Stream | A summary of recent commits, contributors, and releases. | Markdown |
| Full Context | A concatenation of all relevant source files. | Consolidated Markdown |
Loading
A professional-grade integration for Openclaw Skills that enables AI agents to manage GoHighLevel contacts, pipelines, and multi-channel conversations via API v2.

A comprehensive GoHighLevel CRM integration for Openclaw Skills that enables automated management of leads, pipelines, and omnichannel communications.

A powerful AI skill for native, high-fidelity video analysis and metadata extraction using the Google Gemini multimodal API.

A lightweight, zero-dependency Python skill for AI agents to manage the entire Freshsales CRM lifecycle including contacts, leads, and deal pipelines.

An AI-powered Gmail enhancement for OpenClaw agents providing smart triage, priority scoring, and context-aware automated replies.

A comprehensive CLI integration for Greenhouse ATS that enables AI agents to manage the entire candidate lifecycle via the Harvest API.








































