whatsapp-send

Send WhatsApp messages to contacts or groups from the command line.

4|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/73ai/openbotkit --skill whatsapp-send-73ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whatsapp-send
Source: https://github.com/73ai/openbotkit/tree/main/skills/whatsapp-send
Command: npx skills add https://github.com/73ai/openbotkit --skill whatsapp-send-73ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly send WhatsApp messages to a contact or group from the command line, avoiding context switching between apps.

Core Features & Use Cases

  • Resolve recipients from local contacts or direct WhatsApp JIDs to send messages to individuals or groups.
  • Maintain a clear audit trail by saving sent messages to the local database and requiring approval for actions when applicable.
  • Use cases include quick team updates, alerts to contacts, and one-off messages to groups without leaving your workspace.

Quick Start

Send a WhatsApp message to a contact or group using the obk CLI.

Frequently Asked Questions about whatsapp-send

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

FAQPage Schema
How do I send WhatsApp messages from the command line?

You can send WhatsApp messages from the command line using the obk whatsapp messages send command, which resolves recipients from local contacts or direct JIDs and requires an authenticated WhatsApp session to dispatch texts to individuals or groups.

Can I send CLI WhatsApp messages to a group instead of a single contact?

Yes, you can send CLI WhatsApp messages to a group. The messaging workflow supports resolving recipients from local contacts or direct WhatsApp JIDs, allowing you to target both individual contacts and entire groups directly from your command line interface.

Do I need an authenticated WhatsApp account to send messages via CLI?

Yes, an authenticated WhatsApp session is required to send messages via CLI. The command line messaging workflow relies on this active session to resolve contacts, send approved messages to individuals or groups, and save the dispatched texts to your local database.

What is an approval-based workflow for sending WhatsApp messages?

An approval-based workflow for sending WhatsApp messages requires explicit confirmation before dispatching texts from the command line. This mechanism ensures deliberate actions, maintains message auditability by saving records to the local database, and prevents unintended automated messages to contacts or groups.

Are sent WhatsApp messages saved locally when sent from the CLI?

Yes, sent WhatsApp messages are saved to the local database when sent from the CLI. This ensures a clear audit trail for your command line messaging activities, allowing you to track alerts, updates, and one-off messages sent to contacts or groups.

What is the best way to automate quick team alerts without leaving the terminal?

The best way to automate quick team alerts without leaving the terminal is using a CLI command to send WhatsApp messages to groups. This approach resolves recipients from local contacts, requires message approval, and logs sent texts locally to maintain a clear audit trail.