Relampo Skill
Relampo Skill gives compatible AI coding agents the context and workflow needed to create, refine, correlate, debug, and run Relampo YAML performance tests. It is useful when you want an agent to help prepare a YAML script from an API collection, an existing flow, or a written test requirement.
Install
npx skills add relampo/agent-skills
List the available skills without installing them:
npx skills add relampo/agent-skills --list
Install only the Relampo skill globally for detected agents:
npx skills add relampo/agent-skills -s relampo -g -y
What it does
The Skill helps an agent:
- author and refine versionable Relampo YAML tests
- identify dynamic values and apply correlation guidance
- prepare a YAML starting point from an API collection or source flow
- validate a flow before load
- run local or distributed load tests and work with reports
The Skill installs instructions for an AI agent; it does not install the Relampo CLI. Install the CLI separately before running tests.
Recommended flow
Relampo Skill -> YAML -> relampo correlate -> relampo studio -> Debug -> Run
Open the resulting YAML with relampo studio for visual refinement, Debug, and
Run. See the agent-skills repository
for the source of the Skill.