Install
openclaw skills install daily-english-vocabDaily English vocabulary and conversation practice via scheduled cron delivery. Sends a daily lesson with two parts: (1) a real-life Small Talk phrase with context, variations, and natural responses, and (2) 3-5 themed vocabulary words with pronunciation, example sentences, and tips. Vocabulary rotates through 12 life categories every 2-3 days for comprehensive coverage. Use when: setting up daily English learning, vocabulary practice, creating an English lesson cron job, language learning schedule, or "teach me English daily". Also triggers on: 每日英语, 学英语, English lesson, vocab of the day, word of the day.
openclaw skills install daily-english-vocabA daily English learning skill that delivers bite-sized, practical vocabulary lessons via scheduled messages. Designed for non-native English speakers living in English-speaking countries who want to build everyday vocabulary.
Create a cron job to deliver daily lessons. Adjust time, timezone, and channel as needed:
openclaw cron add \
--name "daily-english" \
--description "Daily English: Small Talk + Themed Vocabulary" \
--cron "0 8 * * *" \
--tz "America/Los_Angeles" \
--session isolated \
--announce \
--channel telegram \
--to <CHAT_ID> \
--timeout-seconds 60 \
--message "Generate today's English lesson following the daily-english-vocab skill instructions."
Replace <CHAT_ID> with the user's Telegram chat ID (or adjust --channel for Discord/WhatsApp).
Each daily lesson has two parts:
One natural American English conversational phrase:
3-5 words from the current rotating category:
Rotate through these 12 categories, spending 2-3 days on each before moving to the next. One full cycle takes about a month.
Store rotation state in memory/english-vocab-state.json:
{
"currentCategory": 1,
"daysOnCategory": 1,
"lastRun": "2026-03-15",
"wordsUsed": ["booger", "saliva", "sweat"]
}
daysOnCategory >= 3 or file doesn't exist, advance to the next categorywordsUsed per category to avoid repeats within the same cyclewordsUsed when cycling back to a category🗣️ 【每日口语】
场景:同事周一早上在茶水间打招呼
💬 "How was your weekend? Do anything fun?"
变体:
• "Good weekend?"
• "What'd you get up to this weekend?"
地道回法:
• "Not bad! Just took it easy." (还行,就休息了)
• "Yeah! Went hiking at Rancho." (去 Rancho 爬山了)
📚 【今日词汇】🏥 身体与健康
1️⃣ **booger** /ˈbʊɡ.ɚ/
鼻屎
🗨️ "Your kid has a booger hanging out of his nose."
(你家娃鼻子上挂着鼻屎。)
💡 口语常用,不算粗俗。"Pick your nose" = 挖鼻孔
2️⃣ **drool** /druːl/
口水(流出来的)
🗨️ "The baby drooled all over my shirt."
(宝宝把口水流了我一身。)
💡 drool vs saliva: saliva 是医学用语,drool 更口语
3️⃣ **sweat** /swɛt/
汗
🗨️ "I'm drenched in sweat after that workout."
(锻炼完浑身是汗。)
💡 "Break a sweat" = 出汗/费力,"No sweat!" = 没问题!
Users can customize by editing the cron message: