WhatsApp router: history/search/read/send; wacrawl read, wacli live.
What this skill does
# WhatsApp Use this as the first stop for WhatsApp work. Keep the source boundary sharp: - `wacrawl`: primary WhatsApp Desktop archive. Read-only, best local history, no network, no sending. - `wacli`: linked-device accounts. Use for alt accounts, live sync, auth, sending, chat/group mutation, and WhatsApp Web protocol questions. If the user names `wacrawl` or `wacli` repo work specifically, read that tool's own skill too. ## Routing - Primary WhatsApp reads/search/history: use `wacrawl`. - Read/unread counts from WhatsApp Desktop: use `wacrawl`; it has chat-level unread counts, not per-message read state. - Freshness-sensitive primary reads: check `wacrawl status`; run `wacrawl sync` when asked or when current data matters. - Alt accounts such as `me`, `molty`, or named stores: use `wacli --account NAME`. - Sending, reactions, presence, archive/pin/mute/mark-read, group/channel mutations: use `wacli` only after explicit user intent. - Comparing coverage between sources: treat `wacrawl` as Desktop archive truth for primary history, and `wacli` as linked-device/live coverage with protocol limits. ## Safety - Never send or mutate WhatsApp state unless explicitly requested. - Prefer read-only `wacli` commands for inspection: pass `--read-only` or set `WACLI_READONLY=1`. - Do not write into WhatsApp Desktop's app container. - Do not edit `wacli` `session.db` directly. - Keep named `wacli` accounts isolated; do not merge stores. - Report source freshness, account name, and known gaps when answering from local stores. ## Common Commands ### Primary Archive Freshness and status: ```bash wacrawl status wacrawl doctor wacrawl sync ``` Unread triage: ```bash wacrawl chats --limit 20 wacrawl unread --limit 20 wacrawl --json unread --limit 100 ``` Search and slice messages: ```bash wacrawl messages --after 2026-01-01 --limit 50 wacrawl messages --chat JID --asc --limit 100 wacrawl messages --has-media --limit 50 wacrawl --json search "query" wacrawl search "query" --after 2026-01-01 --from-them ``` Archive media or backups, only when asked: ```bash wacrawl import --copy-media wacrawl backup status wacrawl --sync never backup push ``` ### Alt/Live Accounts Account discovery and read-only inspection: ```bash wacli accounts list --json wacli --account me auth status --read-only --json wacli --account me chats list --read-only --json wacli --account me messages list --read-only --json --limit 50 wacli --account me messages search --read-only --json "query" ``` Background live sync, only when requested. Prefer `tmux` for follow-mode: ```bash wacli --account me sync --follow --events wacli --account me sync --once --events ``` Media, sending, and live mutations, only when explicitly requested: ```bash wacli --account me media download --chat JID --id MESSAGE_ID wacli --account me send text --to JID_OR_NAME --message "message" wacli --account me send file --to JID_OR_NAME --file ./file.jpg --caption "caption" wacli --account me send text --to JID --reply-to MESSAGE_ID --message "reply" ``` ### Comparisons When comparing `wacrawl` and `wacli`, compare both counts and overlap: - message counts and date spans - chat counts - newest message timestamp - overlap by `msg_id` - overlap by `chat_jid + msg_id` when JIDs are normalized enough - obvious gaps explained by linked-device history limits vs Desktop archive coverage ## Repo Pointers - `~/Projects/wacrawl`: Desktop archive importer/search/backup. - `~/Projects/wacli`: linked-device client/sync/send. - Global skill copies: `~/Projects/agent-scripts/skills/wacrawl` and `~/Projects/agent-scripts/skills/wacli`.
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.