← 返回 Skills 市场
3713
总下载
1
收藏
24
当前安装
1
版本数
在 OpenClaw 中安装
/install docker-ctl
功能描述
Inspect containers, logs, and images via podman
使用说明 (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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install docker-ctl - 安装完成后,直接呼叫该 Skill 的名称或使用
/docker-ctl触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
常见问题
Docker Ctl 是什么?
Inspect containers, logs, and images via podman. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3713 次。
如何安装 Docker Ctl?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install docker-ctl」即可一键安装,无需额外配置。
Docker Ctl 是免费的吗?
是的,Docker Ctl 完全免费(开源免费),可自由下载、安装和使用。
Docker Ctl 支持哪些平台?
Docker Ctl 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Docker Ctl?
由 Xejrax(@xejrax)开发并维护,当前版本 v1.0.0。
推荐 Skills