← Back to Skills Marketplace
3713
Downloads
1
Stars
24
Active Installs
1
Versions
Install in OpenClaw
/install docker-ctl
Description
Inspect containers, logs, and images via podman
README (SKILL.md)
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 \x3Ccontainer>
# List local images
docker-ctl images
# Inspect a container
docker-ctl inspect \x3Ccontainer>
Install
No installation needed. Bazzite uses podman as its container runtime and it is pre-installed.
Usage Guidance
Do not install or enable this skill until its documentation is fixed. Ask the author to clarify whether the skill should call podman directly (e.g., `podman ps`, `podman logs <container>`, `podman images`, `podman inspect <container>`) or to include/install a `docker-ctl` wrapper binary. If the environment already exposes a `docker-ctl` command, confirm what it does and whether it simply proxies to podman. The current mismatch means the skill is likely non-functional and the docs are inconsistent — this is suspicious but not necessarily malicious.
Capability Analysis
Type: OpenClaw Skill
Name: docker-ctl
Version: 1.0.0
The skill bundle is benign. The `SKILL.md` clearly outlines the purpose of inspecting containers, logs, and images via `podman`, and its content is limited to descriptive text and usage examples for informational commands like `ps`, `logs`, `images`, and `inspect`. There is no evidence of data exfiltration, malicious execution, persistence, prompt injection attempts against the agent, or obfuscation in any of the provided files.
Capability Assessment
Purpose & Capability
Name/description claim container inspection via podman which is reasonable, and the metadata lists podman as a required binary — but the SKILL.md examples all call a `docker-ctl` command (docker-ctl ps/logs/images/inspect). There is no code or install step that provides a docker-ctl wrapper, and docker-ctl is not declared as a required binary. This mismatch suggests the skill won't work as described or the documentation is incorrect.
Instruction Scope
The SKILL.md tells the agent to run `docker-ctl ...` commands. Because this is an instruction-only skill with no code files or install steps, there is no guidance for how `docker-ctl` maps to the declared `podman` binary. The instructions do not include direct podman commands (podman ps, podman logs, etc.) and do not reference other system files or credentials.
Install Mechanism
No install spec and no code files — lowest risk from an install perspective. However, the absence of an install means there is no implementation provided for the `docker-ctl` commands shown in the docs; that makes the skill non-functional unless the environment already supplies a docker-ctl binary or alias.
Credentials
The skill requests no environment variables, no credentials, and no config paths — proportional for a read-only inspection tool.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It does not ask to modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install docker-ctl - After installation, invoke the skill by name or use
/docker-ctl - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Frequently Asked Questions
What is Docker Ctl?
Inspect containers, logs, and images via podman. It is an AI Agent Skill for Claude Code / OpenClaw, with 3713 downloads so far.
How do I install Docker Ctl?
Run "/install docker-ctl" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Docker Ctl free?
Yes, Docker Ctl is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Docker Ctl support?
Docker Ctl is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Docker Ctl?
It is built and maintained by Xejrax (@xejrax); the current version is v1.0.0.
More Skills