x-api

Post tweets and threads, read timelines, search, and access analytics via X(Twitter) API with OAuth authentication and rate-limit handling.

1|1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/zardusai-cyber/zardus_setup --skill x-api-zardusai-cyber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-api
Source: https://github.com/zardusai-cyber/zardus_setup/tree/main/ecc/skills/x-api
Command: npx skills add https://github.com/zardusai-cyber/zardus_setup --skill x-api-zardusai-cyber

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables programmatic control of X (Twitter) to post tweets and threads, read timelines, perform searches, and gather analytics without manual UI interactions.

Core Features & Use Cases

  • Post Tweets & Threads: Create single tweets or threaded conversations from code.
  • Read Timelines & Search: Retrieve user timelines, mentions, and search results for monitoring or analytics.
  • Analytics & Monitoring: Access engagement metrics and perform lightweight analytics for quality and reach.
  • Use cases include building a Twitter bot, content automation, social media monitoring, or integrating X data into apps.

Quick Start

Post a tweet or thread from your app using OAuth credentials.

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 from my application?

Automate posting tweets and threads by using OAuth 1.0a user context credentials to programmatically interact with the X API. This enables code-based creation of single tweets or threaded conversations without manual UI interactions.

Can I use OAuth 2.0 Bearer Token for Twitter API analytics and timeline monitoring?

OAuth 2.0 Bearer Token is supported for Twitter API analytics and timeline monitoring. It enables reading user timelines, mentions, and gathering engagement metrics for lightweight analytics across multiple accounts.

What's the best way to read X timelines and search results for social media monitoring?

The best way to read X timelines and search results for monitoring is through programmatic API access. This retrieves user timelines, mentions, and search queries directly into your app for analytics and content tracking.

Does this Twitter API integration handle rate-limiting and error management for bots?

This Twitter API integration defines explicit rate-limiting handling, error management, and security best practices. It is designed for developers building bots and tools that require regular access to X content.

Do I need OAuth credentials to access engagement metrics from X?

You need OAuth credentials to access engagement metrics from X. The integration supports both OAuth 1.0a user context and OAuth 2.0 Bearer Token methods to authenticate and retrieve analytics data.