← All skills
Tencent SkillHub · Communication & Collaboration

4090ctl

Remotely manage the 4090 server via SSH to monitor Docker containers, restart services, and check system status.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Remotely manage the 4090 server via SSH to monitor Docker containers, restart services, and check system status.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

4090 服务器控制

通过 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 管理

# 查看所有容器 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

Dify 服务

服务容器名端口说明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 配置

~/.ssh/config: Host 4090 HostName 192.168.199.17 User olmmlo IdentityFile ~/.ssh/4090_key PasswordAuthentication no

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc