add-whatsapp

Integrate a WhatsApp channel using the native Baileys adapter with QR or pairing authentication.

Updated May 7, 2026
One-click install
npx skills add https://github.com/Bartunek/nanoclaw --skill add-whatsapp-bartunek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-whatsapp
Source: https://github.com/Bartunek/nanoclaw/tree/main/.claude/skills/add-whatsapp
Command: npx skills add https://github.com/Bartunek/nanoclaw --skill add-whatsapp-bartunek

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires qrcode, and includes scripts (resource) components.

What problem does it solve?

NanoClaw needs a secure, plug-and-play way to add a WhatsApp channel using a native Baileys adapter, enabling isolated agent communication with WhatsApp.

Core Features & Use Cases

  • Native Baileys-based WhatsApp channel integration with linked-device authentication.
  • End-to-end wiring: copy adapter code, register setup steps, and authenticate via QR or pairing code.
  • Use case: deploy a WhatsApp-enabled agent that can respond to customer messages within container-isolated environment.

Quick Start

Install and run the WhatsApp add-on to establish the adapter and authenticate using QR or pairing code.

Frequently Asked Questions about add-whatsapp

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

FAQPage Schema
How do I integrate a WhatsApp channel using Baileys for a containerized agent?

WhatsApp integration with Baileys uses linked-device authentication via QR code or pairing code. It provides a setup script and wiring steps to connect a containerized agent to WhatsApp securely for interactive messaging.

What's the best way to authenticate a WhatsApp linked device with a QR code?

The best way to authenticate a WhatsApp linked device is by running the provided setup script, which generates a QR code for scanning. This credential-based authentication process securely links the agent to your WhatsApp account.

Can I use a pairing code instead of a QR code for WhatsApp channel setup?

Yes, you can use a pairing code instead of a QR code for WhatsApp channel setup. The Baileys adapter supports both authentication methods to securely establish the connection between your containerized agent and the WhatsApp network.

Does WhatsApp Baileys integration support isolated environments for customer messaging?

Yes, WhatsApp Baileys integration supports isolated environments. It is designed for container-isolated agents, enabling secure interactive messaging where the agent can respond to customer messages without compromising credential safety.

Do I need the qrcode dependency to set up WhatsApp channel integration?

Yes, you need the qrcode dependency to set up WhatsApp channel integration. It is required to generate the QR code for the linked-device authentication process that securely connects your agent to the WhatsApp network.