skills$openclaw/docker-ctl
xejrax5.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

5.3k stars5.0k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namedocker-ctl
descriptionInspect containers, logs, and images via podman OpenClaw Skills integration.
ownerxejrax
repositoryxejrax/docker-ctl
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @xejrax/docker-ctl
last updatedFeb 7, 2026

Maintainer

xejrax

xejrax

Maintains docker-ctl in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
272 B
SKILL.md
698 B
SKILL.md

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.

README.md

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.