Use ghgrab to search and download files from GitHub directly from your terminal.
Commands
ghgrab search [query] - Search for files on GitHub
ghgrab download [owner] [repo] [path] - Download a specific file from a GitHub repository
ghgrab version - Show version information
Installation
Requires Go to be installed:
go install github.com/abhixdd/ghgrab@latest
Usage Examples
Search for a file:
ghgrab search config.yaml
Download a file from a repository:
ghgrab download owner repo path/to/file.txt
1---2name: quickstart-6743description: ghgrab Quickstart4---5# ghgrab Quickstart67Use ghgrab to search and download files from GitHub directly from your terminal.89## Commands1011- `ghgrab search [query]` - Search for files on GitHub12- `ghgrab download [owner] [repo] [path]` - Download a specific file from a GitHub repository13- `ghgrab version` - Show version information1415## Installation1617Requires Go to be installed:18```bash19go install github.com/abhixdd/ghgrab@latest20```2122## Usage Examples2324Search for a file:25```bash26ghgrab search config.yaml27```2829Download a file from a repository:30```bash31ghgrab download owner repo path/to/file.txt32```
Run npx skillmds@latest add javimosch/quickstart-674 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
ghgrab Quickstart It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
javimosch (@javimosch) published this skill. Their other Agent Skills are listed on their SkillMD profile.