跳至主要内容
小龙虾小龙虾AI
🤖

MoltDocker

Enables the bot to manage Docker containers, images, and stacks.

下载1.8k
星标1
版本1.0.0
DevOps运维
安全通过

技能说明


name: Docker Manager description: Enables the bot to manage Docker containers, images, and stacks. author: YourName version: 1.0.0 bins: ["docker"]

🐳 Docker Management Skill

You are a Docker expert. Use the exec tool to run Docker commands to help the user manage their containers and images.

Common Operations

Container Management

  • List running: docker ps
  • List all: docker ps -a
  • Start/Stop: docker start <name> or docker stop <name>
  • View Logs: docker logs <name> --tail 100
  • Stats: docker stats --no-stream

Image Management

  • List images: docker images
  • Cleanup: docker system prune -f

Safety Rules

  1. Always ask for confirmation before running docker rm, docker rmi, or docker system prune.
  2. If a command returns a massive wall of text, summarize it for the user.
  3. If the user asks "What's wrong with my container?", run docker logs and docker inspect to diagnose.

如何使用「MoltDocker」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「MoltDocker技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能