Overview
- Skill Key
- elric2011/docker-remote
- Author
- elric2011
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/elric2011/docker-remote
- Latest Commit SHA
- 56188649a69a253a24ae61ea87e1c6b08c8222f2
Remotely manage Docker Compose instances via SSH. Execute docker compose commands, view logs, update images, and exec into containers on remote servers. Use when deploying, monitoring, or debugging containerized applications.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 docker-remote 技能。 若已安装,则直接安装 docker-remote 技能。
# Docker Remote Skill Remotely manage Docker Compose instances through SSH connections. ## Overview This skill provides a complete set of actions for Docker Compose lifecycle management on remote servers. All operations are performed via SSH, requiring only standard SSH and Docker tools on both client and server. ## Quick Start ```bash # Start services docker_compose_up host=192.168.1.100 user=root path=/opt/myapp # Check status docker_compose_ps host=192.168.1.100 user=root path=/opt/myapp # View logs docker_compose_logs host=192.168.1.100 user=root path=/opt/myapp tail=50 # Update and restart docker_compose_update host=192.168.1.100 user=root path=/opt/myapp pull=always ``` ## Actions ### docker_compose_up Start Docker Compose services in detached mode. **Parameters:** - `host` (required): Remote SSH host (IP or hostname) - `user` (required): SSH username - `path` (required): Directory containing docker-compose.yml - `port` (optional, default: 22): SSH port - `key_path` (optional): SSH private key path - `timeout` (optional, default: 60): Operation timeout in seconds **Example:** ``` docker_compose_up host=192.168.1.100 user=admin path=/opt/app port=2222 ``` ### docker_compose_down Stop and remove containers, networks, and volumes defined in docker-compose.yml. **Parameters:** Same as `up` **Example:** ``` docker_compose_down host=192.168.1.100 user=admin path=/opt/app ``` ### docker_compose_start Start specific stopped services. **Parameters:** - All `up` parameters - `service` (optional): Service name to start (starts all if not specified) **Example:** ``` docker_compose_start host=192.168.1.100 user=admin path=/opt/app service=web ``` ### docker_compose_stop Stop running services without removing them. **Parameters:** - All `up` parameters - `service` (optional): Service name to stop (stops all if not specified) **Example:** ``` docker_compose_stop host=192.168.1.100 user=admin path=/opt/app service=worker ``` ### docker_compose_restar...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.