Skip to content

dorukardahan/twitterapi-io-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitterapi-io-skill

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.

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 (65 total)

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

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

 
 
 

Contributors