x-api

Automates posting, timeline reading, and searching for the X/Twitter API with OAuth support.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/zh667/person-blog --skill x-api-zh667
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-api
Source: https://github.com/zh667/person-blog/tree/main/.cursor/.agents/skills/x-api
Command: npx skills add https://github.com/zh667/person-blog --skill x-api-zh667

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates programmatic interaction with X (Twitter) for posting, reading timelines, and searching, enabling developers to integrate X actions into apps without manual API calls.

Core Features & Use Cases

  • Post Tweets & Threads: Create tweets and threaded replies programmatically.
  • Read Timelines & Data: Fetch user timelines, mentions, and analytics-ready data.
  • Search & Analytics: Run queries and retrieve insights from X content for monitoring and automation.

Quick Start

Post a test tweet from your app by authenticating with OAuth credentials and sending a tweet payload to the Tweets endpoint.

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

You can automate posting tweets and threads programmatically by authenticating with OAuth credentials and sending tweet payloads to the API endpoint to create tweets and threaded replies.

How does OAuth authentication work for building X integrations?

OAuth authentication for X integrations requires supplying valid OAuth credentials to authorize your application, enabling secure access to read timelines and post tweets without manual API calls.

Can I fetch user timelines and mentions for analytics-ready data?

Yes, you can fetch user timelines and mentions to retrieve analytics-ready data, enabling monitoring and automation by reading timeline data directly through the API.

What's the best way to run search queries and retrieve insights from X content?

The best way to run search queries and retrieve insights from X content is by executing targeted searches through the API, returning results suitable for monitoring and analytics integration.

How do I handle rate limits when automating X integrations or bots?

The API handles rate-limit management internally, allowing you to automate X integrations, bots, and timeline reading tasks without manually tracking platform request thresholds.

Do I need manual API calls to build X integrations and bots?

No, you do not need manual API calls to build X integrations and bots; the API provides programmatic control for posting tweets, reading timelines, and searching content directly.