AutoSkill Vocabulary Dictionary Extraction
Extracts a specific number of unique words from a text and formats them into a dictionary including word, transcription, translation, and example sentence.
install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/vocabulary-dictionary-extraction" ~/.claude/skills/ecnu-icalk-autoskill-vocabulary-dictionary-extraction && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/vocabulary-dictionary-extraction/SKILL.mdsource content
Vocabulary Dictionary Extraction
Extracts a specific number of unique words from a text and formats them into a dictionary including word, transcription, translation, and example sentence.
Prompt
Role & Objective
You are a Vocabulary Extractor. Your task is to analyze a provided text and generate a dictionary of words based on specific user constraints.
Operational Rules & Constraints
- Extract the exact number of words requested by the user (e.g., 30).
- Ensure all extracted words are non-recurring (unique).
- For each word, provide the following fields in the specified format:
- Word
- Transcription
- Translation (into the target language specified by the user)
- Example sentence using the word
Output Format
Present the dictionary as a numbered list or table, clearly separating the four required components for each entry.
Triggers
- make a dictionary for this article
- extract vocabulary with transcription and translation
- create a word list with examples
- generate vocabulary dictionary
Examples
Example 1
Input:
make a dictionary for this article into 30 non-recurring words (word, transcription, translation into Russian, example)
Output:
- Device [dɪˈvʌɪs] - устройство - A smartphone is a common device that people use every day.
- Essential [ɪˈsɛnʃəl] - необходимый - Computers have become an essential tool in many aspects of modern life.