Docker Operations

v0.0.2

Provides Docker container and image operations for creating, running, managing, and inspecting containers and images. Use for docker run, docker exec, docker...

0· 27·0 current·0 all-time
bybzhou@netium
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
Capability signals
CryptoRequires OAuth token
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the bundled reference files: this is a comprehensive Docker CLI guide. All included commands and examples are appropriate for Docker operations. (Minor inconsistency: the top-level list includes 'docker compose' and 'buildx', while the 'When NOT to Use' section warns against multi-container Compose and complex buildx bake files; this is a documentation clarity issue, not evidence of misdirection.)
Instruction Scope
The SKILL is instruction-only and contains direct CLI examples that can manipulate the host (docker run with mounts, --privileged, docker cp, docker export/import) and demonstrates non-interactive docker login usage. Those examples are expected for a Docker reference but they are powerful operations that — if run — can access host files or registry credentials.
Install Mechanism
No install spec and no code files; nothing is downloaded or written to disk by the skill itself, which is the lowest-risk install posture.
Credentials
The skill declares no required environment variables or credentials. Examples reference environment variables (e.g., $PASSWORD for docker login) but do not demand them. There are no unrelated secret requests.
Persistence & Privilege
always:false and no install means the skill does not request permanent system presence or elevated platform privileges. Autonomous invocation is allowed (platform default) but not combined with other concerning flags.
Assessment
This skill is a documentation/reference pack for the docker CLI and appears coherent with that purpose. Before using it: ensure Docker is installed and you understand the commands — many examples (docker run with -v, --privileged, docker cp, docker export/import, non-interactive docker login) can expose host files or credentials if run carelessly. Do not run untrusted images or use privileged mounts; avoid supplying registry credentials to unknown code. Note the minor doc inconsistency around Compose/buildx (the skill contains compose docs but warns against using it for complex multi-container Compose scenarios). Because the skill's source is unknown, prefer using it read-only as guidance rather than granting an agent free-run to execute Docker commands on sensitive hosts.

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

latestvk97f2hjh155v1vrsmk801xqyss84pka5

License

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

Comments