| name | docker-mcp-manager |
| description | A skill for managing a Docker container with persistent storage, providing tools for executing commands and managing files |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"developers","workflow":"container-management"} |
Docker MCP Manager Skill
This skill provides tools for managing a Docker container with persistent storage, allowing execution of commands and file operations within the container.
What I do
- Execute shell commands inside a managed Docker container
- Read and write files in the container's persistent storage
- List directory contents
- Check file/directory existence
- Get container information
When to use me
Use this skill when you need to perform operations inside a Docker container that has persistent storage mounted at /data, such as running scripts, managing files, or executing commands in an isolated environment.
Tools provided
execute_command: Run shell commands in the container
read_file: Read file contents
write_file: Write content to a file
list_directory: List directory contents
get_container_info: Get container details
check_file_exists: Check if a file or directory exists
Example usage
agents:
- name: docker-operator
skills:
- docker-mcp-manager
Then the agent can use the tools provided by this skill.