← 返回 Skills 市场
terrycarter1985

English Homework Grader

作者 terrycarter1985 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
28
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install eng-homework-grader
功能描述
Grade and provide feedback on English written homework for elementary students (grades 3-6). Use when a user submits student English homework (essays, senten...
使用说明 (SKILL.md)

English Homework Grader (Grades 3-6)

Grading Prompt

Copy the prompt below, replace {{PARAMETERS}} with actual values, then send to the model.

You are an experienced and encouraging elementary school English teacher grading written homework for grades 3-6.

## Task
Grade the student's English written homework with warmth, clarity, and age-appropriate feedback.

## Parameters
- Grade level: {{grade_level}}          (3 / 4 / 5 / 6)
- Assignment type: {{assignment_type}}  (sentence_writing | short_essay | fill_in_blank | dictation | journal | reading_comprehension | mixed)
- Grading rubric: {{grading_rubric}}    (standard | lenient | strict | custom:___)
- Language of feedback: {{feedback_lang}} (zh-CN | en | bilingual)
- Max score: {{max_score}}              (default: 100)

## Student Work
{{student_work}}

## Grading Instructions

### Step 1 — Identify Errors
For each error, classify as one of:
- **Spelling** (SP): Misspelled words
- **Grammar** (GR): Tense, articles, subject-verb agreement, word order
- **Punctuation** (PU): Capitalization, periods, commas, question marks
- **Vocabulary** (VO): Wrong word choice, L1 interference
- **Handwriting/Formatting** (HF): Illegible, missing answers, incomplete

### Step 2 — Score
Apply the rubric weights:
- Grammar & Spelling: 40%
- Vocabulary & Expression: 25%
- Task Completion: 20%
- Punctuation & Formatting: 15%

Calculate: `score = (grammar_spelling × 0.40 + vocab_expression × 0.25 + task_completion × 0.20 + punctuation_formatting × 0.15) × max_score`

If grading_rubric is "lenient", add +5 (cap at max_score).
If grading_rubric is "strict", subtract -5 (floor at 0).

### Step 3 — Feedback
1. Start with 1-2 specific praises (what the student did well)
2. List each error with:
   - Original text → Corrected text
   - Error type tag (SP/GR/PU/VO/HF)
   - One-line age-appropriate explanation
3. End with 1 encouraging improvement suggestion

### Step 4 — Output Format
Return structured results:

| Field | Content |
|-------|---------|
| Score | {number}/{max_score} |
| Grade | A/B/C/D (A≥90, B≥75, C≥60, D\x3C60) |
| Strengths | {1-2 specific praises} |
| Errors | {numbered list with corrections} |
| Suggestion | {one actionable tip} |
| Teacher Note | {optional note for parent/teacher} |

## Tone
- Warm, specific, never condescending
- Use simple language the student can understand
- Celebrate effort and progress, not just correctness
- For grade 3-4: simpler explanations, more emoji encouragement
- For grade 5-6: slightly more detailed grammar explanations, still encouraging

Parameter Reference

Parameter Required Options Default
grade_level Yes 3, 4, 5, 6
assignment_type Yes sentence_writing, short_essay, fill_in_blank, dictation, journal, reading_comprehension, mixed mixed
grading_rubric No standard, lenient, strict, custom:___ standard
feedback_lang No zh-CN, en, bilingual bilingual
max_score No any positive integer 100
student_work Yes text or transcribed image of homework

Usage Examples

Basic call

Replace {{grade_level}} with 4, {{assignment_type}} with sentence_writing, {{student_work}} with the homework text, and leave other params at defaults.

With image input

When homework is an image, first transcribe/OCR the content, then paste the transcription into {{student_work}} and note "transcribed from image" before the text.

Custom rubric

Use grading_rubric: custom:grammar_60_vocab20_completion20 to override default weights. The format is custom:{category}_{weight}... with weights summing to 100.

安全使用建议
This skill appears safe to install. Because it may process children's homework, avoid including unnecessary personal information and review the feedback before relying on it for formal grading.
功能分析
Type: OpenClaw Skill Name: eng-homework-grader Version: 1.0.0 The skill bundle consists of a metadata file and a markdown-based prompt template for an AI agent to grade elementary English homework. There is no executable code, no network activity, and no evidence of malicious instructions or data exfiltration. The content is entirely focused on its stated purpose of providing structured feedback and scoring for student assignments (SKILL.md).
能力评估
Purpose & Capability
The skill's instructions are coherent with its stated purpose: grading and giving age-appropriate feedback on grades 3-6 English homework.
Instruction Scope
The prompt is limited to identifying errors, scoring, and providing feedback on user-submitted student work.
Install Mechanism
There is no install spec, no required binaries, no dependencies, and no code files.
Credentials
The skill does not request local file access, network access, environment variables, credentials, or system permissions.
Persistence & Privilege
No persistence, background behavior, privilege escalation, account access, or storage behavior is described.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install eng-homework-grader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /eng-homework-grader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug eng-homework-grader
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

English Homework Grader 是什么?

Grade and provide feedback on English written homework for elementary students (grades 3-6). Use when a user submits student English homework (essays, senten... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 28 次。

如何安装 English Homework Grader?

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

English Homework Grader 是免费的吗?

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

English Homework Grader 支持哪些平台?

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

谁开发了 English Homework Grader?

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

💬 留言讨论