Awesome-openclaw-skills systemmonitor
Check the current CPU, RAM, and GPU status of the local server.
install
source · Clone the upstream repo
git clone https://github.com/sundial-org/awesome-openclaw-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/systemmonitor" ~/.claude/skills/sundial-org-awesome-openclaw-skills-systemmonitor && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/systemmonitor" ~/.openclaw/skills/sundial-org-awesome-openclaw-skills-systemmonitor && rm -rf "$T"
manifest:
skills/systemmonitor/SKILL.mdsource content
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