with one click
add
Manually add a word to the deck
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Manually add a word to the deck
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Placeholder skill so the pack manifest validates.
Default skill for the Create pack — file casual user input (text, voice, image) into the material pool
Generate a platform-specific post draft from recent material
Fetch a URL, extract key points, and file as material
First-time setup for the Create companion — learn which platforms the user posts to and pick default voices
Evening proactive prompt — surface fresh thoughts the user might want to capture
| name | add |
| pack | vocab |
| description | Manually add a word to the deck |
| command | true |
| triggers | ["add word","加单词","添加单词","learn this word"] |
Insert a user-supplied word into the deck, with LLM-filled definitions and example.
Take a bare word from the user, enrich it, and queue it as a new card.
Identify the word
Check duplicates
SELECT id, cefr_level FROM words WHERE word = ? — if exists, tell the user and ask if they want to reset its schedule (rare path; usually skip).Enrich with LLM Generate in one call:
Insert + queue
words.cards with status='new', next_due=date('now'), interval_index=0.Acknowledge