Use this skill when the user wants to perform HTTP load testing, benchmark web applications, or test API performance from the command line.
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-cbbd075c)More formats (shields.io, HTML) on the badges page.
---
name: zlsgo
description: Use this skill when the user wants to perform HTTP load testing, benchmark web applications, or test API performance from the command line.
---
# zlsgo Plugin
A fast, simple, and powerful HTTP load testing tool. Perform load testing and benchmarking for web applications from the command line.
## Commands
### Load Testing
- `zlsgo test run` — Run load test
### Utility
- `zlsgo _ _` — Passthrough to zlsgo CLI
## Usage Examples
- "Run load test"
- "Benchmark API"
- "Test HTTP performance"
- "Load test website"
## Installation
```bash
brew install zlsgo
```
Or via Go:
```bash
go install github.com/sohaha/zlsgo/cmd/zls@latest
```
## Examples
```bash
# Run load test
zls run --url https://example.com
# With concurrency
zls run --url https://example.com --c 10
# With number of requests
zls run --url https://example.com --n 1000
# With duration
zls run --url https://example.com --duration 30s
# Any zls command with passthrough
zls _ _ run --url https://api.example.com
zls _ _ run --url https://example.com --c 50 --n 10000
zls _ _ run --url https://example.com --duration 60s
```
## Key Features
- **Fast** - High performance
- **Simple** - Simple interface
- **Load** - Load testing
- **Benchmark** - Benchmarking
- **HTTP** - HTTP testing
- **API** - API testing
- **Stats** - Statistics
- **Charts** - Result visualization
- **CLI** - Command line native
- **Testing** - Performance testing
## Notes
- Fast and efficient
- Real-time statistics
- Great for API testing
- Supports various HTTP methods
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!