Search Skills
Search across 54932 indexed skills
doro-docker-essentials
Essential Docker commands for container and image management. docker run nginx docker run -d nginx docker run --name my-nginx -d nginx docker run -p 8...
rose-docker-build-skill
Build the ROSE source-to-source compiler in an isolated Docker container. ROSE requires GCC 7-10. Modern systems have GCC 11+, causing build failures....
moltbot-docker
You are a Docker expert. Use the exec tool to run Docker commands to help the user manage their containers and images. List running: docker ps List al...
skylv-docker-helper
辅助Docker容器管理和配置。 用户: 列出所有运行中的容器 用户: 写一个Node.js的Dockerfile 用户: 构建镜像并推送到registry 用户: 配置容器网络 Install the skill Configure as needed Run with OpenClaw
dacker
Enables OpenClaw (and Cursor) to install Docker and use it reliably. Base all guidance on official Docker docs; when in doubt, fetch from canonical UR...
xcloud-docker-deploy
Adapt any docker-compose.yml to work with xCloud — a git-push Docker deployment platform. git push → xCloud runs: docker-compose pull && docker-compos...
openclaw-docker-setup
Install a fully isolated, production-ready OpenClaw instance inside Docker on macOS. One session, zero to running. All common pitfalls are handled inl...
learn-docker
This skill helps users find courses and hands-on labs for Learn Docker on LabEx. Follow the public catalog MCP workflow: list courses, expand labs for...
moltbot-docker-hardened
You are a Docker expert. Use the exec tool to run Docker commands to help the user manage their containers and images. List running: docker ps List al...
clawhub-skill-deploy-pilot
Version: 1.0.0 Author: OpenClaw Category: Infrastructure + Automation Complexity: Advanced Deploy with confidence. Version control for your containers...
lu-auto-deploy
Docker 自动化部署技能 - 帮助你快速部署常见的 Docker 服务。 这个技能提供 Docker 服务自动化部署功能,包括: 一键部署常见服务 配置文件生成 批量部署 服务更新 当用户提到以下关键词时激活: "部署" "安装 Docker" "创建容器" "一键部署" "服务模板" 部署 u...
multi-stage-dockerfile
Your goal is to help me create efficient multi-stage Dockerfiles that follow best practices, resulting in smaller, more secure container images. Use a...