✓ Verified 💻 Development ✓ Enhanced Data

Emoji Reaction Automator

Suggests emoji reactions for text messages based on sentiment analysis (positive, negative, funny, n

Rating
4.4 (257 reviews)
Downloads
566 downloads
Version
1.0.0

Overview

Suggests emoji reactions for text messages based on sentiment analysis (positive, negative, funny, neutral)

Complete Documentation

View Source →

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.

Installation

Terminal bash

openclaw install emoji-reaction-automator
    
Copied!

💻Code Examples

example.js
const { suggestReaction } = require('./index.js');

const text = "This is awesome! Great job.";
const suggestion = suggestReaction(text);
// Returns: { category: "positive", emoji: "👍", confidence: 0.9 }

Tags

#web_and-frontend-development

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author wanng-ide
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install emoji-reaction-automator