A specialized utility designed to prevent GPU idle timeouts by maintaining active VRAM allocations and simulating workload activity.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gpu-keepalive-with-keepgpu
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install gpu-keepalive-with-keepgpu using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
KeepGPU is a technical utility focused on ensuring high-performance hardware remains active and available during intermittent workloads. By leveraging Openclaw Skills, developers can automate the process of holding specific amounts of VRAM and simulating activity to bypass auto-termination policies on cloud platforms or shared clusters. The tool supports both NVIDIA CUDA and AMD ROCm environments, making it a versatile choice for diverse AI infrastructure setups.
The core value of this skill lies in its ability to manage GPU states through either foreground blocking processes or background service daemons. This flexibility allows users to integrate keep-alive logic into complex agentic pipelines or simple manual shell sessions, ensuring that expensive compute resources are not reclaimed due to inactivity while preprocessing data or waiting for model deployments.
First, ensure PyTorch is installed for your specific hardware platform. Then, install the KeepGPU package.
# Install for CUDA environments
pip install --index-url https://download.pytorch.org/whl/cu121 torch
pip install keep-gpu
# Install for ROCm environments
pip install --index-url https://download.pytorch.org/whl/rocm6.1 torch
pip install keep-gpu[rocm]
# Alternative: Direct installation from Git
pip install "git+https://github.com/Wangmerlyn/KeepGPU.git"
Verify the installation by checking the help documentation:
keep-gpu --help
The skill manages GPU sessions through a structured set of CLI arguments and service states. Data is organized as follows:
| Command Option | Type | Purpose |
|---|---|---|
--gpu-ids |
String | Comma-separated list (e.g., 0,1) of target hardware. |
--vram |
String | Amount of memory to hold (e.g., 512MB, 1GiB). |
--interval |
Integer | Seconds between keep-alive checks. |
--busy-threshold |
Integer | Utilization % at which the tool will back off. |
start/stop/status |
Command | Lifecycle management for non-blocking service jobs. |
Local monitoring is available via a web dashboard at http://127.0.0.1:8765/.
Loading
A browser-based automation skill for managing Volcengine Cloud Phone instances and retrieving system logs via Openclaw Skills.

Automate your daily Moltbook briefing with AI-powered Chinese summaries and trending post tracking.

A high-performance interface for fetching China A-share market data, including real-time quotes and historical bars, via the TDX protocol.

A comprehensive Python client for fetching real-time and historical China A-share stock market data via the TDX protocol.

A sophisticated intelligence gathering framework for tracking, verifying, and analyzing NVIDIA GTC 2026 product launches and technical roadmaps.

A powerful macOS command-line interface for managing Apple Notes through AppleScript.








































