# Quickstart

> ghz Quickstart

- Skill: `javimosch/quickstart-67` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/quickstart-67`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/quickstart-67/raw
- Safety review: pending
- 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/quickstart-67

---

# ghz Quickstart

ghz is a gRPC load testing and benchmarking tool.

## Installation

```bash
brew install ghz
```

## Basic Usage

```bash
ghz -insecure -proto ./hello.proto -call helloworld.Greeter.SayHello localhost:50051
```

## Resources

- [GitHub](https://github.com/bojand/ghz)
- [Docs](https://ghz.sh/)

