Docker Ctl
Inspect containers, logs, and images via podman
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 1 · 2.7k · 15 current installs · 15 all-time installs
by@Xejrax
MIT-0
Security Scan
OpenClaw
Suspicious
high confidencePurpose & 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.
What to consider before installing
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.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🐳 Clawdis
Binspodman
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 <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.
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
