add-reactions

Capture and persist WhatsApp emoji reactions in a local SQLite store.

189|60|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/sbusso/claudeclaw --skill add-reactions-sbusso
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-reactions
Source: https://github.com/sbusso/claudeclaw/tree/main/skills/add-reactions
Command: npx skills add https://github.com/sbusso/claudeclaw --skill add-reactions-sbusso

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This feature enables ClaudeClaw's WhatsApp channel to capture, store, and expose emoji reactions to messages, enhancing conversational context and engagement analytics.

Core Features & Use Cases

  • Reaction capture: receive and persist user emoji reactions in the local store.
  • Reaction delivery: allow the container agent to send reactions back to users via the MCP tool.
  • Query history: retrieve reaction history from SQLite for audits and analytics.

Quick Start

React to a WhatsApp message with an emoji to enable tracking and verify the reaction is stored in the database.

Frequently Asked Questions about add-reactions

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

FAQPage Schema
How do I store and query WhatsApp emoji reactions in a local SQLite database?

WhatsApp emoji reactions are captured and persisted in a local SQLite store by creating a dedicated reactions table, allowing you to receive, send, and query reaction history for conversations across groups and threads.

What is the best way to track WhatsApp message reactions for conversational analytics?

Tracking WhatsApp message reactions involves capturing incoming user emoji reactions and storing them in a local SQLite database, which exposes the reaction history needed for engagement analytics and conversational context audits.

Can I send emoji reactions back to WhatsApp users through an MCP tool?

Yes, the container agent can send emoji reactions back to WhatsApp users via an MCP tool, provided the existing WhatsApp integration and local SQLite store are configured and migration scripts are applied.

Do I need an existing WhatsApp integration to start capturing emoji reactions?

Yes, an existing WhatsApp integration is required to capture emoji reactions, along with a local SQLite store and code changes to status-tracker and migration scripts to create and use the reactions table.

How does querying reaction history from SQLite work for WhatsApp groups and threads?

Querying reaction history from SQLite retrieves stored emoji reaction records for WhatsApp conversations across groups and threads, supporting audits and analytics by accessing the persisted reactions table data.

What are the limitations of using SQLite for WhatsApp reaction history?

SQLite stores reaction history locally, meaning reaction data is constrained to a single local database instance and requires migration script updates to the status-tracker to manage schema changes for the reactions table.