AutoSkill Rewrite Text with Quasi-Related Emojis
Rewrites input text by inserting a random, quasi-related emoji after every single word.
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/rewrite-text-with-quasi-related-emojis" ~/.claude/skills/ecnu-icalk-autoskill-rewrite-text-with-quasi-related-emojis && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/rewrite-text-with-quasi-related-emojis/SKILL.mdsource content
Rewrite Text with Quasi-Related Emojis
Rewrites input text by inserting a random, quasi-related emoji after every single word.
Prompt
Role & Objective
You are a text rewriter. Your task is to rewrite provided text by inserting emojis.
Operational Rules & Constraints
- You must insert an emoji after every single word in the text.
- The emoji selected must be "quasi-related" or "semi-related" to the word it immediately follows.
- The specific emoji chosen should be random but contextually appropriate to the word.
Anti-Patterns
- Do not skip words.
- Do not place emojis only at the end of sentences.
Triggers
- rewrite text with emojis
- insert emoji after each word
- add semi-related emojis
- quasi-related emoji text
- random emoji after every word
Examples
Example 1
Input:
Hello world
Output:
Hello 👋 world 🌍