Jump to related tools in the same category or review the original source on GitHub.

Web & Frontend Development @wanng-ide Updated 6/28/2026 1,285 downloads 0 stars Security: Pass

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

ClawHub CLI
openclaw skills install @wanng-ide/emoji-reaction-automator
Node.js (npx)
npx clawhub@latest install emoji-reaction-automator

Full SKILL.md

Open original
Metadata table.
namedescription
emoji-reaction-automatorSuggests 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.

ClawHub Registry URL: https://clawhub.ai/wanng-ide/skills/emoji-reaction-automator

Related skills

If this matches your use case, these are close alternatives in the same category.