π¦ ClawHub
GPU CLI: Remote GPU Compute for ML Training and Inference
by @angusbezzina
Safely run local `gpu` commands via a guarded wrapper (`runner.sh`) with preflight checks and budget/time caps.
TERMINAL
clawhub install gpu-cliπ About This Skill
name: gpu-cli description: Safely run local
gpu commands via a guarded wrapper (runner.sh) with preflight checks and budget/time caps.
argument-hint: runner.sh gpu [subcommand] [flags]
allowed-tools: Bash(runner.sh*), Read
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
gpu commands you specify (e.g., runner.sh gpu status --json, runner.sh gpu run python train.py).gpu doctor --json then gpu status --json.--json for structured outputs.Safety & scope
Bash(runner.sh*), Read. No network access requested by the skill; gpu handles its own networking.runner.sh gpu β¦ command.Quick prompts
runner.sh gpu status --json and summarize pod state".runner.sh gpu doctor --json and summarize failures".templates/prompts.md for more examples.Security
; & | \ ( ) > < $ { } + newlines) plus subcommand allowlist. Commands are executed via direct gpu binary invocation β no shell re-evaluation (bash -c / eval). for the full threat model, permission rationale, and version history.Notes
, -p 8000:8000, or --rebuild`).