x-api

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

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/sakamoto-family-smile/agent_monorepo --skill x-api-sakamoto-family-smile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-api
Source: https://github.com/sakamoto-family-smile/agent_monorepo/tree/main/.claude/skills/ecc/x-api
Command: npx skills add https://github.com/sakamoto-family-smile/agent_monorepo --skill x-api-sakamoto-family-smile

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interacting with X (Twitter) via code can be brittle and manual, requiring ad-hoc scripting or manual token handling. This skill provides a structured, programmatic way to post tweets, read timelines, search content, and perform analytics, streamlining social automation while handling authentication and rate limits.

Core Features & Use Cases

  • Programmatic posting of tweets and threads using OAuth workflows
  • Reading timelines, mentions, and user data for dashboards and analytics
  • Searching Tweets for content, trends, and conversations, with rate-limit awareness

Quick Start

Connect to X API with the appropriate OAuth credentials and begin posting or querying data.

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 programmatically using the X API?

To post tweets programmatically, this skill uses OAuth 1.0a authentication for write operations, enabling automated tweet and thread posting while handling platform-specific content formatting and rate limits.

Can I read X timelines and mentions for a social analytics dashboard?

Yes, you can read X timelines, mentions, and user data for analytics dashboards using OAuth 2.0 Bearer Token authentication, which supports structured data retrieval for social content and customer engagement metrics.

What is the best way to automate X searches and trend monitoring?

The best way to automate X searches is by programmatically querying tweet content and conversations with built-in rate-limit awareness, allowing you to continuously monitor trends without hitting API thresholds.

Does this X API integration handle authentication and rate limits automatically?

Yes, this X API integration handles authentication automatically by managing OAuth 2.0 Bearer Tokens for read operations and OAuth 1.0a for write operations, while actively processing rate-limit boundaries to prevent disruption.

Why does my automated Twitter bot fail when posting threads?

Automated Twitter posting fails when OAuth 1.0a credentials are improperly configured or rate limits are exceeded. This skill streamlines social automation by structuring token handling and managing rate limits for threads.

Do I need OAuth credentials to search tweets and read user data?

Yes, you need OAuth 2.0 Bearer Token credentials to search tweets and read user data programmatically, while posting tweets requires OAuth 1.0a authentication to authorize write operations on the X platform.