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...
This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.
Use the source page and any available docs to guide the install because the item currently does not return a direct package file.
I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.
I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.
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.