EXTENSIONS
User-built models, drivers, vaults, and reports — the parts that plug into swamp.
Filter by what you need and pull what fits.
Keylight
Control an Elgato Key Light from swamp workflows — turn it on/off, toggle, and set brightness and color temperature over its local REST API.
Absurd
Drive an Absurd Postgres-based durable-execution task queue from swamp — spawn tasks, poll status, await results, emit events, cancel, and list.
Stable Diffusion
txt2img via diffusers for SD1.5 and SDXL single-file checkpoints. A seamless init downloads a public base checkpoint (no auth) so a pulled instance works with zero local setup.
Proxmox
Proxmox API auth + VM fleet lifecycle management (https://github.com/keeb/swamp-proxmox)
Grafana
Grafana dashboard and alert management via API (https://github.com/keeb/swamp-grafana)
Terraria
Control a Terraria (tModLoader) server running in a Docker container with tmux over SSH, including shutdown warnings, player status, and Prometheus metrics.
Minecraft
Minecraft server control + installer + metrics collection (https://github.com/keeb/swamp-minecraft)
Tailscale
Install Tailscale on remote VMs over SSH and sync tailnet machine inventory from tailscale status JSON into per-machine resources.
Alpine
Alpine Linux disk install + overlay packaging (https://github.com/keeb/swamp-alpine)
Docker
Manage Docker Engine and Docker Compose lifecycle on remote hosts over SSH, including install, build, run, inspect, exec, and compose service operations.
Mongodb Datastore
MongoDB-backed swamp datastore — distributed locks with TTL, heartbeat, and nonce fencing, plus a manifest+content-addressed-blob sync protocol that streams the datastore tier as inline-bytes cursor batches. Blobs over 15 MB are transparently chunked across multiple docs so they fit under MongoDB's 16 MB BSON limit. Scoped by tenant + repo namespace. Requires MongoDB 4.0+ as a replica set.
Nginx
Configure nginx as a TCP/UDP stream proxy on a remote host over SSH, with bootstrap and per-service proxy configuration.
Mms
Media management system — content discovery, deduplication, download protocol handling, LLM-powered file organization, and subtitle extraction
Ssh
General-purpose SSH operations — exec, upload, wait for connection (https://github.com/keeb/swamp-ssh)
Mongodb
Query and write MongoDB collections, diagnose connectivity, and walk related records from swamp workflows.
Mal
MyAnimeList integration for swamp — anime metadata search and seasonal catalog lookup via the Jikan API
Jellyfin
Jellyfin media server integration — library inventory, audit, and unidentified media detection
Prometheus
Monitoring agent install/config + Prometheus target registration (https://github.com/keeb/swamp-prometheus)
Twilio
Send SMS/MMS messages and manage Twilio phone numbers from swamp workflows.
Voicebox
Manage Voicebox TTS voice profiles, load TTS engines, generate speech audio, and inspect server health via the Voicebox HTTP API.
Ollama
Ollama LLM integration (generate, batch generate, unload)
Mixpanel
Mixpanel analytics API integration (segmentation, funnels, retention, boards)
Github
List GitHub pull requests via the gh CLI from swamp workflows.
Discord
Post messages to Discord channels via webhook from swamp workflows.