← 返回
开发者工具 中文

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.
通过带预检和预算/时间上限的守护包装器 (`runner.sh`) 安全执行本地 `gpu` 命令。
angusbezzina angusbezzina 来源
开发者工具 clawhub v1.2.0 3 版本 99887.4 Key: 无需
★ 1
Stars
📥 867
下载
💾 10
安装
3
版本
#latest

概述

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".
  • See templates/prompts.md for more examples.

Security

  • Input sanitization: character blocklist (; & | \ ( ) > < $ { } + newlines) plus subcommand allowlist. Commands are executed via direct gpu binary invocation — no shell re-evaluation (bash -c / eval`).
  • See SECURITY.md for 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).

版本历史

共 3 个版本

  • v1.2.0 当前
    2026-03-29 07:21 安全 安全
  • v1.1.0
    2026-03-26 21:32
  • v1.1.1
    2026-03-18 14:30

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 194 📥 67,416
dev-programming

YouTube

byungkyu
使用托管OAuth集成YouTube Data API,支持搜索视频、管理播放列表、获取频道数据及评论互动,适用于用户需要时使用此技能。
★ 142 📥 41,393
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 677 📥 325,784