add-reactions

Add emoji reaction support to WhatsApp within NanoClaw.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/stevengonsalvez/nanoclaw-standalone --skill add-reactions-stevengonsalvez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-reactions
Source: https://github.com/stevengonsalvez/nanoclaw-standalone/tree/main/.claude/skills/add-reactions
Command: npx skills add https://github.com/stevengonsalvez/nanoclaw-standalone --skill add-reactions-stevengonsalvez

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Adds emoji reaction support to NanoClaw's WhatsApp channel, enabling receiving, storing, and querying reactions for better interaction tracking.

Core Features & Use Cases

  • Receive and persist user reactions to WhatsApp messages.
  • Send reactions from the agent via MCP tool to messages.
  • Query reaction history from SQLite for reporting and sentiment analysis.
  • Use Case: A support agent can monitor customer sentiment by analyzing the latest reactions to messages.

Quick Start

Activate the add-reactions skill and restart NanoClaw to enable WhatsApp emoji reactions.

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 in NanoClaw?

To add emoji reactions to WhatsApp messages in NanoClaw, activate the add-reactions Skill and restart NanoClaw. This enables the system to receive, persist, and send reactions via the MCP tool.

How does NanoClaw store WhatsApp reaction history for sentiment analysis?

NanoClaw stores WhatsApp reaction history by running a database migration that persists reactions in SQLite. You can query this stored history to monitor customer sentiment and generate interaction reports.

Can I send WhatsApp reactions from the agent using an MCP tool?

Yes, the agent can send WhatsApp reactions to messages using the integrated MCP tool. The Skill handles the complete workflow of receiving, sending, and tracking these emoji reactions within NanoClaw.

Do I need a database migration to track WhatsApp emoji reactions?

Yes, a database migration is required to track WhatsApp emoji reactions. The Skill implements a forward-compatible data model and a status-tracker to reliably capture and store reaction data in SQLite.

What is the best way to track customer sentiment via WhatsApp emoji reactions?

The best way to track customer sentiment is by querying the SQLite reaction history. The add-reactions Skill captures and surfaces message reactions, allowing support agents to analyze user interactions.

Why are my WhatsApp emoji reactions not working in NanoClaw?

WhatsApp emoji reactions may not work if the Skill was not properly activated or NanoClaw was not restarted. The Skill includes unit tests to ensure reliability across the src and container integration points.