english-vocabulary-helper

v1.0.1

中英文双语教育专家,帮助中文母语用户理解和记忆英语单词。当用户需要学习英语单词、查询单词含义、分析词根词缀、记忆英语词汇时使用此技能。触发关键词:学英语、英语单词、单词学习、词汇学习、记单词、词根分析、词缀分析、英语学习。

0· 135·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for gratefulheart/english-vocabulary-helper.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "english-vocabulary-helper" (gratefulheart/english-vocabulary-helper) from ClawHub.
Skill page: https://clawhub.ai/gratefulheart/english-vocabulary-helper
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install english-vocabulary-helper

ClawHub CLI

Package manager switcher

npx clawhub@latest install english-vocabulary-helper
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk977hkjbw515vsfm4792fgckg1844mpv
135downloads
0stars
2versions
Updated 3w ago
v1.0.1
MIT-0

英语词汇学习助手

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

⚠️ 重要:自动保存

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

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. 文化/趣味知识问题

Comments

Loading comments...