qingjiao-shared

Clarify safe usage guidelines for Qingjiao platform tools.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

青椒平台能力工具的调用需要遵循严格的规范与边界。本技能提供统一的使用规则、权限校验要求以及在调用工具前的操作约束,帮助团队合规高效地执行平台操作。

Core Features & Use Cases

  • 统一的工具调用规范:列出注册的 Qingjiao 插件工具及其作用,明确各工具的读写边界与前置约束。
  • 读写边界与依赖关系:描述 course_id -> chapter_id -> scenario_id -> element_id 的逐层依赖与串行/并行创建的要求。
  • 环境就绪与首次引导:提供环境检测与首次引导的流程,帮助用户完成认证与准备工作。
  • 安全规则:明确哪些操作不可逆、数据摘要写入等要求,避免敏感信息泄露。

Quick Start

First ensure the qingjiao CLI is installed and authenticated, then describe the task you want to accomplish so I can guide you through the platform workflow.

Frequently Asked Questions about qingjiao-shared

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

FAQPage Schema
How do I ensure safe and compliant tool usage on the Qingjiao platform?

Safe Qingjiao tool usage requires following strict guidelines for authentication, tool-call conventions, and read/write boundaries. You must verify environment readiness and execute non-destructive reads with guarded writes to maintain compliance.

What are the ID dependencies for creating resources sequentially on the Qingjiao platform?

Qingjiao platform resource creation follows a strict hierarchical dependency: course_id leads to chapter_id, then scenario_id, and finally element_id. You must create these resources sequentially, using reorders where necessary, to maintain data integrity.

How do I set up my environment before calling Qingjiao tools?

To set up your environment for Qingjiao tool calls, first ensure the qingjiao CLI is installed and authenticated. Then complete the first-time guidance process to verify environment readiness before executing any production workflow operations.

What write boundaries and safety rules apply to Qingjiao platform workflows?

Qingjiao platform workflows enforce strict write boundaries to prevent irreversible operations. You must use guarded writes for data summaries and avoid leaking sensitive information, ensuring all modifications comply with established security rules.

Can I execute parallel creation calls for Qingjiao course elements?

Qingjiao course element creation requires correct sequential processing due to layered ID dependencies. While some operations may allow parallel execution, you must verify specific reordering requirements to avoid breaking the course_id to element_id hierarchy.

Why does my Qingjiao tool authentication fail during first-time setup?

Qingjiao tool authentication fails when environment readiness checks are incomplete. You must ensure the qingjiao CLI is properly installed and complete the first-time guidance process to establish correct authentication before platform operations.