x-api

Post tweets, read timelines, and search conversations via the X API.

3|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/rlagycks/oh-my-forge --skill x-api-rlagycks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-api
Source: https://github.com/rlagycks/oh-my-forge/tree/main/.agents/skills/x-api
Command: npx skills add https://github.com/rlagycks/oh-my-forge --skill x-api-rlagycks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, requests_oauthlib, and includes scripts (resource) components.

What problem does it solve?

This Skill enables programmatic interaction with Twitter (X) for posting tweets, threads, reading timelines, and performing searches, streamlining social media management.

Core Features & Use Cases

  • Automated Tweet Posting: Publish single tweets or entire threads automatically.
  • Timeline and User Data Access: Read recent tweets from user timelines and search for trending conversations.
  • Use Case: A user wants to post a promotional thread about a new product launch or gather analytics on engagement metrics for their account.

Quick Start

Use the X API skill to post a tweet with the message "Hello Twitter from AI".

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 retrieve timeline data via API?

This Skill automates Twitter posting and timeline data retrieval by executing scripts that handle OAuth authentication to securely publish tweets, read user timelines, and perform searches programmatically.

Can I post an entire Twitter thread automatically instead of single tweets?

Yes, you can post an entire Twitter thread automatically. The automation scripts support publishing both single tweets and full threads sequentially, streamlining social media management for product launches or announcements.

Do I need OAuth credentials to use Twitter API automation scripts?

Yes, you need OAuth credentials to use Twitter API automation scripts. The scripts require OAuth 2.0 or OAuth 1.0a authentication methods to ensure secure API access for both reading timelines and writing tweets.

Does this Twitter automation tool support engagement tracking and analytics?

Yes, this Twitter automation tool supports engagement tracking and analytics. It provides data retrieval functions to gather analytics on engagement metrics, monitor trending conversations, and track account interactions.

What's the best way to search for trending conversations on Twitter programmatically?

The best way to search for trending conversations on Twitter programmatically is by using automation scripts that authenticate via OAuth and execute search queries to retrieve relevant real-time tweet data.