/install homework-gader-skill
📚 Homework Grader Skill\r
\r
🧠 功能简介\r
自动从QQ邮箱下载学生作业(zip),解析学生信息,基于模板进行AI评分,并生成成绩Excel。\r \r ---\r \r
🎯 使用场景\r
教师通过QQ邮箱收作业,学生按格式提交:\r \r 姓名-学号-第几次作业.zip\r \r 系统自动:\r
- 下载附件\r
- 解压作业\r
- 匹配模板\r
- AI评分 + 评语\r
- 生成Excel成绩表\r \r ---\r \r
📥 输入参数(Inputs)\r
\r | 参数名 | 类型 | 必填 | 说明 |\r | --------------- | ------ | ---- | ---------------------- |\r | assignment_id | int | ✅ | 作业编号(第几次作业) |\r | email_user | string | ✅ | QQ邮箱账号 |\r | email_auth_code | string | ✅ | QQ邮箱授权码 |\r \r ---\r \r
📤 输出结果(Outputs)\r
\r | 参数名 | 类型 | 说明 |\r | ---------- | ------ | ------------------- |\r | excel_path | string | 生成的成绩Excel路径 |\r \r ---\r \r
⚙️ 执行流程(Workflow)\r
\r
1. 连接QQ邮箱(IMAP)\r
2. 获取未读邮件附件\r
3. 筛选zip文件\r
4. 解析文件名(姓名-学号-作业)\r
5. 解压文件\r
6. 加载对应作业模板\r
7. 调用AI评分\r
8. 汇总成绩\r
9. 生成Excel
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install homework-gader-skill - After installation, invoke the skill by name or use
/homework-gader-skill - Provide required inputs per the skill's parameter spec and get structured output
What is homework-grade?
Automatically downloads student homework from QQ email, unzips files, performs AI grading based on templates, and generates an Excel grade report. It is an AI Agent Skill for Claude Code / OpenClaw, with 124 downloads so far.
How do I install homework-grade?
Run "/install homework-gader-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is homework-grade free?
Yes, homework-grade is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does homework-grade support?
homework-grade is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created homework-grade?
It is built and maintained by yaoUUU (@yaouuu); the current version is v1.0.0.