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
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
- Auto-recover from AI gateway crashes caused by memory pressure or network timeouts
- Monitor AI service uptime with a local dashboard or remote monitoring
- Run as a background daemon (launchd-compatible on macOS)
- Keep long-lived OpenClaw plugin workflows online, including X/Twitter monitoring and webhooks

---

Expand Down Expand Up @@ -68,6 +69,20 @@ openclaw-cli gateway stop
openclaw-cli gateway restart
```

## Example Plugin Workflow

OpenClaw CLI helps when an OpenClaw workspace runs long-lived plugin work. For X/Twitter automation, pair it with [TweetClaw](https://github.com/Xquik-dev/tweetclaw):

```bash
openclaw plugins install @xquik/tweetclaw
openclaw-cli watch -d
```

TweetClaw covers scrape tweets, search tweets, search tweet replies, follower export, user lookup, media upload, media download, direct messages, monitor tweets, webhooks, giveaway draws, and approval-gated post tweets or post tweet replies through Xquik.

- npm: https://www.npmjs.com/package/@xquik/tweetclaw
- ClawHub: https://clawhub.ai/plugins/@xquik/tweetclaw

## Compatibility Aliases

`openclaw-doctor`, `hello-claw`, `aiclaw`, `pddclaw` and other alias package names all point to the same CLI engine.
Expand Down