x-api

Post content, read timelines, search posts, and track engagement on X via OAuth.

Updated May 14, 2026
One-click install
npx skills add https://github.com/WUIX69/e-lock --skill x-api-wuix69
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-api
Source: https://github.com/WUIX69/e-lock/tree/main/.agent/.agents/skills/x-api
Command: npx skills add https://github.com/WUIX69/e-lock --skill x-api-wuix69

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It streamlines programmatic work with X so you can post, read, search, and analyze content without hand-crafting API flows.

Core Features & Use Cases

  • Posting content: Publish single tweets, threads, and media posts through authenticated write flows.
  • Reading and discovery: Pull timelines, look up users, and search recent public conversations.
  • Analytics and automation: Monitor public metrics, handle rate limits, and build reliable social workflows or bots.

Quick Start

Ask the skill to draft an authenticated X workflow for posting a thread, searching recent posts, or fetching timeline analytics.

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

Automate posting tweets and threads by using authenticated write flows through OAuth 1.0a user context. This allows you to publish single tweets, threads, and media posts without hand-crafting the API requests yourself.

What OAuth authentication do I need for searching posts and reading timelines?

Searching posts and reading timelines requires OAuth 2.0 bearer tokens for accessing public data. Authenticated operations like posting content additionally require OAuth 1.0a user context for secure write actions.

Can I fetch timeline analytics and track engagement metrics for recent posts?

Yes, you can fetch timeline analytics and track public engagement metrics. The skill monitors public metrics and applies rate-limit awareness to ensure reliable social workflows and analytics retrieval.

What is the best way to look up users and search recent public conversations on X?

The best way to look up users and search conversations is through read-only API operations. The skill handles user lookups and searches recent public posts by managing programmatic interaction and rate limits automatically.

Do I need to handle API rate limits manually when building X automation workflows?

No, you do not need to handle rate limits manually. The skill includes built-in rate-limit awareness and safe token handling to build reliable bots and social workflows without hitting request walls.