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.
npx skills add ECNU-ICALK/AutoSkill --skill vocabulary-dictionary-extraction --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 1. Extract the exact number of words requested by the user (e.g., 30). 2. Ensure all extracted words are non-recurring (unique). 3. 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: 1. Device [dɪˈvʌ
- Prompt
- Triggers
- Examples
- Example 1
What does the Vocabulary Dictionary Extraction skill do?
Extracts a specific number of unique words from a text and formats them into a dictionary including word, transcription, translation, and example sentence.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill vocabulary-dictionary-extraction --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
