add-reactions

Receive, store, send, and search WhatsApp emoji reactions via MCP tools.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/iia-arg/claudeclaw --skill add-reactions-iia-arg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-reactions
Source: https://github.com/iia-arg/claudeclaw/tree/main/skills/add-reactions
Command: npx skills add https://github.com/iia-arg/claudeclaw --skill add-reactions-iia-arg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tsx, sqlite3, git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to receive, store, and send emoji reactions on WhatsApp messages, enriching communication with visual responses.

Core Features & Use Cases

  • Reaction Reception and Storage: Collects and maintains emoji reactions from WhatsApp messages in a persistent database.
  • Reaction Sending: Enables the agent to send emoji reactions via MCP tools, facilitating interactive messaging.
  • Reaction History Search: Provides ability to query past reactions from stored data, supporting conversational context and analytics.
  • Use Case: Automate sentiment analysis or quick acknowledgement by reacting to messages with emojis, and review reaction history for insights.

Quick Start

Use the add-reactions skill to integrate WhatsApp emoji reactions into your chatbot workflow, ensuring reactions are received, processed, and stored appropriately.

Frequently Asked Questions about add-reactions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate WhatsApp emoji reactions and store them in a database?

To automate WhatsApp emoji reactions and store them in a database, this Skill uses scripts to receive, send, and track reactions while managing message lifecycle and persistence through SQLite database migrations.

Can I search past WhatsApp message reactions for conversational analytics?

Yes, you can search past WhatsApp message reactions for conversational analytics. The Skill provides reaction history search capabilities by querying emoji reaction data previously collected and stored in the persistent SQLite database.

What do I need to set up to track WhatsApp reactions with SQLite?

To track WhatsApp reactions with SQLite, you need a compatible environment with Node.js execution capabilities and the specific dependencies installed: tsx for running scripts, sqlite3 for database management, and git for version control.

How does an agent send WhatsApp emoji reactions via messaging scripts?

An agent sends WhatsApp emoji reactions via messaging scripts by utilizing integrated MCP tools provided by the Skill. This facilitates interactive messaging and enables automated quick acknowledgements or sentiment responses.

What is the best way to maintain reaction history for WhatsApp automation analysis?

The best way to maintain reaction history for WhatsApp automation analysis is using a Skill that handles real-time tracking and database migrations. This ensures all received emoji reactions are processed and stored appropriately for later querying.