Loading...
Loading...
Post to X (Twitter) using the official API with OAuth 1.0a. Use when you need to tweet, post updates, or publish content. Bypasses rate limits and bot detection that affect cookie-based approaches like bird CLI.
npx skill4agent add sundial-org/awesome-openclaw-skills x-apibird tweetbirdexport X_API_KEY="your-api-key"
export X_API_SECRET="your-api-secret"
export X_ACCESS_TOKEN="your-access-token"
export X_ACCESS_SECRET="your-access-token-secret"~/.clawdbot/secrets/x-api.json{
"consumerKey": "your-api-key",
"consumerSecret": "your-api-secret",
"accessToken": "your-access-token",
"accessTokenSecret": "your-access-token-secret"
}npm install -g twitter-api-v2x-post "Your tweet text here"node /path/to/skills/x-api/scripts/x-post.mjs "Your tweet text here"x-post "Line one
Line two
Line three"birdbird home # Timeline
bird mentions # Mentions
bird search "query" # Search
bird user-tweets @handle # User's posts
bird read <tweet-url> # Single tweet