qingjiao-lab-env

Automate Qingjiao lab environment provisioning across registry, image, and resource workflows.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/kim1024/agent-skills --skill qingjiao-lab-env
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qingjiao-lab-env
Source: https://github.com/kim1024/agent-skills/tree/main/openclaw-qingjiao/package/skills/qingjiao-lab-env
Command: npx skills add https://github.com/kim1024/agent-skills --skill qingjiao-lab-env

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

青椒课程的实验环境在初始化镜像仓库、登记镜像以及绑定课程资源等环节通常繁琐且易出错。qingjiao-lab-env 提供一个端到端的能力技能,简化并统一这一工作流。

Core Features & Use Cases

  • 初始化并管理镜像仓库、登记镜像到平台以及绑定课程资源的完整流程。
  • 对课程中不同训练类型的环境(如容器与虚拟机)进行快速配置与切换。
  • 支持回显与校验:在创建、查询、更新或删除资源时提供清晰的结果与脱敏凭据。

Quick Start

依次初始化镜像仓库、登记镜像并绑定课程资源以完成实验环境搭建。

Frequently Asked Questions about qingjiao-lab-env

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

FAQPage Schema
How do I automate lab environment provisioning for course management platforms?

Lab environment provisioning is automated end-to-end by executing a three-step sequence: initializing the registry, registering the image, and binding the course resources. This workflow applies to both container and virtual machine training environments.

What is the correct sequence to initialize a course lab environment with image registries and resources?

The correct sequence to initialize a course lab environment is strictly registry, then image, then resource. Following this order ensures proper platform-level controls for registry, image flavors, and resource definitions are satisfied.

Can I configure both container and virtual machine environments for course training?

Yes, you can configure both container and virtual machine environments for course training. The skill supports quick configuration and switching between different training types within the course lifecycle.

Does the lab environment workflow expose sensitive credentials during resource binding?

No, the lab environment workflow does not expose sensitive credentials. It ensures desensitized outputs for sensitive data, providing clear results and masked credentials during create, query, update, or delete actions.

How do I manage image registry lifecycles for educational lab environments?

You manage image registry lifecycles using platform-level controls with actions like create, save, list, update, and delete. This applies to initializing registries, registering images, and binding resources.