x-api

Post and retrieve X content and analytics via OAuth-authenticated API calls.

2|Updated Jul 1, 2026
One-click install
npx skills add https://github.com/CDO-07-New/TF4-AIO-03-foresight-lens-final --skill x-api-cdo-07-new
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-api
Source: https://github.com/CDO-07-New/TF4-AIO-03-foresight-lens-final/tree/main/.agents/skills/x-api
Command: npx skills add https://github.com/CDO-07-New/TF4-AIO-03-foresight-lens-final --skill x-api-cdo-07-new

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the complexity of building X integrations by handling authenticated posting, reading, search, and analytics workflows in one place.

Core Features & Use Cases

  • Authenticated Posting: Publish single tweets, threaded posts, and media-backed updates using user-context OAuth.
  • Timeline and Search Access: Read user timelines, search recent posts, and pull public content for monitoring or research.
  • Analytics and Reliability: Inspect engagement metrics, handle rate limits, and support safe error handling for production workflows.

Quick Start

Use the x-api skill to create an authenticated X workflow for posting a thread, reading a timeline, or analyzing recent engagement for a target account.

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?

You can post tweets programmatically by using this Skill to authenticate with OAuth 1.0a user context, enabling the creation of single tweets, threaded posts, and media-backed updates for social publishing workflows.

Can I read user timelines and search recent posts with OAuth 2.0?

Yes, you can read user timelines and search recent posts using OAuth 2.0 bearer tokens, allowing this Skill to retrieve public content for monitoring and research workflows.

What is the best way to analyze X content and engagement metrics?

The best way to analyze X content is using this Skill to inspect engagement metrics and retrieve public content, supporting analytics workflows while safely handling rate limits and API errors.

How do I handle X API rate limits and errors in production workflows?

You handle X API rate limits and errors using this Skill, which provides runtime processing of rate-limit headers and safe error handling designed for production monitoring and publishing workflows.

Does this X API integration support media upload for tweet posting?

Yes, this X API integration supports media upload alongside authenticated posting, allowing you to publish media-backed updates and threaded posts using OAuth 1.0a user context.