Wacli Gilles
v1.0.0Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
⭐ 0· 183·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill is an instruction-only wrapper around the wacli CLI. The registry requires the wacli binary (and provides plausible install options via a brew formula and a Go module), which directly matches the described purpose of sending and searching WhatsApp messages.
Instruction Scope
SKILL.md stays on-topic: it only instructs use of wacli commands (auth, sync, search, send, backfill). It does reference the local store directory (~/.wacli) and recommends using --json for parsing output; these are expected for a CLI-based WhatsApp tool but imply local persisted session data and phone access via QR auth. The instructions do not ask the agent to read unrelated files or environment variables.
Install Mechanism
Install options are a brew formula (steipete/tap/wacli) and a Go module from GitHub (github.com/steipete/wacli). Both are typical distribution methods for this project and are proportionate. As with any third-party binary, users should verify the upstream project and tap/module before installing.
Credentials
The skill declares no required environment variables or config paths, which is consistent with the CLI-centric design. SKILL.md does mention the store directory (~/.wacli) but the registry metadata does not list any required config paths — a minor mismatch worth noting because the tool will persist session data locally and may create files under the user's home directory.
Persistence & Privilege
The skill does not request always:true and is user-invocable. It does not request elevated or cross-skill privileges. Normal autonomous invocation is allowed by platform default but the skill itself does not demand permanent presence or extra privileges.
Assessment
This skill is a thin wrapper around the wacli command-line tool and appears coherent with that purpose. Before installing, verify the upstream project (https://wacli.sh and the GitHub repo) and the brew tap/module authors to ensure you trust the binary. Be aware that wacli will: (1) require QR login and sync with your phone, (2) persist session data under ~/.wacli by default, and (3) be capable of sending messages to third parties — so only allow the agent to use it when the user explicitly requests messaging others. If you want tighter control, review the wacli source yourself or restrict the agent's ability to call the skill autonomously.Like a lobster shell, security has layers — review code before you run it.
latestvk97ey0aghtb7a3se1xty2yf45n83mxrs
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📱 Clawdis
Binswacli
Install
Install wacli (brew)
Bins: wacli
brew install steipete/tap/wacliInstall wacli (go)
Bins: wacli
go install github.com/steipete/wacli/cmd/wacli@latest