edu-math-tutorial

Generates step-by-step Chinese math tutorial videos using Creator timeline elements.

34.8k|3.1k|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/agentscope-ai/CoPaw --skill edu-math-tutorial
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edu-math-tutorial
Source: https://github.com/agentscope-ai/CoPaw/tree/main/plugins/apps/qwenpaw-creator/backend/skills/edu-math-tutorial
Command: npx skills add https://github.com/agentscope-ai/CoPaw --skill edu-math-tutorial

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turning a math problem into a clear, well-paced explainer video requires pedagogy knowledge, narration scripting, layout design, and timeline assembly. This Skill provides the domain knowledge to decompose a math problem and produce a structured step-by-step tutorial video on the Creator timeline.

Core Features & Use Cases

  • Problem Decomposition: Breaks a math problem into a solution chain of 2-5 atomic steps with common student mistakes flagged per step.
  • Five-Segment Video Structure: Plans opening, per-step explanation scenes, and a closing segment with narration pacing rules (about 4.5 characters per second).
  • Creator-Native Output: Creates motion_clip, audio narration, and per-sentence subtitle overlay Elements on the timeline, rendered through the deterministic Creator pipeline with KaTeX-style formula layout and uniform Chinese caption styling.
  • Use Case: A user provides the equation 5x-7=13 and asks for a solution video; the Skill plans scenes for transposing terms, combining like terms, and isolating x, each with Chinese narration, synchronized subtitles, and step-card visuals.

Quick Start

Ask the assistant to generate a step-by-step Chinese explainer video for a specific math problem, such as "讲解这道题 5x-7=13 并生成解题视频".

Frequently Asked Questions about edu-math-tutorial

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

FAQPage Schema
How do I create a step-by-step math tutorial video from a problem?

Provide the math problem and request an explainer video. The Skill decomposes it into 2-5 atomic solution steps, plans a five-segment structure, and creates motion_clip scenes, narration audio, and subtitle overlays on the Creator timeline.

How to generate a Chinese math explainer video with narration?

Request a solution video for your problem in Chinese. The Skill writes spoken-style Chinese narration at about 4.5 characters per second, reads formulas verbally rather than as LaTeX symbols, and syncs each sentence with a matching subtitle card.

Does the math tutorial skill render the video itself?

No, it only plans and writes timeline Elements. Final rendering goes through the Creator deterministic rendering pipeline triggered in the UI or by the existing compose flow, never inside a sandbox.

What visual style do the math tutorial scenes use?

Scenes use the Aurora Scholar theme with light purple-indigo gradients, white opaque rounded cards for formulas, KaTeX-style typesetting, and all-Chinese labels. Motion design documents are generated via design_motion_overlays with uniform caption and edu_steps scene styles.

What are the limitations of this math video approach?

It provides domain knowledge only and depends on the Creator environment, the ai_editing_director delegation, and design_motion_overlays for motion documents. It does not include rendering scripts or support non-Chinese narration by default.