Overview
- Skill Key
- angusbezzina/gpu-cli
- Author
- angusbezzina
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/angusbezzina/gpu-cli
- Latest Commit SHA
- baa51939cbf39f69897702f334958c1564c36545
Safely run local `gpu` commands via a guarded wrapper (`runner.sh`) with preflight checks and budget/time caps.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 gpu-cli 技能。 若已安装,则直接安装 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 `gpu` commands you specify (e.g., `runner.sh gpu status --json`, `runner.sh gpu run python train.py`). - Recommends a preflight: `gpu doctor --json` then `gpu status --json`. - Streams results back to chat; use `--json` for structured outputs. Safety & scope - Allowed tools: `Bash(runner.sh*)`, `Read`. No network access requested by the skill; `gpu` handles 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 --json` and summarize pod state". - "Run `runner.sh gpu doctor --json` and summarize failures". - "Run `runner.sh gpu inventory --json --available` and recommend a GPU under $0.50/hr". - "Run `runner.sh gpu run echo hello` then post the output". Notes - For image/video/LLM work, ask the agent to include appropriate flags (e.g., `--gpu-type "RTX 4090"`, `-p 8000:8000`, or `--rebuild`).
GPU CLI ClawHub Skill (Stable) Purpose: Safely run local `gpu` commands from OpenClaw/ClawHub agents with guardrails (dry‑run preview, command whitelist, budget/time caps, and clear remediation), without modifying GPU CLI itself. What this skill does - Executes only `gpu …` commands via a wrapper (`runner.sh`) with a strict whitelist and injection checks. - Performs preflight checks (`gpu --version`, `gpu doctor --json`). - Defaults to dry‑run previews; can enforce confirm + caps. - Provides optional cost/time caps before execution; attempts cleanup (`gpu stop -y`) on timeout/cancel. - Maps common exit codes to helpful guidance (auth, daemon restart, transient retry). Non-goals - No telemetry, no secret handling; uses the installed GPU CLI and your provider keys in OS keychain. - Does not change GPU CLI behavior; all safeguards are in this skill only. Quick usage (from an agent) - Trigger: "/gpu" or phrases like "Use GPU CLI to …" (as configured on ClawHub) - Example: "Use GPU CLI to run gpu status --json" - Example: "Use GPU CLI to run gpu run python train.py on an RTX 4090" Files - `manifest.yaml` — ClawHub skill metadata, permissions, triggers, settings. - `runner.sh` — Execution wrapper with guardrails. - `selftest.sh` — Local checks for preflight and injection denial. - `templates/prompts.md` — Curated prompts for common tasks. Notes for publishers - Mark channel as Stable, add logo/screenshots/demo, and link docs at `apps/portal/content/docs/ai-agent-skill.mdx`. - Keep permissions minimal: Bash + Read, workspace‑scoped; network off for the skill itself.
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.