Install
openclaw skills install math-tutor-liteGenerate short math practice sets and analyze one-off answers for children in a lightweight tutoring flow.
openclaw skills install math-tutor-litegrade、topic、count、difficulty。edu_math_generate 可用:
student_id 时,调用 stateful 模式。student_id 时,调用 Lite 模式。/math_tutor_lite ...,在给出任何题目文本前必须先尝试一次 edu_math_generate;不要因为上一回合失败或模型自信可以手写出题,就直接跳过工具。{"grade":3,"topic":"addition","count":2,"difficulty":"easy"}。{"student_id":"student_001","topic":"addition","count":2,"mode":"practice"}。grade、topic、count、difficulty 改写成自然语言描述后丢掉。INVALID_INPUT、grade is required、topic is required 或其他缺字段错误,不要反复重试同一条工具调用;把这次工具路径视为当回合不可用,立即切到下面的纯提示词出题路径。edu_math_generate 不可用,改用纯提示词方式自行出题:
grade、topic、difficulty 生成对应难度的练习题。edu_math_analyze 可用:
problem_id 和 student_id 时,调用 stateful 分析。{"problem":"236 + 145 = ___","student_answer":"381"}。{"student_id":"student_001","problem_id":"problem_123","problem":"236 + 145 = ___","student_answer":"381"}。problem、student_answer 或其他显式参数。INVALID_INPUT、problem is required、student_answer is required 或其他缺字段错误,不要反复重试同一条工具调用;把这次工具路径视为当回合不可用,立即切到下面的纯提示词分析路径。edu_math_analyze 不可用,改用纯提示词方式自行判断:
/math_tutor_lite 调用如果工具可用,必须至少尝试一次对应工具;只有工具不可用或已返回错误时,才允许退回纯提示词INVALID_INPUT 错误,也要立刻退回纯提示词路径,不要把原始错误 JSON 直接抛给用户