Emoji Reaction Automator OpenClaw Plugin & Skill | ClawHub
Looking to integrate Emoji Reaction Automator into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.
What this skill does
Suggests emoji reactions for text messages based on sentiment analysis (positive, negative, funny, neutral). Use to increase social engagement and human-likeness in conversations.
Install
openclaw skills install @wanng-ide/emoji-reaction-automatornpx clawhub@latest install emoji-reaction-automatorFull SKILL.md
Open original| name | description |
|---|---|
| emoji-reaction-automator | Suggests emoji reactions for text messages based on sentiment analysis (positive, negative, funny, neutral). Use to increase social engagement and human-likeness in conversations. |
SKILL.md content below is scrollable.
Usage
const { suggestReaction } = require('./index.js');
const text = "This is awesome! Great job.";
const suggestion = suggestReaction(text);
// Returns: { category: "positive", emoji: "👍", confidence: 0.9 }
Supported Categories
- Positive: 👍, ❤️, 🙌, ✅
- Negative: 👎, 💔, ❌, ⚠️
- Funny: 😂, 🤣, 💀
- Curious: 🤔, 🧐, ❓
- Excited: 🎉, 🚀, 🔥
- Neutral: 👀, 🆗
Notes
This is a lightweight rule-based sentiment mapper designed for quick reactions without heavy ML dependencies.