add-reactions

Add secure emoji reaction handling to WhatsApp chats in NauggieClaw.

1|2|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/jboothomas/nauggieclaw --skill add-reactions-jboothomas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-reactions
Source: https://github.com/jboothomas/nauggieclaw/tree/main/.claude/skills/add-reactions
Command: npx skills add https://github.com/jboothomas/nauggieclaw --skill add-reactions-jboothomas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill bridges the gap between containerized Auggie agents and WhatsApp emoji reactions so agents can receive, store, and respond to reaction input without losing state or context.

Core Features & Use Cases

  • Realtime Reaction Intake: Automates detection and storage of incoming emoji reactions so every reaction is persisted in SQLite with the status tracker keeping lifecycle state.
  • Agent Reaction Dispatch: Lets the agent invoke the react_to_message tool to send reactions back through WhatsApp while enforcing IPC access controls.
  • History and Verification: Supports querying the reactions table for recent activity and includes verification steps for migrations, tests, and builds before celebrating deployment.

Quick Start

Ask Auggie to add an emoji reaction to the latest WhatsApp message using the react_to_message tool.

Frequently Asked Questions about add-reactions

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

FAQPage Schema
How do I track WhatsApp emoji reactions with a containerized agent?

To track WhatsApp emoji reactions, containerized Auggie agents use this skill to automatically detect, store, and persist incoming reactions in SQLite while a status tracker maintains the lifecycle state of each message.

How does an agent send emoji reactions back through WhatsApp?

An agent sends emoji reactions back through WhatsApp by invoking the react_to_message MCP tool, which dispatches the reaction while enforcing IPC access controls for secure agent communication.

Can I use SQLite to store and query WhatsApp reaction history for agents?

Yes, you can store and query WhatsApp reaction history in SQLite. This skill applies database migrations to create a reactions table, allowing agents to query recent activity and verify persisted reaction data.

Does this emoji reaction handler work with containerized Auggie agents?

Yes, this emoji reaction handler is specifically designed for containerized Auggie agents managing WhatsApp channels, bridging the gap between agent environments and WhatsApp reaction inputs without losing state or context.

What's the best way to verify database migrations for WhatsApp reaction tracking?

The best way to verify database migrations for WhatsApp reaction tracking is to run the included verification steps for migrations, tests, and builds, ensuring persistent reaction storage is correctly deployed before use.