qzcli

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

Updated Jun 7, 2026
One-click install
npx skills add https://github.com/czh-ee-2023/zotero-aris --skill qzcli-czh-ee-2023
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qzcli
Source: https://github.com/czh-ee-2023/zotero-aris/tree/main/.claude/skills/qzcli
Command: npx skills add https://github.com/czh-ee-2023/zotero-aris --skill qzcli-czh-ee-2023

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires rich, requests, prompt_toolkit, mcp, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of managing GPU compute jobs on the Qizhi platform, offering a streamlined approach to submit, monitor, and manage tasks efficiently.

Core Features & Use Cases

  • Job Submission: Submit jobs with various configurations including command, workspace, compute group, and image specifications.
  • Job Management: Monitor and manage job status, stop running jobs, and view job details.
  • Resource Discovery: List available nodes, workspaces, and compute groups.
  • Authentication: Handle authentication securely using credentials or environment variables.
  • Batch Submission: Submit multiple jobs using a configuration file for batch processing.

Quick Start

Use the qzcli skill to submit a new job to the Qizhi platform with the command 'qzcli create --name "my-job" --command "bash /path/to/train.sh" --workspace "My Workspace" --compute-group "My Compute Group" --image YOUR_REGISTRY/team/image:tag --instances 4'.

Frequently Asked Questions about qzcli

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

FAQPage Schema
How do I submit a GPU compute job to the Qizhi platform?

You can submit a GPU compute job on the Qizhi platform using a kubectl-style CLI. Specify the job name, command, workspace, compute group, image, and instances to configure and launch your computational tasks.

Can I manage multiple GPU compute jobs at once?

Yes, you can manage multiple GPU compute jobs simultaneously through batch submission. By defining your tasks in a configuration file, you can submit multiple jobs for batch processing on the Qizhi platform without manual individual submissions.

What is needed to authenticate compute job submissions on the Qizhi platform?

Compute job submissions on the Qizhi platform require authentication using your credentials. You can securely handle this authentication process by providing credentials directly or configuring them through your environment variables.

How do I monitor and manage running compute jobs?

You monitor and manage running compute jobs by checking job status, viewing job details, and stopping jobs as needed. This management functionality provides visibility and control over active tasks on the Qizhi platform.

How can I discover available compute resources and nodes on the Qizhi platform?

You discover available compute resources and nodes on the Qizhi platform using resource discovery features. This functionality lists available nodes, workspaces, and compute groups to help you allocate your jobs effectively.

Does this GPU computing tool support kubectl-style commands?

Yes, this GPU computing tool supports kubectl-style CLI commands for job management. It provides a familiar command-line interface to submit, monitor, and manage tasks on the Qizhi platform.