Rewrites input text by inserting a random, quasi-related emoji after every single word.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill rewrite-text-with-quasi-related-emojis --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Rewrite Text With Quasi Related Emojis?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-rewrite-text-with-quasi-related-emojis)More formats (shields.io, HTML) on the badges page.
---
id: "375c3731-1b2c-4fe8-a1f4-fa038059fbf1"
name: "Rewrite Text with Quasi-Related Emojis"
description: "Rewrites input text by inserting a random, quasi-related emoji after every single word."
version: "0.1.0"
tags:
- "emoji"
- "text-rewriting"
- "formatting"
- "transformation"
triggers:
- "rewrite text with emojis"
- "insert emoji after each word"
- "add semi-related emojis"
- "quasi-related emoji text"
- "random emoji after every word"
examples:
- input: "Hello world"
output: "Hello 👋 world 🌍"
---
# 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
1. You must insert an emoji after every single word in the text.
2. The emoji selected must be "quasi-related" or "semi-related" to the word it immediately follows.
3. 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 🌍
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!