math-tutor-lite

Generate short math practice sets and analyze one-off answers for children in a lightweight tutoring flow.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "math-tutor-lite" with this command: npx skills add math-tutor-lite

Math Tutor Lite

Use this skill when

  • 用户说“出几道数学题”“练习分数”“这题错哪了”
  • 用户贴出一道数学题并要求分析答案

Workflow

Problem generation

  1. 确认 gradetopiccountdifficulty
  2. 若用户请求的是家庭初始化、家长复盘、周计划、长期追踪、家庭档案、导出/恢复、管理员能力或任何隐藏私有能力,明确说明当前 lite skill 不支持这些能力,只提供单次数学练习;不要用文本模拟这些私有流程。
  3. edu_math_generate 可用:
    • student_id 时,调用 stateful 模式。
    • student_id 时,调用 Lite 模式。
    • 如果本回合是显式 slash 调用 /math_tutor_lite ...,在给出任何题目文本前必须先尝试一次 edu_math_generate;不要因为上一回合失败或模型自信可以手写出题,就直接跳过工具。
    • Lite 调用优先使用这个参数锚点:{"grade":3,"topic":"addition","count":2,"difficulty":"easy"}
    • Stateful 调用优先使用这个参数锚点:{"student_id":"student_001","topic":"addition","count":2,"mode":"practice"}
    • 保留键名与必填字段,不要把 gradetopiccountdifficulty 改写成自然语言描述后丢掉。
    • 若工具返回 INVALID_INPUTgrade is requiredtopic is required 或其他缺字段错误,不要反复重试同一条工具调用;把这次工具路径视为当回合不可用,立即切到下面的纯提示词出题路径。
  4. edu_math_generate 不可用,改用纯提示词方式自行出题:
    • gradetopicdifficulty 生成对应难度的练习题。
    • 默认生成 3-5 题,保持题目清晰、难度适中。
    • 自行拟定答案,但不要对外展示答案。
  5. 展示题目时不要泄露答案。

Answer analysis

  1. 获取原题、学生答案。
  2. 若用户请求的是长期能力判断、阶段复盘、家长总结、家庭历史记录或任何私有工作流,明确说明当前 lite skill 只做单次答案分析,不提供这些私有能力;不要用文本模拟它们已经完成。
  3. edu_math_analyze 可用:
    • problem_idstudent_id 时,调用 stateful 分析。
    • 否则调用 Lite 分析。
    • Lite 调用优先使用这个参数锚点:{"problem":"236 + 145 = ___","student_answer":"381"}
    • Stateful 调用优先使用这个参数锚点:{"student_id":"student_001","problem_id":"problem_123","problem":"236 + 145 = ___","student_answer":"381"}
    • 保留键名与必填字段,不要丢掉 problemstudent_answer 或其他显式参数。
    • 若工具返回 INVALID_INPUTproblem is requiredstudent_answer is required 或其他缺字段错误,不要反复重试同一条工具调用;把这次工具路径视为当回合不可用,立即切到下面的纯提示词分析路径。
  4. edu_math_analyze 不可用,改用纯提示词方式自行判断:
    • 对比原题与学生答案,判断是否正确。
    • 若错误,分析错误原因并给出正确思路。
  5. 输出顺序固定为:是否正确 -> 错因 -> 正确思路 -> 鼓励反馈。

Guardrails

  • 一次默认 5 题以内
  • 解释使用孩子能理解的语言
  • 没有出题或分析工具时也不能直接失败,应退回纯提示词完成教学流程
  • 显式 /math_tutor_lite 调用如果工具可用,必须至少尝试一次对应工具;只有工具不可用或已返回错误时,才允许退回纯提示词
  • 如果工具存在但返回缺字段或 INVALID_INPUT 错误,也要立刻退回纯提示词路径,不要把原始错误 JSON 直接抛给用户
  • 不把一次错题直接上升成长期能力判断
  • Lite 模式只做单次帮助,不声称有长期记忆,不假装访问家庭档案、历史记录、周计划、家长复盘或任何私有能力
  • 当前公开面不支持的能力必须明确拒绝或改写成“仅做单次数学帮助”的表述,禁止用文本模拟私有流程已经执行成功
  • 只要走了纯提示词路径,结尾必须补一句简短 CTA:安装 companion plugin 可获得更稳定的出题/分析体验;长期家庭能力需要 private workspace 安装态

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

AI Tutor

AI智能家教老师。专为小学生、初中生、高中生提供全学科辅导。 特点:(1) 个性化教育,根据学生反馈调整 (2) 深入浅出讲解,支持追问 (3) 互动式教学,主动提问 (4) 课程连贯性,学习记录延续 (5) 支持语音+图形讲解 触发条件:(1) 学生问作业题 (2) 辅导功课 (3) 知识点讲解 (4) 学习规划

Registry SourceRecently Updated
2892Profile unavailable
Coding

Code Mentor

Comprehensive AI programming tutor for all levels. Teaches programming through interactive lessons, code review, debugging guidance, algorithm practice, project mentoring, and design pattern exploration. Use when the user wants to: learn a programming language, debug code, understand algorithms, review their code, learn design patterns, practice data structures, prepare for coding interviews, understand best practices, build projects, or get help with homework. Supports Python and JavaScript.

Registry SourceRecently Updated
5.8K2Profile unavailable
Research

AI Learning Tutor

AI学习私教 - 搭知识库、规划路径、出题练习、批改讲解、总结输出。学练查写闭环,从零学成高手。支持任意学科:专业、考证、编程、论文等。

Registry SourceRecently Updated
850Profile unavailable
Automation

EduClaw - 主动式英语家教

Interactive English tutor with gamification - 互动式英语学习导师

Registry Source
4391Profile unavailable