Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
Wrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/sgl-project/rbg/stress-test)<a href="https://agentmods.dev/skills/sgl-project/rbg/stress-test"><img src="https://agentmods.dev/badge/skills/sgl-project/rbg/stress-test.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00039 | $0.04315 |
| Opus 5 | $0.00019 | $0.02158 |
| Sonnet 5 | $0.00008 | $0.00863 |
| Haiku 4.5 | $0.00004 | $0.00432 |
Grade A, and why
stress-test scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- `helm`, `kubectl`, `go`, `curl` available in PATH How it starts
The opening of the file, as written. The whole thing — 426 lines — stays where its author put it; the contents beside it link to each section on GitHub.
RBG Controller Stress Test
This skill orchestrates a full stress test of the RBG controller. It supports two modes:
- Manual mode: User defines all parameters, skill runs tests and outputs analysis report
- Auto-tuning mode: User defines the workload scenario, skill runs multiple rounds and recommends optimal controller resource/QPS/burst configuration
Architecture
The stress test uses in-cluster kwok to simulate workload pods:
- kwok controller + stage-fast deployed via Helm in the existing cluster
- Fake nodes created with
type=kwoklabel andkwok.x-k8s.io/nodetaint - RBG controller runs as a real Pod (via Helm) on real nodes with configurable resources
- Stress test workload pods schedule to fake nodes and are simulated as Ready by kwok
- This allows testing controller performance without needing real GPU/compute resources
Prerequisites
- A Kubernetes cluster accessible via current kubeconfig
helm,kubectl,go,curlavailable in PATH- RBG CRDs and controller already deployed (or will be deployed by this skill)
Workflow
Phase 1: Ask User for Scenario
Use AskUserQuestion to gather parameters:
Question 1 - Test Mode:
- Manual mode (user sets all params, get report)
- Auto-tuning mode (auto-iterate to find optimal config)
Question 2 - Controller Resources (affects scheduling and memory):
- 4c/8g (small)
- 8c/16g (medium, recommended)
- 16c/32g (large)
- 32c/64g (extra-large)
Question 3 - Controller Parameters:
- max-concurrent-reconciles: 5, 10, 20, 50
- kube-api-qps: 20 (default), 50, 100, 200
- kube-api-burst: 30 (default), 100, 200, 400
Question 4 - RBG Workload Template:
- Roles per RBG: 2, 3, 5
- LeaderWorkerPattern roles: 0, 1, 2
- LWS size (pods per instance): 2, 4, 8
- Total RBG instances: 10, 50, 100, 500, 1000
Question 5 - QPS for Operations:
- Create QPS: 1, 5, 10, 20
- Update QPS: 1, 5, 10, 20
- Delete QPS: 1, 5, 10, 20
Question 6 - In-place Update:
- Yes (update image to trigger InPlaceIfPossible)
- No (update annotations to trigger RollingUpdate with RecreatePod)
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 426 lines · 39 tokens per session scan A 1620cdfb4406
stress-test is a skill published in the GitHub repository sgl-project/rbg (290 stars, last pushed yesterday), licensed Apache-2.0. It adds 39 tokens to every session and 4,315 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
kubernetes
Kubernetes operations expert for kubectl, pods, deployments, and debugging.
hermes-s6-container-supervision
Modify or debug s6 services in the Hermes Docker image.
docker-management
Manage Docker containers, images, volumes, and Compose.
deploy-docker-compose
Run the Omnigent server as a Docker compose stack (server + Postgres) on any Docker host — your laptop, a VPS, EC2 by hand, or as the base layer of any container-platform deploy. Invoke when the user wants to build the image, bring up the compose stack, debug the stack on a host they already have, or extend the stack…
helm-update
Apply helm chart updates for Bifrost. Detects config.schema.json changes since the last helm release, applies user-requested changes, updates values.yaml / values.schema.json / helpers.tpl, bumps Chart.yaml version, updates helm README (Latest Version + Upcoming section), creates a docs MDX changelog, and updates…
mooncake-api
Help users work with the Mooncake Python APIs for distributed storage and high-performance data transfer. Use when working with Mooncake Store (distributed KV cache), Transfer Engine (RDMA/TCP transfers), service setup (master, metadata server), PyTorch tensors in the Store, zero-copy/buffer management, batch…