add-reactions

Capture, store, and retrieve WhatsApp emoji reactions via SQLite and MCP.

3|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/OfirGavish/NinjaClaw-Nano --skill add-reactions-ofirgavish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-reactions
Source: https://github.com/OfirGavish/NinjaClaw-Nano/tree/main/.copilot/skills/add-reactions
Command: npx skills add https://github.com/OfirGavish/NinjaClaw-Nano --skill add-reactions-ofirgavish

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables NinjaClaw's WhatsApp channel to capture, store, and query emoji reactions, allowing agents to understand user sentiment and respond with context-aware actions.

Core Features & Use Cases

  • Receive and store emoji reactions from WhatsApp chats for long-term analysis.
  • Send emoji reactions from the container agent via the MCP tool to respond in conversations.
  • Query reaction history from SQLite to support analytics, audits, and improved decision-making.

Quick Start

React to a WhatsApp message to verify that emoji reactions are captured, stored, and can be queried.

Frequently Asked Questions about add-reactions

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

FAQPage Schema
How do I capture and store WhatsApp emoji reactions for analysis?

To capture and store WhatsApp emoji reactions, this skill uses a forward-only status tracker and a SQLite reactions store to persist reaction data from messages. It enables long-term analysis by recording each reaction event within NinjaClaw's WhatsApp channel workflows.

Can I send emoji reactions back to WhatsApp conversations programmatically?

Yes, you can send emoji reactions back to WhatsApp conversations programmatically via the exposed MCP tool interface. This allows container agents to respond in chats directly through the WhatsApp channel without manual intervention.

What is the best way to query historical WhatsApp reactions from a SQLite database?

The best way to query historical WhatsApp reactions is by using the integrated SQLite reactions store provided by this skill. It supports querying past reaction data across conversations to enable sentiment analysis, audits, and improved decision-making.

Does this WhatsApp reaction tracker require external dependencies to run?

No, this WhatsApp reaction tracker does not require external dependencies to run. It operates independently using an internal SQLite database for persistent storage and a forward-only status tracker, alongside included database migrations and tests.

When do I need persistent storage for WhatsApp emoji reactions?

You need persistent storage for WhatsApp emoji reactions when building workflows that require long-term sentiment analysis, historical audits, or context-aware agent responses. This skill provides the necessary SQLite storage to maintain and retrieve reaction history across conversations.