Back to Registry View Author Profile
Official Verified
Gpu Check
Skill by fainaltn
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/fainaltn/gpu-checkOr
GPU 状态检查 (gpu_check)
实时获取局域网内分布式 AI 算力节点的显存占用情况。
功能
- 自动轮询 3090 (192.168.2.236) 和 4090 (192.168.2.164) 的显存状态
- 输出带进度条的 Markdown 表格
- 监控各节点 API 服务在线情况
依赖
- Node.js 环境(已内置)
- axios 库(需安装)
安装
- 在技能目录安装依赖:
cd ~/.openclaw/workspace/skills/gpu_check npm init -y npm install axios - 确保 GPU 节点 API 已启动(需在 192.168.2.236 和 192.168.2.164 运行支持
/gpu端点的服务)
使用
在聊天中发送:
/gpu@机器人 显卡状态查看 GPU 占用
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-fainaltn-gpu-check": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.