add-whatsapp

Automate WhatsApp channel setup for Deus with QR or pairing-code authentication.

50|4|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/sliamh11/Deus --skill add-whatsapp-sliamh11
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: add-whatsapp
Source: https://github.com/sliamh11/Deus/tree/main/.claude/skills/add-whatsapp
Command: npx skills add https://github.com/sliamh11/Deus --skill add-whatsapp-sliamh11

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires baileys, mcp-whatsapp, and includes scripts (resource) components.

What problem does it solve?

Integrates WhatsApp as a channel for Deus, enabling on-device configuration and channel management without manual wiring.

Core Features & Use Cases

  • Local, on-device WhatsApp channel integration with QR or pairing-code authentication.
  • Flexible setup options for shared or dedicated numbers, including chat and group registrations.
  • Deterministic, self-contained workflow that keeps setup within the repository.

Quick Start

Start the built-in WhatsApp channel setup to authenticate and register a chat or group.

Frequently Asked Questions about add-whatsapp

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

FAQPage Schema
How do I integrate WhatsApp as a local channel for Node.js?▼

You can authenticate WhatsApp locally using either a QR code or pairing-code flow, which this Skill automates along with environment checks and package builds to securely register your chat or group.

Can I use a pairing code instead of a QR code for WhatsApp authentication?▼

Yes, you can use a pairing code instead of a QR code for WhatsApp authentication, as the setup supports both flows to provide flexible on-device configuration for shared or dedicated numbers.

Does this WhatsApp channel integration require external package installations?▼

No, this WhatsApp channel integration enforces no external installs during execution, relying entirely on locally built packages within the repository to maintain a deterministic, self-contained workflow.

How do I register a WhatsApp group chat locally during deployment?▼

You can register a WhatsApp group chat locally by running the built-in setup workflow, which guides you through environment checks and package builds to complete the group registration.

What are the limitations of using locally built packages for WhatsApp integration?▼

A limitation of using locally built packages for WhatsApp integration is that the workflow is strictly self-contained, meaning execution depends entirely on the repository's existing packages and src/channels without external installs.