# Ghcrawl

> Use this skill to crawl and analyze GitHub repositories with JSON output.

- Skill: `javimosch/ghcrawl` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/ghcrawl`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/ghcrawl/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/ghcrawl

---

# ghcrawl Plugin
GitHub repository crawler with JSON output.
## Commands
- `ghcrawl _ _` — Passthrough to ghcrawl CLI
## Installation
```bash
go install github.com/pwrdrvr/ghcrawl@latest
```
## Examples
```bash
ghcrawl --json https://github.com/user/repo
```
## Key Features
- **Repo crawling** — Analyze GitHub repositories
- **JSON output** — Machine-readable results
- **Pipeline-ready** — Automation-friendly

