Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Analyze any GitHub repository in AI-friendly format. Convert entire repos to single markdown documents, generate architecture diagrams with Mermaid, inspect...
Analyze any GitHub repository in AI-friendly format. Convert entire repos to single markdown documents, generate architecture diagrams with Mermaid, inspect...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Analyze any GitHub repository in AI-friendly format. Convert repos to markdown, generate architecture diagrams, understand structure and patterns.
Analyze repo structure β file tree, README, language breakdown, recent activity Generate architecture diagrams β Mermaid flowcharts from codebase structure Convert repo to markdown β entire repository as a single AI-readable document Inspect language breakdown β percentage by language with file counts Track recent activity β latest commits, contributors, release history GitHub URL tricks β hidden features, API shortcuts, search operators Control analysis depth β configurable directory traversal depth Limit file count β cap files for large repos Read-only guarantee β never executes code from repositories Public API access β no token needed (optional token for higher rate limits)
VariableRequiredDescriptionGITHUB_TOKENβOptional β increases rate limit from 60 to 5000 req/hr. Get from GitHub Settings
PY=~/.openclaw/workspace/.venv/bin/python3 # Analyze a repository $PY skills/github-intel/scripts/repo_analyzer.py https://github.com/anthropics/claude-code # Convert repo to single markdown $PY skills/github-intel/scripts/repo_to_markdown.py https://github.com/openai/openai-python # Deep analysis $PY skills/github-intel/scripts/repo_analyzer.py https://github.com/user/repo --depth 3
# Basic analysis $PY scripts/repo_analyzer.py https://github.com/owner/repo # Deep directory traversal $PY scripts/repo_analyzer.py https://github.com/owner/repo --depth 3 # With authentication for higher rate limits GITHUB_TOKEN=ghp_xxx $PY scripts/repo_analyzer.py https://github.com/owner/repo
# Convert full repo $PY scripts/repo_to_markdown.py https://github.com/owner/repo # Limit files for large repos $PY scripts/repo_to_markdown.py https://github.com/owner/repo --max-files 50 # Output to file $PY scripts/repo_to_markdown.py https://github.com/owner/repo > repo.md
FileDescriptionreferences/github-tricks.mdURL hacks, API shortcuts, search operators
ScriptDescription{baseDir}/scripts/repo_analyzer.pyFull repository analysis with diagrams{baseDir}/scripts/repo_to_markdown.pyConvert repo to single markdown document
This tool is READ-ONLY. It NEVER: Executes code from repositories Runs scripts, makefiles, or build commands Evaluates any content from repos Writes to any repository All analysis is static file reading only.
This skill fetches public data from GitHub's API. No data is stored locally beyond the analysis output. Built by M. Abidi LinkedIn Β· YouTube Β· GitHub Β· Book a Call
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.