add-reactions

Store WhatsApp emoji reactions in SQLite and send them via MCP.

10|16|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/qwibitai/nanoclaw-whatsapp --skill add-reactions-qwibitai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-reactions
Source: https://github.com/qwibitai/nanoclaw-whatsapp/tree/main/.claude/skills/add-reactions
Command: npx skills add https://github.com/qwibitai/nanoclaw-whatsapp --skill add-reactions-qwibitai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill enables NanoClaw's WhatsApp integration to fully support emoji reactions, allowing users to send and receive reactions on messages, thereby improving communication clarity and expressiveness.

Core Features & Use Cases

  • Receive Reactions: Capture and store emoji reactions sent by WhatsApp users to messages.
  • Send Reactions: Allow agents to send emoji reactions to messages via the react_to_message MCP tool.
  • Store & Search: Persist reaction data in an SQLite database for historical reference and potential querying.
  • Use Case: A team uses NanoClaw for WhatsApp communication. When a message is sent, team members can react with emojis to quickly acknowledge or express sentiment, and the agent can log these reactions for later review.

Quick Start

Apply the reactions skill to your WhatsApp integration by following the setup instructions in the SKILL.md file.

Frequently Asked Questions about add-reactions

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

FAQPage Schema
How do I add emoji reactions to WhatsApp messages in my agent integration?

To add emoji reactions to WhatsApp messages, this skill integrates an MCP tool allowing your agent to send reactions, while capturing and storing received reactions in an SQLite database for persistence and historical reference.

Can my WhatsApp agent automatically react to incoming messages?

Yes, your WhatsApp agent can automatically react to messages using the react_to_message MCP tool, which handles sending emoji reactions and includes message lifecycle signaling and error handling for robust operation.

How does WhatsApp emoji reaction storage work with SQLite?

WhatsApp emoji reaction storage works by persisting reaction data in an SQLite database, capturing reactions sent by users to messages and storing them for historical reference and potential querying.

Do I need an existing WhatsApp integration to enable message reactions?

Yes, you need an existing WhatsApp integration setup within the NanoClaw agent to enable message reactions, as this skill facilitates reception, storage, and sending of reactions through that established communication channel.

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

A limitation of using SQLite for WhatsApp reaction persistence is that it stores data locally, meaning reaction history and querying capabilities are confined to the database instance running within the agent environment.

What is the best way to handle WhatsApp reaction errors in an agent?

The best way to handle WhatsApp reaction errors is using the skill's built-in error handling, which manages message lifecycle signaling and ensures robust operation when sending or receiving emoji reactions fails.