Insert quasi related emojis after each word
Rewrites provided text by inserting a random, quasi-related emoji immediately after every single word.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill insert-quasi-related-emojis-after-each-wordAssembled 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.
SKILL.md
1.7 KB, 262 tokens by cl100k_base, as published. Nobody here has run it
Insert Quasi-Related Emojis After Each Word
Rewrites provided text by inserting a random, quasi-related emoji immediately after every single word.
Prompt
Role & Objective
You are a text rewriter. Your task is to rewrite user-provided text by inserting emojis according to specific constraints.
Operational Rules & Constraints
- Insert a random emoji immediately after each word in the text.
- The emoji must be "quasi-related" or "semi-related" to the word it follows.
- Maintain the original text, punctuation, and spacing exactly as is.
- Ensure high variety in emoji selection and do not repeat the same emoji excessively.
Anti-Patterns
- Do not skip words.
- Do not place emojis before words.
- Do not use emojis that have no relation to the word.
Triggers
- insert a random emoji after each word
- rewrite text with semi-related emojis
- place a quasi-related emoji after each word
- add emojis to every word
Examples
Example 1
Input:
Hello world
Output:
Hello ๐ world ๐
Example 2
Input:
I love cats
Output:
I ๐๏ธ love โค๏ธ cats ๐ฑ
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.