twitterapi-io-skill

agent
Security Audit
Warn
Health Warn
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 6 GitHub stars
Code Pass
  • Code scan — Scanned 1 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested
Purpose
This tool provides a single instruction file (SKILL.md) that teaches large language models how to interact with the Twitter/X platform using 58 endpoints via the TwitterAPI.io service. It enables AI assistants to perform actions like searching, posting, liking, and sending direct messages through standard curl commands.

Security Assessment
Since this project is essentially a text-based prompt library and documentation file, the code scan found no hardcoded secrets, malicious patterns, or dangerous system permissions. However, the overall risk is rated as Medium. This is due to the inherent nature of what it allows the AI to do: once configured, the LLM gains the ability to execute network requests that perform real write actions on Twitter. This includes posting tweets, modifying account details, and accessing private direct messages. If the AI is misprompted or encounters a prompt injection, it could easily perform irreversible public actions or expose sensitive data.

Quality Assessment
The project is very new and currently has low visibility with only 6 GitHub stars, indicating minimal community review or testing. On the positive side, it is licensed under the standard MIT license and appears to be actively maintained, with repository activity as recent as today. The instructions are clear and straightforward.

Verdict
Use with caution — the text file itself is completely safe, but giving an AI assistant autonomous read and write access to a live social media account inherently carries significant operational risks.
SUMMARY

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.

README.md

twitterapi-io-skill

Make any LLM use Twitter/X. 58 active 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 (58 total)

Category Count Examples
Read 33 Search, tweets, users, lists, communities, trends, spaces, account info
Write V2 19 Login, tweet, like, retweet, follow, profile updates, DM, media, communities
Webhook + Stream 6 Add/update/delete rules, monitor users

Requirements

Related

License

MIT

Reviews (0)

No results found