← Back to Skills Marketplace
77
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install container-helper
Description
Assist with Docker container management, image building, Dockerfile creation, and container network configuration.
README (SKILL.md)
Docker Helper — Docker助手
功能说明
辅助Docker容器管理和配置。
使用方法
1. 容器操作
用户: 列出所有运行中的容器
2. Dockerfile
用户: 写一个Node.js的Dockerfile
3. 镜像构建
用户: 构建镜像并推送到registry
4. 网络配置
用户: 配置容器网络
Usage
- Install the skill
- Configure as needed
- Run with OpenClaw
Usage Guidance
This skill describes real Docker actions (building images, pushing to registries, managing networks) but the manifest doesn't say how it will perform them or what it needs. Before installing: (1) Ask the publisher how the agent will execute Docker operations — does it run docker CLI, use the Docker API, or only provide textual advice? (2) Confirm what credentials/access it will require (registry username/token, access to /var/run/docker.sock) and whether those will be requested interactively or stored. (3) If you plan to let the agent perform actions, run it in an isolated environment (container or VM) and supply least-privilege, short-lived credentials. (4) Disable autonomous invocation if you don't want the agent to act without explicit approval. If the publisher provides concrete runtime steps that declare required binaries and credential usage, re-evaluate — that could change this assessment.
Capability Analysis
Type: OpenClaw Skill
Name: container-helper
Version: 1.0.0
The skill bundle contains only metadata and documentation (SKILL.md) for a Docker assistant. It lacks any executable code, scripts, or suspicious instructions that would indicate malicious intent or security vulnerabilities. The content is limited to descriptive usage examples for container management and Dockerfile optimization.
Capability Assessment
Purpose & Capability
The skill claims Docker container management, image building, and pushing to registries, but the metadata declares no required binaries (docker/ctr), no config paths (e.g., /var/run/docker.sock), and no registry credentials—things that are normally required for these tasks. That mismatch is unexpected.
Instruction Scope
The SKILL.md contains only brief examples and high-level triggers (list containers, write Dockerfile, build and push image, configure networks) and no concrete runtime steps. This vagueness gives the agent wide latitude (it could try to run docker commands, access files, or request credentials) without explicit limits.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing is written to disk by an installer. This is low risk from an install perspective.
Credentials
No environment variables, credentials, or config paths are required by the manifest, yet the skill's use-cases normally need registry credentials and access to the Docker daemon/socket. The absence of declared secrets or socket access is disproportionate to the claimed functionality.
Persistence & Privilege
always is false and the skill is user-invocable; autonomous invocation is allowed (platform default). The skill does not request persistent system-wide config or special privileges in the manifest.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install container-helper - After installation, invoke the skill by name or use
/container-helper - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Added initial skill documentation in SKILL.md.
- Detailed usage examples for container management, Dockerfile creation, image building, and network configuration.
- Included English and Chinese instructions for broader accessibility.
- Clarified triggers and keywords to enhance discoverability.
Metadata
Frequently Asked Questions
What is Container Helper?
Assist with Docker container management, image building, Dockerfile creation, and container network configuration. It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.
How do I install Container Helper?
Run "/install container-helper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Container Helper free?
Yes, Container Helper is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Container Helper support?
Container Helper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Container Helper?
It is built and maintained by SKY-lv (@sky-lv); the current version is v1.0.0.
More Skills