About
wacli is a command-line tool that enables WhatsApp messaging, search, and synchronization via the WhatsApp Web protocol. It's primarily used within Clawdis workflows for automated handling but can be called directly to send messages, sync chats, or query history. Key features include QR-based authentication, continuous background syncing, and the ability to send both text and files.
Quick Install
Claude Code
Recommendednpx skills add steipete/clawdis -a claude-code/plugin add https://github.com/steipete/clawdisgit clone https://github.com/steipete/clawdis.git ~/.claude/skills/wacliCopy and paste this command in Claude Code to install this skill
GitHub Repository
Frequently asked questions
What is the wacli skill?
wacli is a Claude Skill by steipete. Skills package instructions and resources that Claude loads on demand, so Claude can perform wacli-related tasks without extra prompting.
How do I install wacli?
Use the install commands on this page: add wacli to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.
What category does wacli belong to?
wacli is in the Communication category, tagged general.
Is wacli free to use?
Yes. wacli is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.
Related Skills
This Claude Skill enables email management through the Himalaya CLI tool using IMAP. It allows developers to search, summarize, and delete emails from an IMAP account with natural language queries. Use it for automated email workflows like getting daily summaries or performing batch operations directly from Claude.
imsg is a CLI tool for macOS that lets you programmatically interact with iMessage/SMS via the Messages.app. It enables developers to list chats, view message history, watch conversations in real-time, and send messages or attachments. Use this skill to automate messaging tasks or integrate iMessage/SMS functionality into your development workflows.
This Claude Skill provides comprehensive guidance for implementing internationalization (i18n) and localization in applications. It covers key tasks like message extraction, translation management, locale-specific formatting, and RTL support using libraries like i18next and gettext. Use it when building multi-language applications or adding localization features for international users.
This Claude Skill provides Better-auth integration patterns for implementing authentication features like login, registration, and protected routes. It includes guarded queries/forms for protected endpoints and handles email verification requirements. Key principles include using `getRequestEvent()` for cookie access and placing redirects outside try/catch blocks since they throw errors.
