Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Cookie-based Twitter/X automation client using auth_token and ct0 session cookies instead of official API keys. Covers timeline reading, notification analysis, posting, and follow operations across multiple accounts. Built for async use with modular support for tweets, users, DMs, and relationships.
Bypasses the official Twitter/X API tier restrictions by using browser session cookies, making it accessible without paid API access.
When to use it
- Summarize home timeline activity each morning
- Monitor mentions and engagement signals from notifications
- Post tweets from multiple managed accounts via scripts
- Auto-follow accounts based on agent-driven criteria
- Analyze notification patterns to detect trending interactions
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: post 'hello world' from account_a and follow @thenfter07
- 1Reads ACCOUNT_A_AUTH_TOKEN and ACCOUNT_A_CT0 from .env
- 2Calls post_custom_tweet.py with account_a and the message text
- 3Confirms tweet posted successfully
- 4Calls follow_account.py with target handle thenfter07
- 5Confirms follow operation completed
Tweet posted from account_a and @thenfter07 followed
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.