Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/THU-MAIC/OpenMAIC --skill teacher-style-clone명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
OpenMAIC assistant for setting up, generating, and extending OpenMAIC. Use when the user wants to use OpenMAIC, generate a multi-agent interactive classroom, or build on / extend / customize OpenMAIC and its @openmaic/* SDK (secondary development, 二开) — covers Live Demo or local setup, startup modes, provider keys, classroom generation, and secondary development (forking, providers/storage/themes, routes, or the renderer/editor).
Improve factual reliability while creating or reviewing a course or supplied content. Use when the user asks to fact-check, verify accuracy, reduce hallucinations, make a reliable course, or mentions 事实性错误、知识性错误、专业知识准确性、可靠性. During creation, checks the completed pages before delivery; on existing content, returns a short evidence-backed report and lets the user choose what to fix. Not for grammar, style, or layout. Combine with deep-research when current evidence is the course's main subject.
Evidence-based creation of a reusable personal course-making Skill from the user's own classroom and chat history. Use when the user asks to summarize, analyze, or learn from their past course-making records/history and create a personal, exclusive, or reusable Skill, such as “总结我的做课记录,给我做个专属 Skill” or “从我过去的课程和对话里提炼一个个人技能”.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | teacher-style-clone |
| title | 名师风格 |
| description | 工作台会话挂载了教师课堂录像/讲义材料时使用。 |
Extract how the teacher teaches, then teach the user's requested topic in that style. The source material is evidence about delivery and presentation; it is not automatically factual source material for the new course.
The learner-facing name for this mode is 「名师风格」. Never expose the words "clone" or "style transfer" to the learner. The result should simply feel like a lesson taught in the evidenced style.
Call list_materials before drawing conclusions. Identify the attached source
materials and confirm extraction is complete. For recordings, verify that the
session exposes the transcript and keyframe derivatives. If extraction is idle,
call extract_material first; if it is pending or running, call
wait_for_materials and list again; if it failed, tell the user what failed instead
of inventing a profile from incomplete evidence.
Use read_material to page through every transcript derivative from offset 0
to the final page. Do not sample only the beginning. As you read, build a
compact style profile in your reasoning covering:
Support each claim with short transcript evidence and its timestamp. Frequency and distribution matter: distinguish a repeated habit from a phrase used once.
When the transcript contains a [keyframe@mm:ss](mat_xxx) marker, sample the
referenced frame with read_material. Use frames across the recording rather
than adjacent duplicates. Record visual evidence such as board-writing density,
slide composition, hierarchy, color use, teacher position, gestures, and the
relationship between speech and what remains on screen.
Do not infer visual style when the recording has no readable keyframes.
Use search_material to test specific transcript hypotheses after the full
read. Search catchphrases and recurring sentence forms, compare their frequency,
and revisit the surrounding snippets. Search verifies a proposed pattern; it
never replaces reading the transcript in order.
Treat unsupported or contradicted hypotheses as absent from the final profile.
Plan the course in the conversation, then create_stage and call
generate_scene once per page with an explicit brief. Put the complete,
evidence-backed style profile into each page's brief under a ## 讲课风格
section, alongside any independently verified subject facts the requested
course needs. Include the load-bearing instructions: opening ritual, phrasing
habits, example pattern, pacing, interaction rhythm, and visual presentation.
For every page, put the relevant evidence and concrete style directions in
generate_scene.materialFacts. Examples: 「以复习上节课的问题开场」、「先用一个具体例子建立
直觉,再给出公式」、「页尾用已核验的口头禅式小结」。Do not merely
refer to a profile by name: the page generator only receives the text placed
in each page's brief and materialFacts.