add-reactions

Add emoji reaction support to WhatsApp channels in NanoClaw.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Arno37/nanoclaw_test --skill add-reactions-arno37
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-reactions
Source: https://github.com/Arno37/nanoclaw_test/tree/main/.claude/skills/add-reactions
Command: npx skills add https://github.com/Arno37/nanoclaw_test --skill add-reactions-arno37

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This integration adds emoji reaction support to NanoClaw's WhatsApp channel, enabling receiving, storing, and sending reactions to messages.

Core Features & Use Cases

  • Receive and persist emoji reactions from WhatsApp messages.
  • Send reactions to messages via the MCP tool from the agent.
  • Query and analyze reaction history from the SQLite store for audit and UX improvements.

Quick Start

Apply this skill to enable emoji reactions on the WhatsApp channel and verify that receiving, storing, and sending reactions works in your deployment.

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 NanoClaw?

Adding emoji reactions to WhatsApp messages in NanoClaw requires updating the SQLite database schema with a migration script, modifying IPC and channel integration, and using the MCP tool to broadcast agent reactions to clients.

Can I store and query WhatsApp reaction history in SQLite?

Yes, you can store and query WhatsApp reaction history in SQLite after applying the required database schema migration, which persists client and agent reactions for later analysis and auditing.

How does NanoClaw send agent reactions to WhatsApp channels?

NanoClaw sends agent reactions to WhatsApp channels through the MCP tool, requiring updates to IPC and channel integration to properly broadcast the selected emojis back to the client messages.

Do I need to run a database migration to enable WhatsApp emoji reactions?

Yes, you need to run a provided migration script to upgrade the SQLite database schema, adding the necessary tables and fields to support receiving, storing, and sending reactions.

What components are required to support WhatsApp emoji reactions in NanoClaw?

Supporting WhatsApp emoji reactions requires a modified SQLite database schema, a forward-only status tracker, updated IPC and channel integration, unit tests, and the MCP tool for agent broadcasts.