qingjiao_course_browser

Fetch and display Qingjiao Classroom courses, chapters, and resources for a tenant.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

当你需要快速查看青椒课堂用户空间的实训课程、课程章节结构以及每节下的资源时,此技能提供一个可重复执行的查询与展示流程。

Core Features & Use Cases

  • 课程浏览:列出所有实训课程及其发布状态,帮助快速了解空间内容。
  • 章节树查看:展示课程的章节、章下的场景与资源结构,清晰可视化导航。
  • 资源详情检索:可选获取每个场景下资源元素的具体信息(如视频、资料、测试等)。

Quick Start

在需要查询某租户空间的课程、章节或资源时,直接运行 browse.py 并传入 --tenant-uuid 及可选参数以限定查询范围。

Frequently Asked Questions about qingjiao_course_browser

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

FAQPage Schema
How do I browse training courses and chapter structures on Qingjiao Classroom?

To browse Qingjiao Classroom training courses and chapter structures, you execute the browse.py workflow with a valid tenant_uuid. This fetches and displays all courses, their publication status, and the underlying chapter tree for that specific tenant space.

Can I retrieve specific resource details like videos and documents from a Qingjiao course chapter?

Yes, you can retrieve specific resource details from a Qingjiao course chapter. The skill fetches resource elements within a specific tenant space, allowing you to inspect details for videos, documents, and tests nested under each scene.

What authentication is required to access Qingjiao course resources via API?

Accessing Qingjiao course resources via API requires authentication through a token or username and password. These credentials must be configured in a config.json file before executing the browse.py workflow to query the tenant space.

How do I limit my course browsing query to a specific tenant space?

To limit your course browsing query to a specific tenant space, run the browse.py script and pass the --tenant-uuid parameter. You can also include optional arguments to further narrow down the query scope.

Does browsing Qingjiao training courses require any external Python dependencies?

Browsing Qingjiao training courses via this Python script requires no external dependencies. The skill operates independently using its internal scripts component to perform API calls and display the training data.

What is the best way to visualize the scene and resource structure of a training course?

The best way to visualize the scene and resource structure of a training course is to use this skill to fetch the chapter tree. It clearly displays the navigation hierarchy of chapters, scenes, and resource elements within the tenant space.