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
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,23 @@ X_ACCESS_TOKEN_SECRET=... # OAuth 1.0a Access Token Secret
- Display selected tweets on landing page
- Activity logging for all X interactions

### Optional OpenClaw Plugin Path

ClawSync's built-in X integration is a good fit when you want X Developer
Portal credentials managed inside the Convex app. If your OpenClaw workflow
needs a separate X/Twitter plugin with its own Xquik configuration, install
[TweetClaw](https://github.com/Xquik-dev/tweetclaw) alongside ClawSync:

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

Use TweetClaw for scrape tweets, search tweets, search tweet replies, follower
export, user lookup, media upload or download, direct messages, monitor tweets,
webhooks, giveaway draws, and reviewed post tweets or post tweet replies. Keep
the Xquik API key in TweetClaw's plugin config instead of ClawSync prompts,
activity logs, or public agent output.

## xAI (Grok) Models

ClawSync supports xAI's Grok models alongside Claude, GPT, and others.
Expand Down