A curated set of agents with a shared permission & risk profile.
pack.json + each agent stub.Performs a stress test on a target URL by firing concurrent requests and measuring average latency and success rates.
Scans a target directory and deletes files older than a specified number of days. Essential for log rotation or temp file hygiene.
Interacts with the Docker daemon to list running containers or restart a specific container.
Generates random, potentially dangerous inputs to test the robustness of a CLI command or API. It loops until it triggers a crash or timeout.
Automate source control tasks. This agent can clone repositories, check status, or commit changes automatically (e.g., after a "Secret Redaction" run).
Finds the process ID (PID) listening on a specific TCP port and terminates it. Extremely useful when a previous server instance hangs and blocks a port.
Lists the top consuming processes by CPU or Memory usage. A lightweight "top" or "Task Manager" alternative.
This agent doesn't just "do" a task; it manages a sequence of other tasks. It simulates a CI/CD pipeline by running Git checks, Tests, and Archival in order.
Captures a snapshot of the machine's vital signs (CPU, RAM, Uptime). Useful for creating a "Baseline Run" before executing heavy load tests.
Compresses a target directory into a .zip file. Useful for backups or preparing artifacts for deployment.