Skip to content

TwitterAPI.io skill — make any LLM use Twitter/X. 59 endpoints with curl examples. Works with OpenClaw, Claude Code, GPT, Gemini, and any AI assistant.

License

Notifications You must be signed in to change notification settings

dorukardahan/twitterapi-io-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitterapi-io-skill

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.

How it works

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.

Use with OpenClaw

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.md

Or install via ClawHub:

/install twitterapi-io

Use with Claude Code / Codex

Add to your project context:

curl -o SKILL.md https://raw.githubusercontent.com/dorukardahan/twitterapi-io-skill/main/SKILL.md

Then: "Read SKILL.md and search recent tweets about Bitcoin"

Use with ChatGPT / Gemini / any LLM

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.

Endpoints (59 total)

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)

Requirements

Related

License

MIT

About

TwitterAPI.io skill — make any LLM use Twitter/X. 59 endpoints with curl examples. Works with OpenClaw, Claude Code, GPT, Gemini, and any AI assistant.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •