add-whatsapp

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

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/CjLogic/nanocrew --skill add-whatsapp-cjlogic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-whatsapp
Source: https://github.com/CjLogic/nanocrew/tree/main/.codex/skills/add-whatsapp
Command: npx skills add https://github.com/CjLogic/nanocrew --skill add-whatsapp-cjlogic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Adds WhatsApp channel support via the native Baileys adapter, enabling direct messaging without a Chat SDK bridge.

Core Features & Use Cases

  • Native Baileys-based WhatsApp channel integration with QR code or pairing-code authentication.
  • No Chat SDK bridge, ensuring a lightweight, isolation-friendly setup.
  • Idempotent pre-flight checks and script-based onboarding from the channels branch.
  • Credential management for linked devices and shared/dedicated number setups.
  • Wiring the channel into an agent group via the setup flow.

Quick Start

Clone the channels branch, copy the adapter files, install dependencies, and run the WhatsApp authentication flow.

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 the Baileys adapter?

Integrating a WhatsApp channel with the Baileys adapter requires cloning the channels branch, copying the adapter files, installing dependencies, and completing the authentication flow. This setup provides direct messaging without needing a Chat SDK bridge.

Can I authenticate WhatsApp with a pairing code instead of a QR code?

Yes, WhatsApp authentication supports both QR code and pairing-code methods. The Baileys adapter facilitates credential management for linked devices, accommodating both shared and dedicated number setups.

What is the best way to add WhatsApp messaging without a Chat SDK bridge?

Using the native Baileys-based adapter offers a lightweight, isolation-friendly WhatsApp integration without a Chat SDK bridge. Script-based onboarding includes idempotent pre-flight checks to ensure a clean setup.

Does the WhatsApp Baileys integration support idempotent pre-flight checks?

Yes, the WhatsApp Baileys integration includes idempotent pre-flight checks and scripted installation steps. This ensures dependency management and credential prompts are handled safely without duplicate executions.

How do I wire a WhatsApp channel into an agent group?

Wiring the WhatsApp channel into an agent group is handled via the setup flow. After authenticating credentials, the configuration connects the messaging channel directly to the designated agent group.