WAGMIOS is an API‑centric skill that instructs an agent how to manage Docker containers and marketplace apps through a dedicated WAGMIOS backend. Instead of using local Docker CLI or the socket (which may require root), the skill teaches the agent to interact with a remote, scope‑protected HTTP API using an X‑API‑Key header. It includes startup checks, scope validation, multi‑machine routing, and strict safeguards for destructive operations.
Use WAGMIOS when a user asks the agent to install, start, stop, or inspect containers or marketplace apps on a homelab host where a WAGMIOS instance is available. It is also appropriate for multi‑host workflows where each machine exposes its own URL/key pair. Do not use it to attempt local Docker CLI actions or to bypass permission scoping.
references/ directory with install and API docs.Intended for agents capable of making HTTP API calls and handling credentialed requests. Works well with agents that support scoped credential prompts and multi‑host routing (Claude Code, LLMs with HTTP tooling).
This skill has not been reviewed by our automated audit pipeline yet.