add-reactions

Capture and persist WhatsApp reactions in Deus via MCP integration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add WhatsApp emoji reactions to Deus by capturing and persisting user reactions.

Core Features & Use Cases

  • Receive and persist chat reactions in the local store.
  • Send reactions from the container agent using the MCP tool.
  • Query reaction history from store/messages.db to audit interactions.

Quick Start

Enable WhatsApp reaction support in your Deus setup and begin capturing reactions immediately.

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 track WhatsApp emoji reactions in a local SQLite database?

Storing WhatsApp reactions requires capturing user interactions and persisting them in a local SQLite database. This involves applying a reactions table migration to enable permanent reaction tracking and historical querying.

How does an MCP tool send WhatsApp reactions from a container agent?

An MCP tool sends WhatsApp reactions by integrating with the container agent to apply and forward emoji reactions directly. This setup requires a forward-only status tracker to maintain the reaction state accurately.

Can I query historical WhatsApp reactions from messages.db?

Yes, you can query reaction history from messages.db to audit interactions. The system captures and persists chat reactions in the local store, allowing you to retrieve past emoji reaction data.

Do I need a database migration to enable WhatsApp reaction tracking?

Yes, enabling WhatsApp reaction tracking requires a database migration to create the necessary reactions table. This setup ensures reactions are captured and persisted properly in the local store.

What is needed to configure WhatsApp reaction support in Deus?

Configuring WhatsApp reaction support in Deus requires MCP integration in the codebase and a forward-only status tracker. This combination allows the system to receive, send, and persist chat reactions.