x-api

Post tweets, read timelines, search content, and manage X API rate limits.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/choub00/transformer --skill x-api-choub00
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-api
Source: https://github.com/choub00/transformer/tree/main/.cursor/skills/x-api
Command: npx skills add https://github.com/choub00/transformer --skill x-api-choub00

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables developers to interact with X (Twitter) programmatically for posting, reading timelines, searching content, and analytics, removing the need for manual UI actions.

Core Features & Use Cases

  • Post tweets and threads programmatically to automate content distribution.
  • Read timelines, mentions, and user data to drive analytics and engagement insights.
  • Search for content, trends, or conversations and respond to evolving discussions.
  • Handle authentication patterns (OAuth 2.0 App-Only / User Context and OAuth 1.0a) and manage rate limits safely.

Quick Start

Authenticate with OAuth credentials and publish your first tweet or thread to X.

Frequently Asked Questions about x-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I post tweets and threads programmatically using the X API?

Post tweets and threads programmatically by authenticating with OAuth credentials and making REST API calls to X. This approach automates content distribution and removes the need for manual UI actions when publishing tweets or threads.

What is the difference between OAuth 2.0 and OAuth 1.0a for Twitter API integration?

OAuth 2.0 App-Only and User Context handle broader authentication patterns, while OAuth 1.0a supports legacy Twitter API integration requirements. Both authentication patterns manage access for posting tweets, reading timelines, and executing search operations securely.

How do I manage rate limits when reading timelines and searching content on X?

Manage rate limits safely by implementing concrete code patterns for REST API calls and error handling that monitor X API limits. This rate-limit awareness prevents disruptions when reading timelines, mentions, and searching content programmatically.

Can I search for trends and conversations on X without manual UI actions?

Search for trends, content, and conversations programmatically using the X API without manual UI actions. This capability enables developers to respond to evolving discussions and drive analytics through automated search operations.

Does this approach support media uploads alongside tweet posting?

Media uploads are fully supported alongside tweet posting and timeline reading. This functionality covers the complete scope of content creation, allowing developers to enrich programmatic Twitter interactions with media assets.