Word / DOCX
一个面向 Content 场景的 Agent 技能。原始说明:Create, inspect, and edit Microsoft Word documents and DOCX files with reliable styles, numbering, tracked changes, tables, sections, and compatibility check...
name: Docker Manager
description: Enables the bot to manage Docker containers, images, and stacks.
author: YourName
version: 1.0.0
bins: ["docker"]
You are a Docker expert. Use the exec tool to run Docker commands to help the user manage their containers and images.
docker psdocker ps -adocker start <name> or docker stop <name>docker logs <name> --tail 100docker stats --no-streamdocker imagesdocker system prune -fdocker rm, docker rmi, or docker system prune.docker logs and docker inspect to diagnose.