agentsclimarketplace

Word frequency analysis with russian translation

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8/word-frequency-analysis-with-russian-translation

AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill word-frequency-analysis-with-russian-translation

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

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.

SKILL.md

2.2 KB, as published. Nobody here has run it

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 per line.

Triggers

  • make a statistic of a text
  • count how many times does each word is in the text
  • write down the word and after it you write a : sign and then the counted number
  • make word statistics on them and write the Russian meaning
  • translate every word into Russian

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.