x-api

Post tweets and threads, read timelines, and search content via the X API.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/DrinkBoooz/PyTrade --skill x-api-drinkboooz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-api
Source: https://github.com/DrinkBoooz/PyTrade/tree/main/.opencode/skills/trading-creation-tool/ecc/skills/x-api
Command: npx skills add https://github.com/DrinkBoooz/PyTrade --skill x-api-drinkboooz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate programmatic interactions with X (Twitter) to publish tweets and threads, fetch timelines, run searches, and gather engagement data without manual UI work.

Core Features & Use Cases

  • Post a Tweet and Post a Thread programmatically for automation workflows.
  • Read User Timeline and perform content discovery or analytics.
  • Search Tweets and manage media posting workflows with OAuth authentication and rate-limit handling.

Quick Start

Authenticate with X using OAuth 2.0 or OAuth 1.0a, then use the API to post tweets, read timelines, and run searches.

Frequently Asked Questions about x-api

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

FAQPage Schema
How do I automate posting tweets and threads programmatically?

Automate posting tweets and threads by using programmatic access to X, enabling developers to build bots and automation scripts without manual UI intervention. The Skill handles platform-native posting workflows for automated content publishing.

Does X API automation support OAuth 2.0 and OAuth 1.0a authentication?

X API automation supports both OAuth 2.0 and OAuth 1.0a authentication to satisfy secure credential handling across authenticated contexts. This allows developers to manage X data safely within automation scripts and analytics dashboards.

Can I read user timelines and search tweets for analytics dashboards?

Read user timelines and search tweets programmatically to gather engagement data for analytics dashboards and content discovery. This enables monitoring X data across authenticated contexts without manual UI work.

How does rate-limit awareness work when managing X data automation?

Rate-limit awareness in X data automation ensures scripts handle platform constraints gracefully when posting tweets, reading timelines, or running searches. This prevents API errors and maintains continuous workflow operation across authenticated contexts.

What is needed to build bots that handle media posting workflows on X?

Building bots for media posting workflows on X requires OAuth authentication, secure credential handling, and rate-limit awareness to manage platform-native posting. The Skill provides programmatic access to handle these automation requirements without manual UI intervention.