qzcli

Manage GPU compute jobs on the Qizhi platform with kubectl-style commands.

Updated May 20, 2026
One-click install
npx skills add https://github.com/lightrain-a/medtrace-aris --skill qzcli-lightrain-a
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qzcli
Source: https://github.com/lightrain-a/medtrace-aris/tree/main/.vendor/aris/skills/qzcli
Command: npx skills add https://github.com/lightrain-a/medtrace-aris --skill qzcli-lightrain-a

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

qzcli helps you manage GPU compute jobs on the Qizhi (启智) platform without manually navigating web consoles or tracking job details by hand.

Core Features & Use Cases

  • Workspace & compute-group discovery: Refresh cached resources and select the right compute targets before submitting work.
  • Job submission (interactive or scripted): Create GPU jobs with the correct workspace, compute group, specs, images, and runtime parameters.
  • Job monitoring and control: List jobs, check status, watch updates, and stop jobs when needed, including workspace/project GPU utilization.
  • Batch submission support: Submit multiple jobs from a JSON config using defaults and matrix-style command templating.

Quick Start

Run qzcli login, then discover resources with qzcli res -u, and finally list running jobs with qzcli ls -c --all-ws.

Frequently Asked Questions about qzcli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Qizhi GPU jobs without using the web console?

You can manage Qizhi GPU jobs without the web console by using kubectl-style CLI commands to submit, monitor, and stop distributed training tasks. It provides terminal-based lifecycle control for compute jobs across workspaces.

How do I submit distributed training jobs in batch?

To submit distributed training jobs in batch, you can use a JSON configuration file with default parameters and matrix-style command templating. This allows you to create multiple GPU compute jobs simultaneously.

How do I monitor GPU utilization across workspaces?

You can monitor GPU utilization across workspaces by listing jobs and checking status with specific CLI flags. Commands allow you to watch updates and view workspace or project GPU utilization directly.

Does the Qizhi CLI require manual workspace and compute group selection?

No, the Qizhi CLI does not require manual workspace and compute group selection. It uses cached resource discovery to automatically resolve workspace and compute group identifiers before submitting work.

How do I authenticate to the Qizhi platform via CLI?

You authenticate to the Qizhi platform via CLI by running the login command. It supports authentication through CLI input, environment variables, .env files, and config cookie persistence.