smithery.ai

uni-wa

WhatsApp messaging via uni CLI. Use when user wants to send WhatsApp messages, read WhatsApp chats, or manage WhatsApp. Commands: send, read, edit, delete, react, forward, chats, auth.

First seen May 1, 2026

Installation

$ npx skills add https://smithery.ai

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash(uni:*), Bash(~/.local/bin/uni:*)

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,821 B
  • docs SUMMARY.md 199 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

WhatsApp (uni wa)

WhatsApp messaging via Baileys. Fast daemon architecture (~35ms per command).

Setup

uni wa auth                             # Authenticate with pairing code
uni wa logout                           # Logout
uni wa status                           # Check daemon status
uni wa stop                             # Stop daemon

Send Messages

uni wa send me "Hello!"                 # Send to self (saved messages)
uni wa send 919876543210 "Hi"           # Send to phone number
uni wa send me "Check this" --file photo.jpg   # Send file with caption
uni wa send me "Reply" --reply ABC123   # Reply to message

Read Messages

uni wa read me                          # Read from saved messages
uni wa read me -n 20                    # Last 20 messages
uni wa read 919876543210                # Read from contact

Edit/Delete/React

uni wa edit me ABC123 "Fixed typo"      # Edit message
uni wa delete me ABC123                 # Delete message
uni wa react me ABC123 "👍"             # React to message

Forward

uni wa forward me 919876543210 ABC123   # Forward message

List Chats

uni wa chats                            # List recent chats
uni wa chats -n 50                      # More results

Notes

  • me = your own saved messages
  • Phone numbers: country code + number, no + or spaces (e.g., 919876543210)
  • Message IDs: use --json output to get IDs for edit/delete/react
  • --json flag for machine-readable output