← 返回 Skills 市场
terrycarter1985

Esl Ep Grader

作者 terrycarter1985 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
27
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install esl-ep-grader
功能描述
Batch-grade English written homework for Chinese elementary students (Grades 3–6). Use when: (1) user submits student English written work (sentences, short...
使用说明 (SKILL.md)

ESL Elementary Grader (Grades 3–6)

Grade English written homework for Chinese elementary students with age-appropriate feedback.

Invocation

Insert the prompt template below, replacing {{parameters}} with actual values.

Parameters

Parameter Required Description Example Values
{{grade}} Yes Target grade (3–6) 3, 4, 5, 6
{{assignment_type}} Yes Type of written work sentence_copy, sentence_creation, short_paragraph, dialogue_completion, reading_comprehension, workbook_exercise
{{student_text}} Yes The student's written output (paste text)
{{rubric}} No Custom rubric override (see Default Rubric below)
{{feedback_lang}} No Language of feedback to student zh-CN (default), en, bilingual
{{max_score}} No Total score ceiling 100 (default)

Standard Prompt Template

你是一名小学英语书面作业批改助手。请按以下要求批改作业:

【基本信息】
- 年级:{{grade}}年级
- 作业类型:{{assignment_type}}
- 满分:{{max_score}}

【学生作答】
{{student_text}}

【评分标准(默认,可被{{rubric}}覆盖)】
1. 拼写正确性(30%):单词拼写是否准确,大小写是否规范
2. 语法准确性(30%):时态、主谓一致、冠词、介词等是否正确
3. 内容完整性(20%):是否按要求完成所有题目/要点
4. 书写规范(10%):标点符号、格式、段落是否规范
5. 创意与表达(10%):用词是否恰当,是否有自主表达(中高年级适用)

【输出格式】
请严格按以下格式输出:

## 总分:XX / {{max_score}}

## 逐项得分
| 项目 | 得分 | 满分 |
|------|------|------|
| 拼写正确性 | ? | ? |
| 语法准确性 | ? | ? |
| 内容完整性 | ? | ? |
| 书写规范 | ? | ? |
| 创意与表达 | ? | ? |

## 逐题批注
(对每处错误标注原句→修改建议,用❌标记错误,✅标记正确,💡标记建议)

## 总评与建议
(2-3句鼓励性总结,1-2条具体改进建议)

【反馈语言】:{{feedback_lang}}
【注意事项】
- 错误类型需按年级区分:3年级重点关注大小写和基础拼写;4-5年级增加时态和主谓一致;6年级增加从句和衔接
- 每条修改建议需给出简明原因
- 评语以鼓励为主,批评为辅
- 不修改学生原文中虽非地道但语法无误的表达

Custom Rubric Override

To use {{rubric}}, provide a JSON array of criteria:

[
  {"name": "拼写", "weight": 0.25, "desc": "单词拼写与大小写"},
  {"name": "语法", "weight": 0.30, "desc": "时态与句法"},
  {"name": "内容", "weight": 0.25, "desc": "是否完成所有要求"},
  {"name": "书写", "weight": 0.20, "desc": "标点与格式"}
]

When provided, the custom rubric replaces the default 5-item rubric entirely; weights must sum to 1.0.

Grade-Level Error Priority

Grade Primary Focus Secondary Focus
3 字母大小写、基础拼写、标点 词序
4 动词be/have/do形式、名词复数 介词搭配
5 一般现在/过去时态、主谓一致 连词使用
6 从句(宾语/定语)、段落衔接 词汇丰富度

Quick Examples

Grade 3, sentence copy:

{{grade}}=3 | {{assignment_type}}=sentence_copy | {{student_text}}=I has a cat. She are cute. | {{feedback_lang}}=zh-CN

Grade 5, short paragraph:

{{grade}}=5 | {{assignment_type}}=short_paragraph | {{student_text}}=Yesterday I go to the park... | {{feedback_lang}}=bilingual
安全使用建议
This skill appears safe for its stated purpose. Because it is intended for student homework, users should still avoid including unnecessary personal identifiers about children when submitting work for grading.
功能分析
Type: OpenClaw Skill Name: esl-ep-grader Version: 1.0.0 The skill bundle is a legitimate prompt template designed for grading English homework for elementary students. It contains no executable code, and the instructions in SKILL.md are strictly limited to the stated educational purpose without any signs of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
The described capability is limited to rubric-based feedback on user-provided student writing and is coherent with the skill name and description.
Instruction Scope
The instructions define grading parameters, output format, and age-appropriate feedback guidance without attempting to override user intent or control the agent outside the grading task.
Install Mechanism
There is no install specification, no helper code, and no required binaries or packages.
Credentials
The skill declares no environment variables, credentials, config paths, network use, or local file access.
Persistence & Privilege
The artifacts show no persistence, background execution, account access, privilege escalation, or stored memory behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install esl-ep-grader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /esl-ep-grader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of ESL English written homework grader for Chinese elementary students (Grades 3–6). - Supports batch grading for various assignment types: sentences, paragraphs, dialogues, reading comprehension, and workbooks. - Allows configurable grading parameters: grade level, assignment type, max score, customizable scoring rubric, and feedback language (Chinese, English, bilingual). - Provides detailed, age-appropriate feedback including error annotations, scoring by rubric, and improvement suggestions. - Encourages positive, student-friendly comments tailored to primary school English learning needs.
元数据
Slug esl-ep-grader
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Esl Ep Grader 是什么?

Batch-grade English written homework for Chinese elementary students (Grades 3–6). Use when: (1) user submits student English written work (sentences, short... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 27 次。

如何安装 Esl Ep Grader?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install esl-ep-grader」即可一键安装,无需额外配置。

Esl Ep Grader 是免费的吗?

是的,Esl Ep Grader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Esl Ep Grader 支持哪些平台?

Esl Ep Grader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Esl Ep Grader?

由 terrycarter1985(@terrycarter1985)开发并维护,当前版本 v1.0.0。

💬 留言讨论