一键导入
docker-manager
Manage Docker containers, images, and volumes. Use this when the user asks to "list containers", "check logs", or "run a container".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage Docker containers, images, and volumes. Use this when the user asks to "list containers", "check logs", or "run a container".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.
Fetch up-to-date documentation for libraries and frameworks using Context7. Use this when the user asks for "latest docs", "API reference", or code examples for specific libraries.
Guide for debugging failing GitHub Actions workflows. Use this when asked to debug failing GitHub Actions workflows.
Manage GitHub Pull Requests, Issues, and Reviews. Use this for "create PR", "check PR status", or "list issues".
Access low-level GitKraken MCP tools for raw issue data and diffs.
| name | docker-manager |
| description | Manage Docker containers, images, and volumes. Use this when the user asks to "list containers", "check logs", or "run a container". |
This skill uses the Docker MCP server to manage your local Docker environment.
Use mcporter to execute Docker tools.
Command Template:
npx mcporter call --command "docker run -i --rm -v /var/run/docker.sock:/var/run/docker.sock mcp/docker" --tool <tool_name> --args <json_args>
list_containers: List running or stopped containers.
read_logs: Get logs from a specific container.
run_container: Start a new container.
Example: List running containers
npx mcporter call --command "docker run -i --rm -v /var/run/docker.sock:/var/run/docker.sock mcp/docker" --tool list_containers --args '{"all": false}'