qingjiao-course

Manage Qingjiao course lifecycle including create, query, update, delete, publish, and introduce operations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

青椒课程实体能力技能负责课程的查询、创建、更新、删除与发布等生命周期管理,帮助团队在平台上高效维护课程信息与发布流程。

Core Features & Use Cases

  • 课程生命周期管理:创建课程、查询课程、更新名称/描述、修改课时数等元信息。
  • 课程发布与审核:提交发布审核、维护发布状态,确保内容合规与版本控制。
  • 课程介绍管理:为课程撰写/更新详细介绍,支持与标题、描述的分离管理。
  • Use Case: 当需要添加新课程、确认 course_id、或将课程提交审核时,使用对应的技能完成这些操作。

Quick Start

Create a new course named "Intro to Quantum Computing" and return its course_id.

Frequently Asked Questions about qingjiao-course

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

FAQPage Schema
How do I manage the end-to-end lifecycle of a Qingjiao course?

Qingjiao course lifecycle management automates creating, querying, updating, deleting, and publishing courses. It handles metadata like course name, description, and lesson count to maintain platform information efficiently.

What is the process to publish a Qingjiao course for review?

Publishing a Qingjiao course involves submitting it for review to ensure content compliance and version control. The workflow maintains the current publication status and handles the introduction metadata separately from the title.

Can I update course descriptions and lesson counts without recreating the course?

Updating Qingjiao course metadata allows modifying names, descriptions, and lesson counts directly. You can maintain existing course records and adjust their details without deleting and recreating the entire course entry.

How do I retrieve a course_id after creating a new course on the platform?

Creating a Qingjiao course returns a unique course_id automatically. When you add a new course entry through the management workflow, the system generates and provides this identifier for subsequent updates and publishing.

Do I need to configure any dependencies to automate Qingjiao course management?

Automating Qingjiao course management requires no external dependencies. The workflow operates independently by following the qingjiao_course tool conventions and utilizing a SKILL.md frontmatter with a defined name and description.

Why separate course introduction management from the standard description field?

Separating course introduction management from the description field allows dedicated updates to detailed course content. This ensures the specific introduction text is maintained independently from the general metadata like title and short description.