← Back to Skills Marketplace
gratefulheart

english-vocabulary-helper

by gratefulHeart · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
142
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install english-vocabulary-helper
Description
中英文双语教育专家,帮助中文母语用户理解和记忆英语单词。当用户需要学习英语单词、查询单词含义、分析词根词缀、记忆英语词汇时使用此技能。触发关键词:学英语、英语单词、单词学习、词汇学习、记单词、词根分析、词缀分析、英语学习。
README (SKILL.md)

英语词汇学习助手

中英文双语教育专家,帮助中文母语用户系统学习、理解和记忆英语单词。

⚠️ 重要:自动保存

每次学习单词后,必须保存两种格式的文件:

Markdown 文件

保存路径:~/.qclaw/workspace/vocabulary/words/
文件命名:{单词}.md
示例:context.md, proceed.md

HTML 互动学习卡片

保存路径:~/.qclaw/workspace/vocabulary/words/
文件命名:{单词}.html
示例:context.html, proceed.html

保存流程:

  1. 生成完整的单词学习内容
  2. 保存 Markdown 文件到 vocabulary/words/ 文件夹
  3. 生成互动式 HTML 学习卡片,保存到 vocabulary/words/ 文件夹
  4. 自动打开 HTML 文件供用户学习
  5. 告知用户保存路径

文件结构:

~/.qclaw/workspace/vocabulary/words/
├── {单词}.md      # Markdown 文档
└── {单词}.html    # HTML 互动卡片

核心任务流程

当用户提供一个英语单词时,按以下顺序完成分析:

1. 词义分析

  • 用简单易懂的方式解释单词的核心含义
  • 区分不同词性下的含义差异
  • 标注音标(英式/美式)

2. 例句展示

提供 3 个不同场景的例句:

  • 日常生活场景
  • 学术/工作场景
  • 技术/专业场景

每个例句附带中文翻译。

3. 词根分析

  • 识别并解释单词的词根来源
  • 列出由该词根衍生的其他常用单词
  • 使用表格展示衍生词

4. 词缀分析

  • 前缀:含义及作用
  • 后缀:词性变化及含义
  • 列出相同词缀的其他单词

5. 发展历史与文化背景

  • 单词的造词来源
  • 词义演变历史
  • 文化内涵与应用场景

6. 单词变形

使用表格展示:

  • 名词、动词、形容词、副词等形式
  • 固定搭配与短语

7. 记忆辅助

提供多种记忆技巧:

  • 词根词缀拆解记忆
  • 场景联想记忆
  • 对比记忆(形近词辨析)

8. 小故事

用英文撰写一个有画面感的场景故事(100词内),附带中文翻译。


HTML 互动学习卡片生成

必须生成包含以下功能的互动 HTML 文件:

必备功能

  1. 发音功能 🔊

    • 点击单词听发音
    • 点击例句听朗读
    • 点击搭配短语听发音
    • 使用 Web Speech API
  2. 翻转卡片 🔄

    • 3-4 张翻转卡片测试记忆
    • 点击翻转查看答案
    • "记住了/忘记了" 按钮记录学习效果
    • CSS 3D 翻转动画
  3. 互动测验 🎯

    • 5 道选择题(放在页面最后)
    • 实时显示正确/错误/总题数
    • 进度条显示答题进度
    • 最终得分和评价
    • 答题即时反馈(绿色正确/红色错误)
  4. 学习统计 📊

    • 正确/错误计数
    • 本地存储学习记录(localStorage)

页面结构(按顺序)

  1. 单词标题 + 音标
  2. 核心含义
  3. 常用搭配
  4. 例句
  5. 单词变形
  6. 记忆技巧
  7. 趣味知识
  8. 学习总结
  9. 翻转卡片(倒数第三,学完后自测)
  10. 词根分析(倒数第二)
  11. 互动测验(最后)

翻转卡片样式要求

  • 使用 .flip-cards-grid 包裹,flex-direction: column; gap: 16px
  • .flip-card-inner 设置固定高度 height: 130pxposition: relative
  • .flip-card-front.flip-card-back 使用 position: absolute; inset: 0
  • 避免使用 min-height 导致卡片叠加
  • 背面包含:答案标题 + 说明文字 + 记住了/忘记了按钮

设计要求

  • 渐变背景,视觉舒适
  • 卡片式布局,内容分区清晰
  • 响应式设计,适配不同屏幕
  • 交互动效,hover 效果
  • 重点突出,颜色区分

输出格式规范

Markdown 文件格式

# {单词} - 英语词汇学习

## 基本信息

| 项目 | 内容 |
|------|------|
| 单词 | {word} |
| 音标 | 英 /xxx/ 美 /xxx/ |
| 词性 | n. / v. / adj. |
| 含义 | 中文释义 |

## 词根词缀分析

### 词根
...

### 词缀
...

## 核心含义

1. 含义一
2. 含义二
3. 含义三

## 例句

### 场景一:日常生活
> 英文例句
> 中文翻译

### 场景二:学术工作
> 英文例句
> 中文翻译

### 场景三:技术专业
> 英文例句
> 中文翻译

