xbird-rest-api

Provide pay-per-request Twitter/X data access via HTTP with x402 micropayments.

15|4|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/checkra1neth/xbird-skill --skill xbird-rest-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xbird-rest-api
Source: https://github.com/checkra1neth/xbird-skill/tree/main/skills/xbird-rest-api
Command: npx skills add https://github.com/checkra1neth/xbird-skill --skill xbird-rest-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Backend services and autonomous agents often need Twitter/X data over HTTP without embedding credentials or maintaining state. This skill provides a stateless, pay-per-call API experience.

Core Features & Use Cases

  • Stateless API access to Twitter/X data via HTTP with per-request funding using x402 micropayments.
  • Supports authentication modes: stateless token and per-request headers.
  • Use cases include building backend services, AI agents, and integrations that require on-demand data access.

Quick Start

Generate a stateless token and call the REST API using the provided token.

Frequently Asked Questions about xbird-rest-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I access Twitter X data over HTTP without persistent credentials?

Access Twitter X data over HTTP without persistent credentials by using stateless tokens and x402 micropayments to govern per-request funding. This allows backend services to retrieve data on-demand without embedding long-term authentication.

What are x402 micropayments and how do they work for backend API access?

x402 micropayments enable pay-per-request API access by processing microtransactions on the Base mainnet. This mechanism allows backend services to fund individual HTTP calls to retrieve Twitter X data without upfront subscriptions or persistent state.

Can I use stateless tokens to fetch Twitter X data for autonomous agents?

Yes, autonomous agents can use stateless tokens to fetch Twitter X data. This skill provides programmatic integrations with per-request headers, ensuring agents can access data over HTTP without managing persistent session credentials.

How to generate a stateless token for Twitter X REST API requests?

To generate a stateless token for Twitter X REST API requests, initiate the token creation process provided by the skill, then call the REST API using the generated token to authorize your HTTP data retrieval.

Does this Twitter X API skill support encrypted credentials and per-request headers?

Yes, the Twitter X API skill supports encrypted credentials and per-request headers. These features secure your authentication flow while maintaining stateless API access for backend services and AI agents.

When should I avoid pay-per-use micropayments for Twitter X data retrieval?

Avoid pay-per-use micropayments for Twitter X data retrieval if your backend services require persistent credentials or cannot integrate Base mainnet microtransaction flows, as this skill relies entirely on stateless per-request funding.