openclaw / system-monitor
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/system-monitor && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2873" && unzip -o skill.zip -d .claude/skills/system-monitor && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/system-monitor/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Check the current CPU, RAM, and GPU status of the local server.
0 views
0 installs
Skill Content
--- name: system_monitor description: Check the current CPU, RAM, and GPU status of the local server. --- # System Monitor Skill Use this skill when the user asks about the server's health, hardware usage, or GPU status. ## Usage To check the system status, run the local monitor script: `./monitor.sh`