qingjiao-scenario

Manage chapter subsections via the qingjiao_scenario tool.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

青椒小节实体能力技能,负责章节内小节的创建、查询、更新、删除、排序与锁定管理。在 chapter_id 已确认后,需要建立小节结构时使用。

Core Features & Use Cases

  • 使用 qingjiao_scenario 工具操作小节实体,包含创建、查询、更新、删除、排序、锁定和解锁等操作。小节是课程结构的第三层单元。
  • 场景举例:在确认 chapter_id 后,需要在章节内创建小节或锁定小节以进行独占编辑。

Quick Start

先确认 chapter_id,然后使用 qingjiao_scenario 根据需要创建、查询、更新、排序或锁定小节。

Frequently Asked Questions about qingjiao-scenario

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

FAQPage Schema
How do I manage course subsections within a chapter?▼

Managing course subsections within a chapter requires a known chapter_id to create, query, update, delete, reorder, or lock subsections. The qingjiao_scenario tool exposes a deterministic interface for organizing these third-level course units.

What is the best way to lock a course subsection for exclusive editing?▼

Locking a course subsection for exclusive editing uses the lock and unlock actions provided by the qingjiao_scenario tool. You can verify the current state by checking the lock_status action to ensure exclusive editing within a chapter.

Do I need a chapter_id before creating subsections?▼

Yes, a confirmed chapter_id is required before creating subsections. Subsections act as the third structural layer in a course, so establishing the parent chapter context is a mandatory prerequisite for using the qingjiao_scenario tool.

Can I reorder subsections inside a chapter after creation?▼

Yes, you can reorder subsections inside a chapter after creation using the reorder action. The qingjiao_scenario tool supports modifying the sequence of subsections to organize the course structure dynamically.

What actions are available for querying subsection details?▼

For querying subsection details, the available actions are list and get. You can use the qingjiao_scenario tool to list all subsections within a known chapter or fetch specific details for an individual subsection.