😀
AutomationTypeScript

Add Reactions

by sbusso

Add Reactions is an Automation skill for Claude Code, published by sbusso in claudeclaw.

193 stars60 forkson sbusso/claudeclawAdded 2026/09/06Repository updated 2026/08/12
agentagentic-aiclaude-codeopenclaw
Install in seconds
Install Add Reactions
Copy Add Reactions into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/sbusso/claudeclaw/tree/main/skills/add-reactions ~/.claude/skills/add-reactions

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/sbusso/claudeclaw.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/add-reactions/SKILL.md in sbusso/claudeclaw
Installs to
~/.claude/skills/add-reactions
Collection
One of 25 skills cataloged from this repository
Category
Automation2032 skills

What Add Reactions does

Add Reactions adds emoji reaction support to ClaudeClaw's WhatsApp channel. Use it to receive, send, store, and query reaction history from SQLite.

Add Reactions is cataloged under Automation on DirSkills. Add Reactions comes from a repository tagged agent, agentic-ai, claude-code and openclaw.

Documentation

README

Add Reactions

This skill adds emoji reaction support to ClaudeClaw's WhatsApp channel: receive and store reactions, send reactions from the container agent via MCP tool, and query reaction history from SQLite.

Phase 1: Pre-flight

Check if already applied

Check if src/status-tracker.ts exists:

test -f src/status-tracker.ts && echo "Already applied" || echo "Not applied"

If already applied, skip to Phase 3 (Verify).

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Add Reactions

  • What else does sbusso publish alongside Add Reactions?

    Add Reactions is one of 25 skills that DirSkills catalogs from sbusso/claudeclaw, the repository it ships in. Its siblings there include Add Compact Command, Add Gmail and Add Telegram Swarm. Each one is a separate skill with its own page in this directory, installs the same way Add Reactions does, and is maintained by sbusso in that same repository. The rest of the collection is listed on the sbusso/claudeclaw page.

  • How does Add Reactions compare to other Automation skills?

    Add Reactions ranks #1819 by stars among the 2032 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Add Reactions against them. Open each page to compare what they document and how they install.

More from sbusso/claudeclaw

Add Reactions is one of 25 skills cataloged on DirSkills from sbusso/claudeclaw.

See all 25 skills
🗜️
5h ago

Add Compact Command

Add Compact Command adds a /compact session command to manually compact conversation history in long-running Claude sessions. Use it to reduce context rot while keeping the same logical session and honoring main-group or trusted-sender access rules.
AI Engineering
19360
📧
5h ago

Add Gmail

Add Gmail integrates Gmail into ClaudeClaw as a tool or full channel. It is used to read, send, search, draft, and optionally trigger the agent from incoming email after OAuth setup.
AI Engineering
19360
🤖
5h ago

Add Telegram Swarm

Add Telegram Swarm adds agent team support to an existing Telegram channel. It assigns subagents to separate bot identities so messages in a group can appear from different roles after Telegram is already configured.
Automation
19360
💬
5h ago

Add WhatsApp

Add WhatsApp adds WhatsApp as a ClaudeClaw channel, either alongside other channels or as a replacement. It handles installation, registration, and QR code or pairing code authentication.
Automation
19360
🛠️
5h ago

ClaudeClaw Customization

ClaudeClaw Customization asks clarifying questions and then edits the code to add channels, integrations, triggers, or other behavior changes. Use it when you want to modify how ClaudeClaw works or migrate from plugin mode to developer mode.
AI Engineering
19360
⚙️
5h ago

ClaudeClaw Setup

ClaudeClaw Setup runs the initial install and configuration flow for ClaudeClaw. Use it to install dependencies, authenticate messaging channels, register a main channel, and start background services.
Automation
19360