x-api

Post tweets and threads and read timelines via the X API.

1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/samymity/bridge-ventures-backend --skill x-api-samymity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-api
Source: https://github.com/samymity/bridge-ventures-backend/tree/main/.claude/skills/x-api
Command: npx skills add https://github.com/samymity/bridge-ventures-backend --skill x-api-samymity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the manual effort of posting to X and scraping timelines by providing programmatic, authenticated access to publish tweets or threads and retrieve/search account content.

Core Features & Use Cases

  • Tweet and Thread Posting: Create single tweets and multi-tweet threads using the required OAuth user-context flow.
  • Timeline Reading and Searching: Fetch user timelines and run recent search queries for content, mentions, or conversations.
  • Analytics and Monitoring: Retrieve tweet/user fields (e.g., public metrics) and handle operational needs like rate limiting and error responses.

Quick Start

Use the x-api skill to post a tweet to X on behalf of a user by providing your OAuth 1.0a credentials and the tweet text you want published.

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

To post tweets and threads programmatically via the X API, you use this Skill with OAuth 1.0a user context credentials to authenticate write actions and publish multi-tweet content automatically.

What OAuth credentials do I need to read and search X timelines?

To read and search X timelines, you need an OAuth 2.0 bearer token for read-only access and public search operations, while writing actions require OAuth 1.0a user context authentication.

Can I retrieve public metrics and engagement data from the X API?

Yes, you can retrieve public metrics and engagement data from the X API by fetching specific tweet and user fields, enabling analytics-driven monitoring across public and user-context operations.

How does rate limiting work when automating tweet posting and timeline reading?

When automating tweet posting and timeline reading, runtime rate limiting is handled automatically by the Skill, managing HTTP error responses to ensure robust API operation without hitting access limits.

What's the best way to automate cross-posting workflows to X?

The best way to automate cross-posting workflows to X is using this Skill to programmatically publish content via API, supporting bot scenarios and automated content publishing with robust error management.