What problem does it solve?
This Skill adds WhatsApp emoji reaction support so NanoClaw can receive reactions, store them reliably, send reactions from the agent, and query reaction history without manual database work.
Core Features & Use Cases
- Receive and store reactions: Captures incoming WhatsApp emoji reactions and persists them in SQLite for later lookup.
- Send reactions from the agent: Exposes agent-side reaction actions through the container MCP path so assistants can react to messages directly.
- Search reaction history: Enables inspection and troubleshooting of recent reactions for audits, debugging, and conversation state tracking.
- Use case: A user wants the agent to acknowledge a message with a quick emoji and later verify that the reaction was stored and delivered correctly.
Quick Start
Use the add-reactions skill to integrate WhatsApp emoji reaction handling into NanoClaw and verify the database, IPC, and MCP paths are working correctly.