5.3k★by xejrax
docker-ctl – OpenClaw Skill
docker-ctl is an OpenClaw Skills integration for data analytics workflows. Inspect containers, logs, and images via podman
Skill Snapshot
| name | docker-ctl |
| description | Inspect containers, logs, and images via podman OpenClaw Skills integration. |
| owner | xejrax |
| repository | xejrax/docker-ctl |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @xejrax/docker-ctl |
| last updated | Feb 7, 2026 |
Maintainer

name: docker-ctl description: "Inspect containers, logs, and images via podman" metadata: { "openclaw": { "emoji": "🐳", "requires": { "bins": ["podman"] }, "install": [], }, }
Docker Ctl
Inspect containers, logs, and images via podman. On Bazzite/Fedora, podman is the default container runtime and is always available.
Commands
# List running containers
docker-ctl ps
# View container logs
docker-ctl logs <container>
# List local images
docker-ctl images
# Inspect a container
docker-ctl inspect <container>
Install
No installation needed. Bazzite uses podman as its container runtime and it is pre-installed.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install docker-ctl?
Run openclaw add @xejrax/docker-ctl in your terminal. This installs docker-ctl into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/xejrax/docker-ctl. Review commits and README documentation before installing.
