add-reactions

Add WhatsApp emoji reaction support with SQLite persistence and MCP integration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about add-reactions

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

FAQPage Schema
How do I add WhatsApp emoji reaction support to a NanoClaw agent workflow?

WhatsApp emoji reaction support is added by integrating a skill that handles receiving, storing, sending, and searching reactions using SQLite persistence and IPC/MCP integration within NanoClaw workflows.

Can I store and search WhatsApp message reaction history in SQLite?

Yes, WhatsApp message reaction history can be stored and searched in SQLite. The skill captures incoming emoji reactions, persists them reliably, and enables querying history for audits, debugging, and conversation state tracking.

How do I send emoji reactions from a WhatsApp agent through MCP?

Emoji reactions are sent from a WhatsApp agent by exposing agent-side reaction actions through the container MCP path, allowing assistants to react to messages directly within their authorized chat context.

Does WhatsApp reaction handling require IPC and database migration support?

Yes, WhatsApp reaction handling requires IPC/MCP integration for container-safe communication and SQLite database migration support to ensure reliable, database-backed reaction history and message lifecycle signaling.

What are the limitations of adding reactions to WhatsApp messages in a containerized agent?

A key limitation is that agents can only react within their authorized chat context. The system enforces validation to ensure container-safe reaction handling, meaning reactions outside the permitted context are blocked.