add-reactions

Add WhatsApp emoji reactions to NanoDex with SQLite persistence via MCP.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/mbaker95/nanodex --skill add-reactions-mbaker95
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-reactions
Source: https://github.com/mbaker95/nanodex/tree/main/.agents/skills/add-reactions
Command: npx skills add https://github.com/mbaker95/nanodex --skill add-reactions-mbaker95

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill enables NanoDex to interact with WhatsApp messages by adding emoji reactions, improving communication expressiveness and message organization.

Core Features & Use Cases

  • Receive Reactions: Logs emoji reactions made to messages within the NanoDex system.
  • Send Reactions: Allows the agent to apply emoji reactions to messages via the MCP tool.
  • Store & Query: Persists reaction data in an SQLite database for historical reference.
  • Use Case: When a user reacts to a message with a 👍, NanoDex records this reaction, and the agent can later be instructed to add a 🎉 reaction to a specific message.

Quick Start

Instruct the agent to add a laughing emoji reaction to the last message received.

Frequently Asked Questions about add-reactions

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

FAQPage Schema
How do I add emoji reactions to WhatsApp messages using an agent?

You can add emoji reactions to WhatsApp messages by instructing the agent to apply a specific emoji to a target message via the MCP tool. The skill handles sending the reaction and logging the event for historical reference.

Can WhatsApp message reactions be stored and queried in a database?

Yes, WhatsApp message reactions are stored and queried using an SQLite database. This persistence mechanism records reaction data historically, allowing the system to retrieve and reference past emoji reactions applied to messages.

How does a messaging agent receive and log emoji reactions?

The messaging agent receives emoji reactions by logging reactions made to messages within the NanoDex system. When a user reacts with an emoji, the system records the reaction data automatically for tracking and organization.

Does this WhatsApp reaction tool require any external dependencies?

No external dependencies are required to use this WhatsApp reaction tool. It operates using integrated scripts, references, and SQLite for persistence, functioning independently without needing additional packages or external libraries installed.

What is the best way to search historical emoji reactions in a messaging system?

The best way to search historical emoji reactions is through the integrated SQLite database. The system persists all received and sent reaction data, enabling queries to retrieve and review past message reactions efficiently.

Can I use an MCP tool to automate emoji reactions on WhatsApp?

Yes, you can use the MCP tool to automate emoji reactions on WhatsApp. The agent-driven MCP tool allows the system to programmatically apply specified emoji reactions to designated messages within the communication workflow.