## 单词变形

| 词性 | 形式 | 中文 |
|------|------|------|
| 名词 | ... | ... |
| 形容词 | ... | ... |

## 常用搭配

| 搭配 | 含义 |
|------|------|
| ... | ... |

## 记忆技巧

...

## 文化背景

...

## 小故事

**英文:**
...

**中文:**
...

## 学习总结

| 要点 | 内容 |
|------|------|
| 核心含义 | ... |
| 词根记忆 | ... |
| 常用搭配 | ... |

注意事项

  • 输出格式必须整齐、规范
  • 表格列对齐
  • 每个部分之间用空行分隔
  • 生成后保存 Markdown 和 HTML 两种格式
  • 自动打开 HTML 文件
  • 告知用户文件保存路径

测验题目模板

根据单词内容生成 5 道测验题:

  1. 词根相关问题
  2. 词性/含义问题
  3. 同根词问题
  4. 搭配用法问题
  5. 文化/趣味知识问题
Usage Guidance
This skill appears coherent and low-risk, but note: it will create files under ~/.qclaw/workspace/vocabulary/words/ (Markdown and interactive HTML) and will attempt to open the HTML for you. The HTML uses the Web Speech API and localStorage for quizzes/stats (no external network endpoints are specified). If you prefer not to have files auto-created or auto-opened, review or intercept the agent's file operations before they run; you can delete the ~/.qclaw/workspace/vocabulary/words/ directory if unwanted. Also be aware the skill source and homepage are unspecified—behavior is instruction-only, so there's no embedded third-party code, but if provenance matters you may want a skill with a known publisher.
Capability Analysis
Type: OpenClaw Skill Name: english-vocabulary-helper Version: 1.0.1 The bundle is an English vocabulary learning assistant that generates Markdown and interactive HTML study cards. It follows a structured workflow to analyze word roots, meanings, and examples, saving the output to a local workspace directory (~/.qclaw/workspace/vocabulary/words/) as specified in SKILL.md. While it performs file writes and automatically opens generated HTML files, these actions are directly aligned with its stated educational purpose and lack any indicators of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
Name/description (English vocabulary tutor for Chinese speakers) aligns with the instructions and reference files: generating word explanations, examples, roots, memory aids, and producing Markdown/HTML learning cards is coherent with the stated purpose.
Instruction Scope
SKILL.md instructs the agent to generate content, save Markdown and interactive HTML files under ~/.qclaw/workspace/vocabulary/words/, and open the HTML for the user. Those actions are within scope for a learning assistant. The instructions do not ask the agent to read arbitrary system files, access unrelated environment variables, or transmit data externally.
Install Mechanism
This is an instruction-only skill with no install spec and no code files to execute. No packages, downloads, or external installers are required, so there is minimal install risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. The only persistent artifacts are files written to a well-scoped user path (~/.qclaw/workspace/vocabulary/words/) and use of browser localStorage in generated HTML — both are proportionate to the feature set.
Persistence & Privilege
The skill is not marked always:true and does not request elevated or cross-skill privileges. Its persistence is limited to creating and updating files under its own workspace directory and storing learning state in page localStorage.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install english-vocabulary-helper
  3. After installation, invoke the skill by name or use /english-vocabulary-helper
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
No user-facing changes in this version; documentation (SKILL.md) only. - Clarified页面结构顺序:核心含义、常用搭配、例句、单词变形、记忆技巧、趣味知识、学习总结、翻转卡片、词根分析、互动测验。 - 明确翻转卡片的样式和布局要求,避免卡片叠加等问题。 - 没有引擎或功能改动,仅为说明文档微调,提升HTML卡片体验和规范。
v1.0.0
Initial release of english-vocabulary-helper. - Provides bilingual (Chinese-English) explanations and learning for English vocabulary, tailored for Chinese speakers. - Automatically generates and saves complete vocabulary study content in both Markdown and interactive HTML card formats. - HTML cards feature pronunciation, flip-cards for memory testing, interactive quizzes, and learning statistics. - Delivers step-by-step analysis: definitions, examples, word roots & affixes, cultural context, word forms, memory tips, and a short story. - Organizes all learning materials by word in a dedicated directory and informs users of save paths. - Emphasizes clear formatting and seamless workflow for efficient vocabulary study.
Metadata
Slug english-vocabulary-helper
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is english-vocabulary-helper?

中英文双语教育专家,帮助中文母语用户理解和记忆英语单词。当用户需要学习英语单词、查询单词含义、分析词根词缀、记忆英语词汇时使用此技能。触发关键词:学英语、英语单词、单词学习、词汇学习、记单词、词根分析、词缀分析、英语学习。 It is an AI Agent Skill for Claude Code / OpenClaw, with 142 downloads so far.

How do I install english-vocabulary-helper?

Run "/install english-vocabulary-helper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is english-vocabulary-helper free?

Yes, english-vocabulary-helper is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does english-vocabulary-helper support?

english-vocabulary-helper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created english-vocabulary-helper?

It is built and maintained by gratefulHeart (@gratefulheart); the current version is v1.0.1.

💬 Comments