x-api

Automate X posting, data retrieval, and analytics via OAuth 1.0a and 2.0.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/luongldptit/move-ticket --skill x-api-luongldptit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-api
Source: https://github.com/luongldptit/move-ticket/tree/main/.agent/.agents/skills/x-api
Command: npx skills add https://github.com/luongldptit/move-ticket --skill x-api-luongldptit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates manual X/Twitter platform management by enabling programmatic automation of posting, data retrieval, and analytics tasks, saving time for social media and content teams.

Core Features & Use Cases

  • Automated Posting: Post single tweets, threaded content, and media directly to X via the API.
  • Data Retrieval: Read user timelines, search public content, pull user profiles and engagement metrics.
  • Use Case: A social media manager can use this Skill to automatically schedule and post weekly content threads, then pull engagement analytics to measure campaign performance.

Quick Start

Use the x-api skill to post a new tweet with the text "Our new feature is now live!" to the connected X account.

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 via the X API?

To automate posting tweets via the X API, you use a programmatic interface that supports single tweets, threaded content, and media uploads. This eliminates manual platform management by handling OAuth authentication and content delivery automatically.

Can I retrieve engagement metrics and timeline data from Twitter programmatically?

Yes, you can retrieve Twitter engagement metrics and timeline data programmatically. The automation supports reading user timelines, searching public content, and pulling profiles to measure campaign performance without manual data extraction.

Does X API automation handle rate limits and authentication for social media posting?

X API automation handles rate limits and authentication by implementing OAuth 1.0a and 2.0 protocols for read and write operations. It includes error handling for common API response codes and enforces security best practices for credential management.

What is the best way to search public content on X for social media analytics?

The best way to search public content on X for analytics is through programmatic API integration. This allows you to query public posts, retrieve engagement metrics, and process timeline data efficiently for campaign measurement.

Do I need OAuth credentials to retrieve user profiles and engagement analytics from X?

Yes, you need OAuth credentials to retrieve user profiles and engagement analytics from X. The API integration requires OAuth 1.0a or 2.0 authentication to authorize read operations for pulling timeline data and engagement metrics securely.

Why does my automated tweet posting fail with API response code errors?

Automated tweet posting fails with API response code errors when rate limits are exceeded or authentication is invalid. The integration provides error handling for these common API responses to ensure compliance and secure credential management.