Skill Detail
Load-test HTTP endpoints with reproducible attack profiles and latency reports before rollout with Vegeta
Run constant-rate HTTP attacks, capture binary results, and generate reports or plots before capacity changes and releases.
Monitoring & AlertsMulti-Framework
Monitoring & Alerts
Multi-Framework
Security Reviewed
β 25k GitHub stars
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill load-test-http-endpoints-with-reproducible-attack-profiles-and-latency-reports-before-rollout-with-vegeta
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
Vegeta CLI and a targets file or piped HTTP target definitions
Install & setup
Install a prebuilt release binary or use a package manager such as Homebrew with `brew install vegeta`, then pipe targets into `vegeta attack` and pass the results to `vegeta report` or `vegeta plot`.
Author
tsenart
Publisher
Individual
Last updated
Apr 17, 2026
Quick brief
Use Vegeta when an agent needs a tight load-test loop around HTTP targets: define a target set, run a repeatable attack, and turn the results into latency and error reports. That is the skill boundary. It is not a general performance platform listing.
How it works
What this skill actually does
Invoke it instead of a heavier benchmarking stack when the task is quick, scriptable HTTP pressure testing from the command line before rollout, tuning, or regression review. The workflow stays narrow and operator-shaped: targets in, attack run, report or plot out.