x-api

Post tweets and retrieve platform data via the X API with OAuth authentication.

1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/its-Basudeba/Care-HMS --skill x-api-its-basudeba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-api
Source: https://github.com/its-Basudeba/Care-HMS/tree/main/.agent/.agents/skills/x-api
Command: npx skills add https://github.com/its-Basudeba/Care-HMS --skill x-api-its-basudeba

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, requests_oauthlib.

What problem does it solve?

This skill removes the friction of manual social media management by enabling programmatic control over X (Twitter) operations, allowing for automated content distribution and data gathering.

Core Features & Use Cases

  • Automated Publishing: Post individual tweets or complex threads directly from your development environment.
  • Data Intelligence: Retrieve user timelines, search for specific trends, and track engagement metrics for analytics.
  • Use Case: Build a bot that automatically summarizes your latest project updates into a thread or monitors specific hashtags to gather market sentiment data.

Quick Start

Use the x-api skill to post a new tweet with the text Hello World to my connected 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 posting tweets and threads using the X API?

Automate posting tweets and threads by using programmatic interaction with the X API. This skill facilitates automated content distribution directly from your development environment to your connected account.

Does this skill support both OAuth 1.0a and OAuth 2.0 authentication for X API integration?

Yes, X API integration supports both OAuth 1.0a and 2.0 authentication patterns. This ensures secure account management and reliable read-only operations for retrieving platform data.

Can I retrieve user timelines and track engagement metrics for X analytics?

Retrieve user timelines and track engagement metrics for X analytics through data intelligence features. You can search for specific trends and gather platform data to monitor market sentiment.

How do I handle rate limits when managing automated social media tasks with the X API?

Handle X API rate limits through built-in rate-limit handling and error management. This implementation ensures reliable integration with X platform services during automated social media tasks.

Do I need the requests and requests_oauthlib libraries to build an X automation bot?

Yes, building an X automation bot requires the requests and requests_oauthlib libraries. These dependencies provide the foundation for OAuth authentication patterns and HTTP requests to X services.