Doro Docker Essentials

v1.0.0

Essential Docker commands and workflows for container management, image operations, and debugging.

0· 472·1 current·1 all-time
byMus Titou@a2mus
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill's name/description match the content: it's a Docker command reference and correctly declares the docker binary requirement. Minor packaging metadata inconsistencies exist: the provided _meta.json ownerId and slug differ from the registry metadata (ownerId/slug), which could be a benign packaging error but is worth verifying with the publisher.
Instruction Scope
SKILL.md contains only Docker CLI examples and workflows relevant to container/image management, compose, networking, volumes and debugging. These instructions stay within the stated scope. Note: many examples are destructive (docker rm -f, docker system prune, docker image prune -a, etc.) or show host-volume mounts and environment variables. If an agent were allowed to run these commands, they could remove images/containers or expose host files — this is expected for a Docker skill but is operationally risky if executed without user oversight.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk by the skill itself. This is the lowest-risk install model.
Credentials
The skill requests no environment variables, no credentials, and no config paths. Commands reference examples of environment variables (e.g., POSTGRES_PASSWORD=secret) and registry push/pull operations, which would require credentials at runtime (docker login) but the skill does not request any secrets — this is proportionate and appropriate for a reference guide.
Persistence & Privilege
always:false (not force-included). disable-model-invocation:false is the platform default and acceptable here. The skill does not request permanent presence or modify other skills' configs.
Assessment
This is a straightforward Docker command reference and appears coherent with its description. Before installing/using it: 1) Verify the publisher (metadata mismatch in _meta.json vs registry could be a harmless packaging issue, but confirm if you care who published it). 2) Understand that examples include destructive commands (prune, rm -f) and host-volume mounts — do not let the agent execute commands automatically unless you trust it and are prepared for side effects. 3) Commands that push to registries or perform actions requiring login will need your Docker credentials at runtime (the skill does not request them; provide them only when necessary and to trusted processes). 4) Prefer running examples in an isolated environment (e.g., disposable VM) when trying commands you don't fully understand.

Like a lobster shell, security has layers — review code before you run it.

latestvk976w84ttdqq2jkhw17437e40d81vfk0

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🐳 Clawdis
Binsdocker

Comments