Twitter/X platform integration. Post tweets, read timeline, manage followers, and analyze engagement.
Scanned 2/12/2026
Install via CLI
openskills install openclaw/skills---
name: twitter
description: Twitter/X platform integration. Post tweets, read timeline, manage followers, and analyze engagement.
metadata: {"clawdbot":{"emoji":"🐦","always":true,"requires":{"bins":["curl","jq"]},"primaryEnv":"TWITTER_API_KEY"}}
---
# Twitter 🐦
Twitter/X platform integration.
## Setup
```bash
export TWITTER_API_KEY="your_api_key"
export TWITTER_API_SECRET="your_api_secret"
export TWITTER_ACCESS_TOKEN="your_access_token"
```
## Features
- Post tweets
- Read timeline
- Search tweets
- Manage followers
- Analytics
- Schedule posts
## Usage Examples
```
"Post tweet: Hello world!"
"Show my latest mentions"
"Search tweets about #AI"
```
No comments yet. Be the first to comment!