Docker
Run Docker commands: build, run, and manage containers from your agent.
Details
Docker skill exposes Docker CLI operations to your agent—build images, run containers, list and remove. Useful for local dev and CI-style automation.
When to use
Use when the agent should build or run containers, or inspect images. Requires Docker daemon access; good for dev and deploy workflows.