x-api

Post tweets, read timelines, and analyze engagement via the X API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/lllooollpp/solopreneur- --skill x-api-lllooollpp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-api
Source: https://github.com/lllooollpp/solopreneur-/tree/main/solopreneur/data/skills/x-api
Command: npx skills add https://github.com/lllooollpp/solopreneur- --skill x-api-lllooollpp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Post and manage content on X programmatically, enabling automation of tweets, threads, and data retrieval to power bots, dashboards, and workflows.

Core Features & Use Cases

  • Post a Tweet
  • Post a Thread
  • Read User Timeline
  • Search Tweets
  • Get User by Username
  • Upload Media and Post

Quick Start

Configure your X credentials in the environment and ask the AI to post a tweet.

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 on X programmatically?

To automate posting tweets and threads, you use an X API integration that authenticates via OAuth 1.0a or OAuth 2.0 bearer tokens. It handles rate limits and common API errors to publish content programmatically.

Can I read user timelines and search tweets for analytics using the X API?

Yes, you can read user timelines and search tweets for analytics using the X API. It retrieves timeline data and search results programmatically to power dashboards and engagement analysis.

What OAuth credentials do I need to interact with the X API for social posting?

To interact with the X API for social posting, you need OAuth 1.0a or OAuth 2.0 bearer tokens. The integration reads these credentials from environment variables to authenticate requests.

How do I upload media and post it to Twitter through an automation workflow?

You upload media and post it to Twitter by calling the API's media upload and status update endpoints within your automation workflow. This requires valid OAuth credentials configured in your environment variables.

Does the X API integration handle rate limits and common API errors for bots?

Yes, the X API integration handles rate limits and common API errors for bots. It manages these constraints automatically so automation workflows and timeline management agents operate reliably.

What is the best way to get user data by username on X for programmatic dashboards?

The best way to get user data by username on X is using an API integration that retrieves account details programmatically. This fetches specific user profiles to populate dashboards and analytics workflows.