← 返回 Skills 市场
bytesagain1

Dockerps

作者 bytesagain1 · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ⚠ suspicious
358
总下载
0
收藏
1
当前安装
8
版本数
在 OpenClaw 中安装
/install dockerps
功能描述
View and manage Docker container processes and stats. Use when monitoring containers. Requires docker.
使用说明 (SKILL.md)

dockerps

View and manage Docker container processes and stats. Use when monitoring containers. Requires docker.

Commands

list

scripts/script.sh list

stats

scripts/script.sh stats

top

scripts/script.sh top \x3Ccontainer>

logs

scripts/script.sh logs \x3Ccontainer lines>

inspect

scripts/script.sh inspect \x3Ccontainer>

cleanup

scripts/script.sh cleanup

Data Storage

Data stored in ~/.local/share/dockerps/.


Powered by BytesAgain | bytesagain.com | [email protected]

安全使用建议
This skill appears to do what it claims (manage and inspect Docker containers) and includes a single shell script that will be executed. Before installing: (1) confirm you have and trust the source (homepage bytesagain.com) and are comfortable running the bundled script; (2) ensure your environment has docker CLI and python3 available; (3) be aware the 'cleanup' command prunes containers and images (destructive) — avoid automated use of that command unless you intend that behavior; (4) review the script content (it is small and local) for your peace of mind; (5) if you require strict metadata, ask the publisher to declare required binaries (docker, python3) and to document data stored under ~/.local/share/dockerps.
功能分析
Type: OpenClaw Skill Name: dockerps Version: 3.0.0 The skill bundle contains a shell script (`scripts/script.sh`) that is vulnerable to shell injection in the `top`, `logs`, and `inspect` commands because positional arguments (e.g., `$2`) are passed unquoted to the `docker` CLI. While the `cleanup` command performs destructive actions by pruning Docker containers and images, this behavior is documented in `SKILL.md`. The script also includes a large block of empty comment padding, which is an unusual formatting choice but does not contain hidden malicious payloads.
能力评估
Purpose & Capability
Name/description match the implementation: the shipped script runs docker ps, stats, top, logs, inspect and prune. However the registry metadata declared no required binaries while the script needs the docker CLI (and uses python3 for inspect output). This is likely an omission in metadata rather than malicious.
Instruction Scope
SKILL.md instructs the agent to run the included script with limited, Docker-focused commands. The script only interacts with the local docker daemon and writes to ~/.local/share/dockerps. One important behavioral note: the 'cleanup' command runs 'docker container prune -f' and 'docker image prune -f', which are destructive operations that remove stopped containers and unused images.
Install Mechanism
No install spec or remote download is used; the skill is instruction-only with a bundled shell script. Nothing is fetched from external URLs during install, so install risk is low.
Credentials
The skill declares no required environment variables, which is fine. But it implicitly requires the docker CLI and python3 to be present, and it creates/stores data under $HOME/.local/share/dockerps. The omission of docker (and python3) from declared requirements is an inconsistency that should be fixed or acknowledged.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide configs. It only creates a data directory under the user's home; no elevated or persistent system-wide privileges are requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dockerps
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dockerps 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.0
v3.0.0: Complete rewrite with real functionality.
v2.0.1
update
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.4
Quality improvements
v1.0.3
old template -> domain-specific v2.0.0
v1.0.2
Quality upgrade: custom functionality
v1.0.1
De-template, unique content, script cleanup
v1.0.0
Initial release
元数据
Slug dockerps
版本 3.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 8
常见问题

Dockerps 是什么?

View and manage Docker container processes and stats. Use when monitoring containers. Requires docker. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 358 次。

如何安装 Dockerps?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install dockerps」即可一键安装,无需额外配置。

Dockerps 是免费的吗?

是的,Dockerps 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Dockerps 支持哪些平台?

Dockerps 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Dockerps?

由 bytesagain1(@bytesagain1)开发并维护,当前版本 v3.0.0。

💬 留言讨论