add-reactions

Capture, persist, and query WhatsApp emoji reactions in SQLite.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add emoji reaction support to NanoClaw's WhatsApp channel: capture, persist, and index reactions to enable later review.

Core Features & Use Cases

  • Receive, store, and query emoji reactions associated with WhatsApp messages.
  • Persist reactions in a lightweight store to support audit trails and analytics.
  • Use case: a sales agent reviews reaction history to tailor outreach follow-ups.

Quick Start

Run the migration and restart the nanoclaw service to enable reaction support.

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 search WhatsApp emoji reactions?▼

To store and search WhatsApp emoji reactions, this Skill captures incoming reactions and persists them in a SQLite database. This enables indexing reaction history and querying it later for analytics or audit trails.

How does NanoClaw handle WhatsApp message reactions?▼

NanoClaw handles WhatsApp message reactions by receiving the reaction events, storing the data in SQLite, and running a database schema migration. This process ensures reactions are indexed and searchable.

Can I use SQLite to persist emoji reactions for WhatsApp messages?▼

Yes, you can use SQLite to persist emoji reactions for WhatsApp messages. The Skill uses SQLite as a lightweight store to capture and index reactions, enabling historical review and follow-up tailoring.

How do I run a database schema migration for WhatsApp reactions?▼

To run a database schema migration for WhatsApp reactions, you execute the scripts/migrate-reactions.ts file and restart the nanoclaw service. This updates the database to support reaction storage.

What is the best way to track WhatsApp reaction history for analytics?▼

The best way to track WhatsApp reaction history for analytics is to capture reactions and store them in a searchable SQLite database. This approach provides a persistent audit trail for reviewing user engagement.

Do I need to restart the nanoclaw service to enable reaction support?▼

Yes, you need to restart the nanoclaw service after running the migration script to enable reaction support. This ensures the database schema updates are loaded and the channel can capture reactions.