x-api

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual effort of managing X/Twitter interactions at scale, enabling automated content posting, data retrieval, and engagement tracking without manual platform navigation or raw API configuration.

Core Features & Use Cases

  • OAuth Authentication Support: Handles both app-only (read-focused) and user context (write-enabled) OAuth flows for secure X API access.
  • Core X Operations: Supports posting single tweets and threaded content, reading user timelines, searching public content, uploading media, and retrieving user analytics.
  • Use Case: A social media manager can use this Skill to automatically schedule and post product update threads, monitor brand mentions via search, and pull engagement metrics for recent posts to inform content strategy.

Quick Start

Use the x-api skill to post a 3-tweet thread announcing your new feature launch to your X account, then retrieve the public engagement metrics for the first tweet in the thread.

Frequently Asked Questions about x-api

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

FAQPage Schema
How do I automate Twitter posting and search tasks programmatically?

To automate Twitter posting and search tasks programmatically, this Skill uses the X API to handle tweet creation, timeline reading, and content retrieval. It manages OAuth authentication and rate limits to execute automated social media workflows.

Can I use OAuth 2.0 and OAuth 1.0a for X API authentication in automated workflows?

Yes, you can use OAuth 2.0 and OAuth 1.0a for X API authentication in automated workflows. This Skill supports both app-only read-focused flows and user context write-enabled flows to securely access Twitter endpoints.

How do I post threaded content and upload media via the X API?

To post threaded content and upload media via the X API, this Skill implements core endpoints for single tweet creation, threaded content distribution, and media uploads. It handles the programmatic payload formatting for social media management.

What is the best way to retrieve Twitter engagement metrics for recent posts?

The best way to retrieve Twitter engagement metrics for recent posts is to use this Skill's analytics tracking endpoints. It programmatically pulls public engagement data from the X API to inform your social media content strategy.

Does this Skill handle X API rate limit management for brand monitoring searches?

Yes, this Skill handles X API rate limit management for brand monitoring searches. It implements rate limit controls during public content search and timeline reading operations to ensure automated data retrieval runs without interruptions.

Are there limitations when automating social media content distribution with the X API?

When automating social media content distribution with the X API, limitations depend on your OAuth context and platform rate limits. App-only flows restrict operations to reading, while write-enabled tasks require user context authentication.