openclaw-qingjiao

Route user intent to Qingjiao sub-skills for course creation workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

本技能提供对青椒课程制作流程的统一入口,通过识别用户意图并将任务路由给具体的子技能来实现端到端的课程开发。

Core Features & Use Cases

  • 支持 Capability Skills(对课程、章节、场景、元素等的增删改查、绑定资源)以及 Flow Skills(生成教学方案、课程结构与实训规划)的端到端协作。
  • 提供环境就绪检测与前置条件校验,确保执行前完成认证、授权和必要的工具准备。
  • 严格遵循 qingjiao-shared 的工具调用规范,写入前以自然语言进行摘要回显并在获得确认后执行,包含容错与回滚策略。

Quick Start

请提供课程名称、目标受众与总课时等关键信息,我将据此进行目标确认、环境检测和全流程设计与执行。

Frequently Asked Questions about openclaw-qingjiao

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

FAQPage Schema
How does intent recognition work for Qingjiao course management?

Intent recognition for Qingjiao course management works by identifying user goals and routing tasks to appropriate sub-skills. The system distinguishes between capability skills for CRUD operations on courses and flow skills for generating training plans.

What do I need to start creating Qingjiao courses and training plans?

To start creating Qingjiao courses, you need to provide the course name, target audience, and total hours. The system then performs environment readiness checks, verifies authentication, and confirms tool availability before executing.

Can I update course chapters and bind resources using a single entry point?

Yes, you can update course chapters and bind resources using a single entry point. The unified router identifies your intent to modify course elements and dispatches the task to the specific capability skill handling resource binding.

How do I generate learning proposals and course structures end to end?

To generate learning proposals and course structures, provide initial course parameters. The routing skill directs your request to flow skills that design the curriculum and training plan, executing the workflow after explicit user confirmation.

Does the system ask for confirmation before writing course data to the platform?

Yes, the system requires explicit user confirmation before writing course data to the platform. It generates a natural language summary of the intended actions and waits for your approval to ensure safe, auditable interactions.

What happens if environment checks fail during course creation workflow?

If environment checks fail during course creation, the workflow halts before executing any write operations. The system follows qingjiao-shared guidelines for safe interactions, utilizing built-in fault tolerance and rollback strategies to prevent data inconsistency.