원클릭으로
add
Manually add a word to the deck
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manually add a word to the deck
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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