cet4-word-memory

基于艾宾浩斯遗忘曲线的英语四级词汇记忆系统。支持:(1) 新单词学习与测验 (2) 智能复习计划 (3) 定时任务提醒 (4) 学习进度追踪。触发时机:用户说"开始背单词"、"复习单词"、"设置背单词时间"、"每日单词学习"、"单词测验"等。适用于中国大学生备考CET-4。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "cet4-word-memory" with this command: npx skills add gangrammer/cet4vocabularymemory

CET-4 单词记忆系统

基于间隔重复算法的科学词汇记忆工具。

快速开始

用户说"开始背单词"时:

  1. 检查 references/user_schedule.csv 中是否存在用户记录
  2. 存在 → 直接进入学习流程
  3. 不存在 → 引导首次设置

首次设置流程:

  • 询问每日学习时间(如 8:00、21:00)
  • 询问每次学习数量(建议 5-10 个)
  • 写入 user_schedule.csv
  • 设置定时任务

核心流程

学习新单词

  1. references/cet4-vocabulary.md 排除已学单词
  2. 随机选取用户计划数量
  3. 展示:音标、词性、中文释义
  4. 用户说"完成" → 进入测验

单词测验

三种测验方式:

  • 拼写测验:展示中文,让用户拼写英文
  • 选择测验:展示英文,选择中文释义
  • 翻译测验:展示例句,让用户翻译

答错的单词标记为"需重新记忆",循环测验直到掌握。

复习单词

触发:定时任务或用户说"复习单词"

查询 word_memory_status.csvnext_review_date <= 今天 的单词,按复习流程处理。

数据文件

文件说明
references/cet4-vocabulary.md词汇库
references/user_schedule.csv用户学习计划
references/word_memory_status.csv记忆状态追踪

详细规范

提醒话术

🦆 同学你好!是时候复习单词啦~
今天你有 {num} 个单词需要复习,准备好了吗?
回复"开始"让我们一起复习!

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

通义晓蜜 - 智能外呼

触发阿里云晓蜜外呼机器人任务,自动批量拨打电话。适用于批量外呼、客户回访、满意度调查、简历筛查约面试等场景。可从前置工具或节点获取外呼名单。

Registry SourceRecently Updated
General

Letterboxd Watchlist

Scrape a public Letterboxd user's watchlist into a CSV/JSONL list of titles and film URLs without logging in. Use when a user asks to export, scrape, or mirror a Letterboxd watchlist, or to build watch-next queues.

Registry SourceRecently Updated
General

Seedance Video Generation

Generate AI videos using ByteDance Seedance. Use when the user wants to: (1) generate videos from text prompts, (2) generate videos from images (first frame, first+last frame, reference images), or (3) query/manage video generation tasks. Supports Seedance 1.5 Pro (with audio), 1.0 Pro, 1.0 Pro Fast, and 1.0 Lite models.

Registry SourceRecently Updated
4.2K17jackycser
General

Universal Skills Manager

The master coordinator for AI skills. Discovers skills from multiple sources (SkillsMP.com, SkillHub, and ClawHub), manages installation, and synchronization...

Registry SourceRecently Updated