x-api

Automate X API v2 content posting, timeline reading, search, and analytics retrieval.

Updated May 9, 2026
One-click install
npx skills add https://github.com/kk20300113-png/my-claude-skills --skill x-api-kk20300113-png
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: x-api
Source: https://github.com/kk20300113-png/my-claude-skills/tree/main/x-api
Command: npx skills add https://github.com/kk20300113-png/my-claude-skills --skill x-api-kk20300113-png

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually managing X/Twitter content, tracking engagement metrics, and monitoring platform conversations is slow and inefficient. This Skill removes that friction by enabling seamless, programmatic access to all core X API functionality.

Core Features & Use Cases

  • Full Platform Coverage: Supports posting single tweets and threaded content, reading user timelines, searching public posts, retrieving user profiles, and pulling engagement analytics.
  • Secure Authentication: Implements both OAuth 2.0 Bearer Token (for read-heavy operations) and OAuth 1.0a (for write operations like posting) patterns with security best practices.
  • Use Case: A social media manager can use this Skill to automatically schedule and post weekly product update threads, track like and retweet counts for campaign posts, and monitor brand mentions across X without manual platform navigation.

Quick Start

Use the x-api skill to post a 3-tweet thread announcing your new product feature to your connected X account.

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 tweet threads via the X API?▼

Automate Twitter posting by using this Skill to programmatically interact with the X API v2, enabling the automatic scheduling and publishing of single tweets or threaded content to a connected account.

Does X API integration require OAuth for reading timelines and searching public posts?▼

X API integration requires secure authentication using OAuth 2.0 Bearer Tokens for read-heavy operations like reading timelines and searching public posts, while write operations require OAuth 1.0a protocols.

Can I retrieve engagement analytics and track brand mentions across X automatically?▼

Retrieve engagement analytics automatically by pulling metrics like like and retweet counts for campaign posts, and monitor brand mentions across X without manual platform navigation.

What's the best way to handle rate limits and errors when automating social media workflows?▼

Handle rate limits and errors when automating social media workflows by leveraging this Skill's built-in error resilience and rate limit handling designed specifically for X API v2 operations.

Does this API integration support media upload for content distribution workflows?▼

This API integration supports media upload alongside core X API v2 operations, facilitating comprehensive content distribution workflows that require attaching media to automated social media posts.