Emoji Reaction Automator logo

Emoji Reaction Automator

wanng-ide/emoji-reaction-automator

Installation

clawhub install wanng-ide/emoji-reaction-automator

Summary

This is a lightweight rule-based sentiment mapper designed for quick reactions without heavy ML dependencies.

SKILL.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.

Recommended skills

Browse all β†’

Related guides

Hand-picked reading to help you choose, install, and use agent skills.