Use ghgrab to search and download files from GitHub directly from your terminal.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-d1790309)More formats (shields.io, HTML) on the badges page.
# ghgrab Quickstart
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:
```bash
go install github.com/abhixdd/ghgrab@latest
```
## Usage Examples
Search for a file:
```bash
ghgrab search config.yaml
```
Download a file from a repository:
```bash
ghgrab download owner repo path/to/file.txt
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!