x-api

Post tweets, read timelines, and collect engagement metrics via X API.

3|2|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/agentmatters/mullai-bot --skill x-api-agentmatters
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-api
Source: https://github.com/agentmatters/mullai-bot/tree/main/src/Mullai.Skills/Skills/claude-code-everything/x-api
Command: npx skills add https://github.com/agentmatters/mullai-bot --skill x-api-agentmatters

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables seamless programmatic interaction with X for posting tweets, threads, reading timelines, searching content, and analytics, removing the need for manual UI actions.

Core Features & Use Cases

  • Post tweets and threads programmatically, handling content formatting and replies.
  • Read user timelines, mentions, and search results for analytics and automation.
  • Build integrations or bots that monitor signals on X and trigger actions in your apps.

Quick Start

Configure your X credentials and run a simple test to verify the integration.

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?

To post tweets and threads programmatically, this Skill handles content formatting, replies, and authentication automatically. It removes manual UI actions by managing OAuth 1.0a and OAuth 2.0 authentication workflows.

What is the best way to read X timelines and search content for automation?

The best way to read X timelines and search content is using this Skill to programmatically fetch mentions and results. It enables automated analytics and bot integrations by monitoring signals and triggering actions.

Do I need OAuth to collect engagement metrics from X programmatically?

Yes, you need OAuth to collect engagement metrics from X programmatically. This Skill satisfies authentication via OAuth 1.0a and OAuth 2.0, ensuring secure access to analytics and timeline data.

How does rate limit awareness work when reading user timelines?

Rate limit awareness when reading user timelines prevents API throttling by handling errors robustly. This Skill applies built-in rate limit awareness to ensure continuous programmatic interaction without interruptions.

Can I build a bot that monitors X mentions and triggers actions in my app?

Yes, you can build a bot that monitors X mentions and triggers actions in your app. This Skill enables programmatic interaction to read mentions, search content, and collect engagement metrics automatically.