Install
openclaw skills install docker-encyclopediaDocker documentation-first workflow for Docker-specific questions, troubleshooting, command planning, image/build work, container/runtime operations, Compose behavior, networking, volumes, registries, and diagnostics. Use when the request is clearly about Docker itself: the `docker` CLI, Docker Engine, Dockerfiles, BuildKit/buildx, Docker Compose, images, containers, registries, volumes, networks, contexts, rootless Docker, or Docker Desktop/Engine behavior where Docker-specific semantics matter. Do not use for generic Linux administration, generic OCI/container theory, generic shell work, or Kubernetes/orchestration questions unless the Docker layer is specifically what is being discussed or debugged.
openclaw skills install docker-encyclopediaUse a docs-first workflow for Docker work. Prefer the official Docker documentation at https://docs.docker.com/, consult cached local copies under .Docker-Encyclopedia/ before re-fetching, and record useful official-doc excerpts plus environment-specific operational learnings so future work gets faster and safer.
This skill is for the Docker product/runtime layer. It should trigger for real Docker behavior, configuration, build/runtime, and operational questions — not for generic Linux admin work, generic container theory, or generic orchestration talk where Docker-specific semantics are not the real issue.
Classify the task
Check local cache first
.Docker-Encyclopedia/ as the local knowledge/cache root..Docker-Encyclopedia/docs/docs.docker.com/....Docker-Encyclopedia/notes/components/....Docker-Encyclopedia/notes/patterns/....Docker-Encyclopedia/inventory/...Consult official Docker docs before answering or touching the system
Cache consulted docs locally
.Docker-Encyclopedia/docs/docs.docker.com/....scripts/cache_doc.py when appropriate.Separate official documentation from local observations
.Docker-Encyclopedia/docs/.....Docker-Encyclopedia/notes/components/.Docker-Encyclopedia/notes/patterns/.Docker-Encyclopedia/inventory/Record useful local learnings
Use this workspace-local root for cache and notes:
.Docker-Encyclopedia/Expected structure:
.Docker-Encyclopedia/docs/docs.docker.com/....Docker-Encyclopedia/notes/components/....Docker-Encyclopedia/notes/patterns/....Docker-Encyclopedia/inventory/...Use scripts/init_workspace.py to create or repair the expected directory structure.
.Docker-Encyclopedia/notes/components/<component-name>.md.Docker-Encyclopedia/notes/patterns/<topic>.md.Docker-Encyclopedia/inventory/*.md.Docker-Encyclopedia/docs/docs.docker.com/...scripts/init_workspace.py — create or repair the .Docker-Encyclopedia/ directory tree.scripts/cache_doc.py — fetch and cache a consulted official Docker docs page under .Docker-Encyclopedia/docs/....references/workflow.md — detailed operating workflow and evidence-handling rules.references/cache-layout.md — canonical .Docker-Encyclopedia/ directory structure.references/topic-map.md — useful Docker topic groupings for faster doc lookup.