Docker container read-only operations for inspection and monitoring
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill docker_operator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Docker Operator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-docker-operator)More formats (shields.io, HTML) on the badges page.
---
name: docker-operator
description: Docker container read-only operations for inspection and monitoring
activation_keywords: [docker, container, image, volume, network, compose]
---
# Docker Operator Skill
Provides read-only Docker operations:
- List containers, images, volumes, networks
- Inspect container details and logs
- Check resource usage and status
- View Docker system information
Use `builtin_docker_operator` tool with fields:
- `operation`: one of "ps", "images", "logs", "inspect", "stats", "network", "volume"
- `name`: (optional) specific container/image/network/volume name
- `all`: (optional) include stopped containers (default: false)
Note: Write operations (run, stop, rm, kill, build) are disabled by default for safety.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!