一键导入
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