x-api

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

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/RUSHYOP/imperium-cli --skill x-api-rushyop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-api
Source: https://github.com/RUSHYOP/imperium-cli/tree/main/content/skills/x-api
Command: npx skills add https://github.com/RUSHYOP/imperium-cli --skill x-api-rushyop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables developers to interact with X programmatically for posting tweets, reading timelines, searching content, and deriving analytics, eliminating the need for manual, UI-based workflows.

Core Features & Use Cases

  • Post tweets and threads programmatically
  • Read user timelines and search for content
  • Analyze engagement metrics and trends
  • Securely manage OAuth authentication and tokens

Quick Start

Authenticate with OAuth (2.0 Bearer Token or OAuth 1.0a) and begin posting tweets, reading timelines, or performing searches via the X API.

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?

To post tweets and threads programmatically, authenticate using OAuth 2.0 Bearer Token or OAuth 1.0a, then send content requests via the X API to automate manual UI-based posting workflows.

What is the best way to read user timelines and search content on X?

The best way to read user timelines and search content is by interfacing with the X API to programmatically pull timeline data and search results, replacing manual UI-based content discovery.

Can I use OAuth 2.0 Bearer Token and OAuth 1.0a for X API authentication?

Yes, you can use OAuth 2.0 Bearer Token and OAuth 1.0a for X API authentication, as the interface supports both patterns alongside secure token storage and rate limit handling.

Does this support rate limit handling and error management for Twitter bots?

Yes, it supports rate limit handling and error management for Twitter bots, ensuring autonomous content engines and integrations can post tweets and read timelines without crashing.

How do I analyze engagement metrics and trends from my Twitter timeline?

You analyze engagement metrics and trends by reading user timelines and searching content through the X API, enabling programmatic analytics for your dashboards and integrations.