emoji-reaction-automator
Suggests emoji reactions for text messages based on sentiment analysis (positive, negative, funny, neutral)
Setup & Installation
Install command
clawhub install wanng-ide/emoji-reaction-automatorIf the CLI is not installed:
Install command
npx clawhub@latest install wanng-ide/emoji-reaction-automatorOr install with OpenClaw CLI:
Install command
openclaw skills install wanng-ide/emoji-reaction-automatoror paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/wanng-ide/emoji-reaction-automatorWhat This Skill Does
Analyzes text messages and suggests an emoji reaction based on sentiment category. Categories cover positive, negative, funny, curious, excited, and neutral tones. A lightweight, rule-based mapper with no ML dependencies.
Delivers instant emoji suggestions without an ML model, API key, or network call.
When to Use It
- Reacting to teammate messages in a group chat
- Suggesting emoji responses for customer support tickets
- Auto-tagging user feedback by emotional tone
- Adding emoji reactions in comment moderation workflows
- Making chatbot replies feel more conversational with contextual reactions
View original SKILL.md file
## Usage
```javascript
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.
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Reacting to teammate messages in a group chat
- 1Reacting to teammate messages in a group chat
- 2Suggesting emoji responses for customer support tickets
- 3Auto-tagging user feedback by emotional tone
- 4Adding emoji reactions in comment moderation workflows
- 5Making chatbot replies feel more conversational with contextual reactions
Suggests emoji reactions for text messages based on sentiment analysis (positive, negative, funny, neutral)
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.