Make any LLM use Twitter/X. 65 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 |
|---|---|---|
| Read | 34 | Search, tweets, users, lists, communities, trends, spaces, account info |
| Write V2 | 19 | Login, tweet, like, retweet, follow, profile updates, DM, media, communities |
| Write V3 | 6 | Login, tweet, like, retweet, profile, account management |
| Webhook + Stream | 6 | Add/update/delete rules, monitor users |
- TwitterAPI.io API key (free tier available)
- twitterapi-io-mcp — MCP server version (for Claude Desktop, Cursor, Windsurf)
- TwitterAPI.io docs
MIT