Install
openclaw skills install twitter-apiCookie-based Twitter/X automation toolkit (timeline, notifications, posting, follow ops) for OpenClaw agents.
openclaw skills install twitter-apiAsync Twitter/X client and scripts that rely on auth_token + ct0 cookies (no official API keys). Supports:
scripts/timeline_summary.py).scripts/fetch_notifications.py, scripts/analyze_signal.py).scripts/post_custom_tweet.py, scripts/follow_account.py).twitter_api/) with modules for tweets, users, relationships, DMs, etc.pip install -r requirements.txt (Python 3.10+)..env.example → .env and fill cookies per account (auth_token + ct0 from logged-in sessions).python scripts/timeline_summary.py
python scripts/post_custom_tweet.py account_a "hello"
python scripts/follow_account.py thenfter07
ACCOUNT_A_AUTH_TOKEN, etc.); rename as needed and adjust ACCOUNT_ENV dicts in the scripts.