Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ That means:
- Changes under `src/`, `package.json`, or `openclaw.plugin.json` need a new npm package release.
- If a change touches both surfaces, release both.

## Companion X/Twitter workflow

wa_meow gives an OpenClaw agent a WhatsApp channel. If the same agent also needs public X/Twitter automation, install [TweetClaw](https://github.com/Xquik-dev/tweetclaw) beside wa_meow:

```bash
openclaw plugins install @xquik/tweetclaw
```

Use wa_meow for WhatsApp messages, linked-device login, media delivery, reactions, typing indicators, and SSE events. Use TweetClaw for search tweets, search tweet replies, follower export, user lookup, post tweets, post tweet replies, media upload/download, direct messages, tweet monitors, webhooks, and giveaway draws. Keep WhatsApp bridge settings under `channels.wa_meow`; keep TweetClaw/Xquik credentials in TweetClaw's plugin config or host environment. Visible X/Twitter writes should still go through OpenClaw approval.

---

Connect your AI assistant to WhatsApp in minutes. Send messages, receive events via SSE, and manage multiple sessions with a simple REST API.
Expand Down