Make any LLM use Twitter/X. 59 endpoints via TwitterAPI.io — search, post, like, retweet, follow, DM, communities, webhooks, profile management.
No Twitter developer account needed. Works with any AI assistant.
SKILL.md is a single file that teaches an LLM how to use the Twitter API. It contains:
- Every endpoint with method, path, and curl example
- Required and optional query parameters for each endpoint
- Request body schemas for all POST endpoints
- Authentication, pricing, rate limits, pagination patterns
- Login flow for write actions (tweet, like, retweet, follow)
Drop it into your AI tool's context and it can start making real Twitter API calls.
mkdir -p ~/.openclaw/workspace/skills/twitterapi-io
curl -o ~/.openclaw/workspace/skills/twitterapi-io/SKILL.md \
https://raw.githubusercontent.com/dorukardahan/twitterapi-io-skill/main/SKILL.mdOr install via ClawHub:
/install twitterapi-io
Add to your project context:
curl -o SKILL.md https://raw.githubusercontent.com/dorukardahan/twitterapi-io-skill/main/SKILL.mdThen: "Read SKILL.md and search recent tweets about Bitcoin"
Paste the contents of SKILL.md into your conversation or system prompt. The LLM will understand how to construct curl commands for any Twitter operation.
| Category | Count | Examples |
|---|---|---|
| Search & Read | 11 | Advanced search, get by ID, replies, quotes, threads, trends |
| Users | 13 | Get profile, followers, following, search users, mentions |
| Tweet Actions | 7 | Post, delete, like, unlike, retweet, upload media |
| Account Actions | 5 | Login, follow, unfollow |
| Profile Management | 3 | Update profile, avatar, banner |
| DMs | 2 | Send DM, get DM history |
| Communities | 9 | Create, join, leave, get members, get tweets |
| Webhooks | 7 | Add/update/delete rules, monitor users |
| Spaces | 1 | Get space detail |
| Legacy | 1 | Old endpoints (use v2 instead) |
- TwitterAPI.io API key (free tier available)
- twitterapi-io-mcp — MCP server version (for Claude Desktop, Cursor, Windsurf)
- TwitterAPI.io docs
MIT