Pack E — DevOps + System Tools

A curated set of agents with a shared permission & risk profile.

Pack permissions

No special permissions

Quickstart

  • Download the pack bundle.
  • Unzip it locally and review pack.json + each agent stub.
  • Use the Local Runner to install (demo) packs, then run agents against demo targets.

Agents in this pack

API Load Tester Agent

Performs a stress test on a target URL by firing concurrent requests and measuring average latency and success rates.

spec No permissions

Disk Cleanup Agent

Scans a target directory and deletes files older than a specified number of days. Essential for log rotation or temp file hygiene.

spec No permissions

Docker Manager Agent

Interacts with the Docker daemon to list running containers or restart a specific container.

spec No permissions

Fuzz Stress Agent (The "Chaos Monkey")

Generates random, potentially dangerous inputs to test the robustness of a CLI command or API. It loops until it triggers a crash or timeout.

spec No permissions

Git Operations Agent

Automate source control tasks. This agent can clone repositories, check status, or commit changes automatically (e.g., after a "Secret Redaction" run).

spec No permissions

Port Killer Agent (DevOps Utility)

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.

spec No permissions

Process Monitor Agent (System Control)

Lists the top consuming processes by CPU or Memory usage. A lightweight "top" or "Task Manager" alternative.

spec No permissions

Release Orchestrator Agent (The "Manager")

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.

spec No permissions

System Health Monitor

Captures a snapshot of the machine's vital signs (CPU, RAM, Uptime). Useful for creating a "Baseline Run" before executing heavy load tests.

spec No permissions

Zip Archiver Agent

Compresses a target directory into a .zip file. Useful for backups or preparing artifacts for deployment.

spec No permissions