首页龙虾技能列表 › Dockerps

Dockerps

v3.0.0

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

0· 293·0 当前·0 累计
by @bytesagain1·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/14
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
medium confidence
The skill is coherent with its stated purpose (viewing and managing Docker containers) and contains only a small included shell script that uses the docker CLI; however there are minor omissions in the metadata (docker/python3 not declared) and a potentially-destructive cleanup command you should be aware of before installing.
评估建议
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 th...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
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.
凭证需求
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.
持久化与权限
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.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv3.0.02026/3/15

v3.0.0: Complete rewrite with real functionality.

● 可疑

安装命令 点击复制

官方npx clawhub@latest install dockerps
镜像加速npx clawhub@latest install dockerps --registry https://cn.clawhub-mirror.com

技能文档

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 

logs

scripts/script.sh logs 

inspect

scripts/script.sh inspect 

cleanup

scripts/script.sh cleanup

Data Storage

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


Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务