Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
Scanned 9/8/2026
Install to Claude Code
npx -y skills add infometa/workbuddyskills --skill wacli --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Wacli?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/infometa-wacli-workbuddyskills)More formats (shields.io, HTML) on the badges page.
---
name: wacli
description: "Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats)."
description_zh: "发送 WhatsApp 消息和同步历史"
description_en: "Send WhatsApp messages & sync history"
version: 1.0.0
---
# wacli
Use `wacli` only when the user explicitly asks you to message someone on WhatsApp or to sync/search WhatsApp history.
Safety
- Require explicit recipient + message text.
- Confirm recipient + message before sending.
Auth + sync
- `wacli auth` (QR login + initial sync)
- `wacli sync --follow` (continuous sync)
- `wacli doctor`
Find chats + messages
- `wacli chats list --limit 20 --query "name or number"`
- `wacli messages search "query" --limit 20 --chat <jid>`
Send
- Text: `wacli send text --to "+14155551212" --message "Hello!"`
- File: `wacli send file --to "+14155551212" --file /path/agenda.pdf --caption "Agenda"`
Notes
- Store dir: `~/.wacli` (override with `--store`).
- Use `--json` for machine-readable output.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...