Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Remotely manage the 4090 server via SSH to monitor Docker containers, restart services, and check system status.
Remotely manage the 4090 server via SSH to monitor Docker containers, restart services, and check system status.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
通过 SSH 控制 4090 服务器(192.168.199.17)。
# Dify 状态检查 ssh -F ~/.ssh/config 4090 "docker ps -a | grep dify" # 查看资源使用 ssh -F ~/.ssh/config 4090 "docker stats --no-stream" # 重启 Dify ssh -F ~/.ssh/config 4090 "cd ~/dify/docker && docker-compose restart" # 查看日志 ssh -F ~/.ssh/config 4090 "docker logs -f docker-api-1"
# 查看所有容器 docker ps -a # 查看资源占用 docker stats --no-stream --format 'table {{.Name}}\t{{.CPUPerc}}\t{{.MemPerc}}' # 重启单个容器 docker restart docker-api-1 # 查看容器日志 docker logs -f docker-api-1
服务容器名端口说明APIdocker-api-15001主 APIWorkerdocker-worker-15001异步任务Webdocker-web-13000前端界面Plugindocker-plugin_daemon-15003插件服务Sandboxdocker-sandbox-1-安全沙箱
# CPU/内存 top -bn1 | head -5 # 磁盘使用 df -h # 负载情况 uptime
~/.ssh/config: Host 4090 HostName 192.168.199.17 User olmmlo IdentityFile ~/.ssh/4090_key PasswordAuthentication no
Messaging, meetings, inboxes, CRM, and teammate communication surfaces.
Largest current source with strong distribution and engagement signals.