repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | --- |
| #2 | name: wacli |
| #3 | description: Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats). |
| #4 | homepage: https://wacli.sh |
| #5 | metadata: {"clawdbot":{"emoji":"📱","requires":{"bins":["wacli"]},"install":[{"id":"brew","kind":"brew","formula":"steipete/tap/wacli","bins":["wacli"],"label":"Install wacli (brew)"},{"id":"go","kind":"go","module":"github.com/steipete/wacli/cmd/wacli@latest","bins":["wacli"],"label":"Install wacli (go)"}]}} |
| #6 | --- |
| #7 | |
| #8 | # wacli |
| #9 | |
| #10 | Use `wacli` only when the user explicitly asks you to message someone else on WhatsApp or when they ask to sync/search WhatsApp history. |
| #11 | Do NOT use `wacli` for normal user chats; Clawdbot routes WhatsApp conversations automatically. |
| #12 | If the user is chatting with you on WhatsApp, you should not reach for this tool unless they ask you to contact a third party. |
| #13 | |
| #14 | Safety |
| #15 | - Require explicit recipient + message text. |
| #16 | - Confirm recipient + message before sending. |
| #17 | - If anything is ambiguous, ask a clarifying question. |
| #18 | |
| #19 | Auth + sync |
| #20 | - `wacli auth` (QR login + initial sync) |
| #21 | - `wacli sync --follow` (continuous sync) |
| #22 | - `wacli doctor` |
| #23 | |
| #24 | Find chats + messages |
| #25 | - `wacli chats list --limit 20 --query "name or number"` |
| #26 | - `wacli messages search "query" --limit 20 --chat <jid>` |
| #27 | - `wacli messages search "invoice" --after 2025-01-01 --before 2025-12-31` |
| #28 | |
| #29 | History backfill |
| #30 | - `wacli history backfill --chat <jid> --requests 2 --count 50` |
| #31 | |
| #32 | Send |
| #33 | - Text: `wacli send text --to "+14155551212" --message "Hello! Are you free at 3pm?"` |
| #34 | - Group: `wacli send text --to "1234567890-123456789@g.us" --message "Running 5 min late."` |
| #35 | - File: `wacli send file --to "+14155551212" --file /path/agenda.pdf --caption "Agenda"` |
| #36 | |
| #37 | Notes |
| #38 | - Store dir: `~/.wacli` (override with `--store`). |
| #39 | - Use `--json` for machine-readable output when parsing. |
| #40 | - Backfill requires your phone online; results are best-effort. |
| #41 | - WhatsApp CLI is not needed for routine user chats; it’s for messaging other people. |
| #42 | - JIDs: direct chats look like `<number>@s.whatsapp.net`; groups look like `<id>@g.us` (use `wacli chats list` to find). |
| #43 |