Twitter/X platform integration. Post tweets, read timeline, manage followers, and analyze engagement.
Scanned 2/10/2026
Install to Claude Code
npx -y skills add sundial-org/awesome-openclaw-skills --skill twitter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Twitter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/sundial-org-twitter)More formats (shields.io, HTML) on the badges page.
---
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"
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!