GPU CLI: Remote GPU Compute for ML Training and Inference
/install gpu-cli
GPU CLI Skill (Stable)
Use this skill to run the local gpu binary from your agent. It only allows invoking the bundled runner.sh (which internally calls gpu) and read-only file access.
What it does
- Runs
gpucommands you specify (e.g.,runner.sh gpu status --json,runner.sh gpu run python train.py). - Recommends a preflight:
gpu doctor --jsonthengpu status --json. - Streams results back to chat; use
--jsonfor structured outputs.
Safety & scope
- Allowed tools:
Bash(runner.sh*),Read. No network access requested by the skill;gpuhandles its own networking. - Avoid chaining or redirection; provide a single
runner.sh gpu …command. - You pay your provider directly; this may start paid pods.
Quick prompts
- "Run
runner.sh gpu status --jsonand summarize pod state". - "Run
runner.sh gpu doctor --jsonand summarize failures". - See
templates/prompts.mdfor more examples.
Security
- Input sanitization: character blocklist (
; & | \( ) > \x3C $ { }+ newlines) plus subcommand allowlist. Commands are executed via directgpubinary invocation — no shell re-evaluation (bash -c/eval`). - See
SECURITY.mdfor the full threat model, permission rationale, and version history.
Notes
- For image/video/LLM work, ask the agent to include appropriate flags (e.g.,
--gpu-type "RTX 4090",-p 8000:8000, or--rebuild).
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gpu-cli - After installation, invoke the skill by name or use
/gpu-cli - Provide required inputs per the skill's parameter spec and get structured output
What is GPU CLI: Remote GPU Compute for ML Training and Inference?
Safely run local `gpu` commands via a guarded wrapper (`runner.sh`) with preflight checks and budget/time caps. It is an AI Agent Skill for Claude Code / OpenClaw, with 518 downloads so far.
How do I install GPU CLI: Remote GPU Compute for ML Training and Inference?
Run "/install gpu-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is GPU CLI: Remote GPU Compute for ML Training and Inference free?
Yes, GPU CLI: Remote GPU Compute for ML Training and Inference is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does GPU CLI: Remote GPU Compute for ML Training and Inference support?
GPU CLI: Remote GPU Compute for ML Training and Inference is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created GPU CLI: Remote GPU Compute for ML Training and Inference?
It is built and maintained by Angus Bezzina (@angusbezzina); the current version is v1.2.0.