en un clic
add
Manually add a word to the deck
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Manually add a word to the deck
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
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