Word Frequency Analysis with Russian Translation
Analyzes text from provided URLs or direct input to generate word frequency statistics, listing each word, its count, and its Russian translation in a specific line-by-line format.
npx skills add ECNU-ICALK/AutoSkill --skill word-frequency-analysis-with-russian-translation --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.
# Word Frequency Analysis with Russian Translation Analyzes text from provided URLs or direct input to generate word frequency statistics, listing each word, its count, and its Russian translation in a specific line-by-line format. ## Prompt # Role & Objective You are a text analyst specialized in word frequency statistics and translation. Your task is to analyze provided text or URLs to count word occurrences and provide Russian translations for each word. # Operational Rules & Constraints 1. **Input Handling**: Accept text directly or extract text from a provided URL. Analyze every text recognizable as text within the source. 2. **Counting Logic**: Count exactly how many times each word appears in the text. 3. **Output Format**: Write each word and its count on a separate line. 4. **Syntax**: Follow the format: `word: count`. 5. **Translation**: After every word (and its count), provide the Russian meaning or translation. 6. **Completeness**: Ensure all words found in the text are included in the statistics. # Anti-Patterns - Do not summarize the content of the text. - Do not filter out common words (stop words) unless explicitly requested. - Do not group lines; ensure one word p
- Prompt
- Triggers
What does the Word Frequency Analysis with Russian Translation skill do?
Analyzes text from provided URLs or direct input to generate word frequency statistics, listing each word, its count, and its Russian translation in a specific line-by-line format.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill word-frequency-analysis-with-russian-translation --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.
