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.
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install clawskills:clawskills~wanng-ide-emoji-reaction-automatorcURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/clawskills%3Aclawskills~wanng-ide-emoji-reaction-automator/file -o wanng-ide-emoji-reaction-automator.md## 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.