lazydocker

lazydocker is a skill for Claude Code, Codex from CN-big-cabbage/github-skill-distiller. It costs 21 tokens per session (1,164 once invoked), scanned A, original, MIT.

A keyboard-driven terminal interface for managing Docker, a system for running applications in isolated containers.

In plain words
What is it for?
Use it to view logs and resource use, start or stop containers, manage images, volumes, networks, and Docker Compose services.
Why use it?
It provides one view for inspecting and operating containers and their related Docker resources without memorising many commands.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/cn-big-cabbage/github-skill-distiller/lazydocker
Any agent
npx skills add CN-big-cabbage/github-skill-distiller --skill lazydocker
Clone the repo
git clone --depth 1 https://github.com/CN-big-cabbage/github-skill-distiller

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for lazydocker

README.md
[![agentmods](https://agentmods.dev/badge/skills/cn-big-cabbage/github-skill-distiller/lazydocker.svg)](https://agentmods.dev/skills/cn-big-cabbage/github-skill-distiller/lazydocker)
Your own site
<a href="https://agentmods.dev/skills/cn-big-cabbage/github-skill-distiller/lazydocker"><img src="https://agentmods.dev/badge/skills/cn-big-cabbage/github-skill-distiller/lazydocker.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,164 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00021 $0.01164
Opus 5 $0.00010 $0.00582
Sonnet 5 $0.00004 $0.00233
Haiku 4.5 $0.00002 $0.00116

Measured 5d ago against content hash 47e1f93bfba5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

lazydocker scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

cases/lazydocker/SKILL.md · 126 lines

How it starts

The opening of the file, as written. The whole thing — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.

lazydocker Docker 终端 UI 管理助手

技能概述

本技能帮助用户通过 lazydocker 的终端 UI 界面管理 Docker 容器、镜像、卷和网络,支持以下场景:

  • 容器管理: 查看、启动、停止、重启、删除容器,实时查看日志和资源占用
  • 镜像管理: 列出、拉取、删除镜像,查看镜像层信息
  • 卷管理: 查看和删除 Docker 卷
  • Docker Compose: 管理 Compose 服务的完整生命周期
  • 实时监控: 查看 CPU、内存、网络 I/O 等实时统计信息

支持平台: macOS、Linux、Windows(WSL2)、Docker Desktop

使用流程

AI 助手将引导你完成以下步骤:

  1. 检查并安装 lazydocker(如未安装)
  2. 确认 Docker 守护进程正在运行
  3. 启动 lazydocker 并进入 TUI 界面
  4. 根据需求执行容器/镜像/卷操作
  5. 验证操作结果

关键章节导航

AI 助手能力

当你向 AI 描述 Docker 管理需求时,AI 会:

  • 自动检测系统环境并安装 lazydocker
  • 验证 Docker 守护进程状态
  • 指导键盘快捷键操作
  • 解析容器/镜像/卷的状态信息
  • 协助调试容器启动失败问题
  • 生成 Docker Compose 配置并通过 lazydocker 管理服务

核心功能

  • 容器面板:查看所有容器状态、日志、统计信息
  • 镜像面板:浏览本地镜像,支持删除和拉取
  • 卷面板:管理 Docker 持久化卷
  • 服务面板:Docker Compose 服务管理(需在 compose 项目目录启动)
  • 网络面板:查看 Docker 网络配置
  • 实时日志:容器日志流式展示,支持搜索
  • 自定义命令:支持在 config.yml 中配置自定义操作
  • 键盘驱动:完整键盘导航,无需鼠标

界面布局

┌─────────────────────────────────────────────────────────────┐
│  Containers │  Services │  Images │  Volumes │  Networks    │
├─────────────┴───────────┴─────────┴──────────┴──────────────┤
│ 左侧面板:列表视图                                           │
│  container1  running   nginx:latest                          │
│  container2  exited    redis:7.0                             │
├──────────────────────────────────────────────────────────────┤
│ 右侧面板:详情/日志/统计                                     │
│  [Logs] [Stats] [Config] [Env] [Exec]                        │
└──────────────────────────────────────────────────────────────┘

常用键盘快捷键速查

按键 功能
[ / ] 切换左侧面板标签(容器/服务/镜像/卷/网络)
/ 在列表中上下移动
/ 切换右侧详情标签
enter 进入容器(exec bash/sh)
s 停止容器
r 重启容器
d 删除容器/镜像/卷
u 拉取最新镜像(在服务面板)
l 查看日志
e 打开文件编辑器
x 显示可用命令菜单
q 退出 lazydocker
? 打开帮助界面

快速示例

# 启动 lazydocker
lazydocker

# 在项目目录中启动(自动识别 Docker Compose)
cd /path/to/compose-project && lazydocker

# 指定 Docker 上下文
DOCKER_HOST=tcp://remote-host:2375 lazydocker

Read the full file on GitHub · 126 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 126 lines · 21 tokens per session scan A 47e1f93bfba5

Subscribe to this mod's changes

lazydocker is a skill published in the GitHub repository CN-big-cabbage/github-skill-distiller (4 stars, last pushed 2mo ago), licensed MIT. It adds 21 tokens to every session and 1,164 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.