qzcli

Manage GPU compute job lifecycle on the Qizhi platform via kubectl-style CLI.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/Shallow-W/llm-wiki --skill qzcli-shallow-w
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qzcli
Source: https://github.com/Shallow-W/llm-wiki/tree/main/.claude/skills/qzcli
Command: npx skills add https://github.com/Shallow-W/llm-wiki --skill qzcli-shallow-w

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of submitting, monitoring, and stopping GPU compute jobs on the Qizhi (启智) platform without manually navigating dashboards, keeping track of job IDs, or dealing with stale cached resource metadata.

Core Features & Use Cases

  • Workspace & compute discovery: Refresh and list cached workspaces and compute groups to ensure you target the right resources.
  • Job lifecycle management: Submit jobs interactively or non-interactively, then list, get status, watch, and stop jobs by ID.
  • Queue-friendly capacity checks: Use availability queries (including low-priority nodes) to find enough free nodes before launching distributed training.

Quick Start

Run qzcli login, then run qzcli res -u to refresh your workspace and compute-group cache.

Frequently Asked Questions about qzcli

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

FAQPage Schema
How do I submit and monitor GPU compute jobs on the Qizhi platform without using the web dashboard?

You can submit, monitor, and stop GPU compute jobs on the Qizhi platform using a kubectl-style CLI. This approach replaces manual dashboard navigation by managing the job lifecycle and tracking job statuses directly from the command line.

Can I check available GPU nodes and compute capacity before launching distributed training?

Yes, you can query compute capacity and availability, including low-priority nodes, to find enough free nodes before launching distributed training. This queue-friendly check helps ensure sufficient resources are available for your job.

How do I refresh workspace and compute group cache for deterministic CLI resource discovery?

Run the resource refresh command to update your cached workspaces and compute groups. This ensures you target the right resources and prevents issues caused by stale cached resource metadata during job submission.

Does the Qizhi CLI support batch submission and non-interactive job creation for distributed training?

Yes, the Qizhi CLI supports command parameters for batch submission and non-interactive job creation. You can submit jobs interactively or non-interactively, then list, watch, and stop jobs by ID across available nodes.

Why do my Qizhi GPU jobs fail to find the correct workspace or compute group?

Your Qizhi GPU jobs may fail if the cached resource metadata is stale. Refresh your workspace and compute group cache using the resource update command to ensure the CLI targets the correct resources during job creation.