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
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,24 @@ node dist/cli.js x read <tweet-url> # Read a specific tweet
node dist/cli.js x search "query" --json # JSON output for automation
```

#### Optional X/Twitter Research With TweetClaw

SocialCrabs handles browser-based social actions. For OpenClaw agents that need
a larger X/Twitter source queue before engagement, pair it with
[TweetClaw](https://github.com/Xquik-dev/tweetclaw), the
[@xquik/tweetclaw](https://www.npmjs.com/package/@xquik/tweetclaw) OpenClaw
plugin.

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

Use TweetClaw when the agent needs to search tweets, search tweet replies, export
followers, look up users, upload or download media, monitor tweets, trigger
webhooks, or run giveaway draws. Keep SocialCrabs in charge of browser
engagement pacing, and pass only reviewed tweet URLs or handles from TweetClaw
into SocialCrabs actions.

#### 🔄 Autonomous Engagement

SocialCrabs supports **fully autonomous engagement** when paired with an AI agent scheduler (e.g., OpenClaw cron):
Expand Down