Install
openclaw skills install @wei-eva/reading-coach-liteGenerate reading comprehension questions from a passage and analyze answers for a single learning session.
openclaw skills install @wei-eva/reading-coach-litetext 和 grade。literal、inference、vocabulary 混合。edu_reading_generate 可用:
student_id 时,优先调用 stateful 端点,允许侧重某个弱项。student_id 时,调用 Lite 模式。{"text":"Tom has a red kite. He goes to the park with his sister and flies the kite after school.","grade":3,"question_types":["literal","inference","vocabulary"],"count":3}。{"student_id":"student_001","text":"Tom has a red kite. He goes to the park with his sister and flies the kite after school.","target_skill":"inference","count":3}。text、grade、count 改写成自然语言描述后丢掉。INVALID_INPUT、text is required、grade is required 或其他缺字段错误,不要反复重试同一条工具调用;把这次工具路径视为当回合不可用,立即切到下面的纯提示词出题路径。edu_reading_generate 不可用,改用纯提示词方式自行出题:
text 和 grade 生成 3-5 道阅读理解题。literal、inference、vocabulary 三类题型。edu_reading_analyze 可用且当前环境允许调用时才使用该工具。
{"student_id":"student_001","question_id":"question_001","student_answer":"Because Tom wanted to fly his kite after school."}。student_answer 或工具要求的标识字段。INVALID_INPUT、student_answer is required、question_id is required 或其他缺字段错误,不要反复重试同一条工具调用;把这次工具路径视为当回合不可用,立即切到下面的纯提示词分析路径。edu_reading_analyze 不可用,改用纯提示词方式做单次答案分析:
INVALID_INPUT 错误,也要立刻退回纯提示词路径,不要把原始错误 JSON 直接抛给用户