9.1k★by 0xterrybit
twitter – OpenClaw Skill
twitter is an OpenClaw Skills integration for data analytics workflows. Twitter/X platform integration. Post tweets, read timeline, manage followers, and analyze engagement.
9.1k stars3.3k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics
Skill Snapshot
| name | |
| description | Twitter/X platform integration. Post tweets, read timeline, manage followers, and analyze engagement. OpenClaw Skills integration. |
| owner | 0xterrybit |
| repository | 0xterrybit/twitter |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @0xterrybit/twitter |
| last updated | Feb 7, 2026 |
Maintainer

File Explorer
2 files
.
_meta.json
448 BSKILL.md
673 BSKILL.md
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
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"
README.md
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install twitter?
Run openclaw add @0xterrybit/twitter in your terminal. This installs twitter into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/0xterrybit/twitter. Review commits and README documentation before installing.
