Gpu Check
v1.0.0Automatically polls and displays memory usage and online status of RTX 3090 and 4090 AI compute nodes in the local network.
⭐ 0· 343·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description say it polls local RTX 3090/4090 nodes; the code (JS and Python) specifically queries the two private IPs on port 5000 and renders usage—this aligns with the stated purpose. Dependency on axios (for Node) is appropriate.
Instruction Scope
SKILL.md instructs installing axios and describes Node usage which matches gpu_check.js. Minor inconsistencies: a Python implementation (gpu_check.py) is included but SKILL.md does not mention Python or the requests library; package.json lists main:index.js which does not exist. These are quality issues but do not indicate malicious behavior.
Install Mechanism
No automated install/spec is provided (instruction-only). The package.json and package-lock.json reference npm packages from the public registry (axios and its deps), which is standard and expected.
Credentials
The skill requests no environment variables, no credentials, and only accesses two local private IP endpoints that match the stated purpose. Network access to those IPs is necessary for functionality.
Persistence & Privilege
Skill does not request always:true or other elevated platform privileges and does not modify other skills or system-wide config. Autonomous invocation is allowed by default (normal).
Assessment
This skill appears to do only what it claims: poll two local IPs for GPU memory usage. Before installing, verify the two IP addresses (192.168.2.236 and 192.168.2.164) are your intended GPU nodes. Note small inconsistencies (a Python implementation is included but not documented; package.json points to index.js which is missing). Run npm install only in a controlled environment (or inspect gpu_check.js/gpu_check.py yourself). If you don't use Python, you can ignore or remove gpu_check.py; if you don't want Node dependencies, avoid running npm install. If these nodes are unknown or unexpected on your network, do not install or run the skill.Like a lobster shell, security has layers — review code before you run it.
latestvk973gykq4bef9yj29z4spzmazd820sde
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
