xurl

Manage X API v2 interactions from a command-line interface.

16|1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/Flexasaurusrex/OpenPaw --skill xurl-flexasaurusrex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xurl
Source: https://github.com/Flexasaurusrex/OpenPaw/tree/main/skills/xurl
Command: npx skills add https://github.com/Flexasaurusrex/OpenPaw --skill xurl-flexasaurusrex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a command-line interface for interacting with the X (formerly Twitter) API, enabling users to perform a wide range of actions directly from their terminal without complex coding.

Core Features & Use Cases

  • Post Management: Create, reply to, quote, and delete tweets.
  • Data Retrieval: Search for posts, read user timelines, view mentions, and get user information.
  • Social Actions: Follow, unfollow, like, unlike, repost, bookmark, block, mute users, and manage direct messages.
  • Media Handling: Upload images and videos for use in posts.
  • Raw API Access: Supports direct access to any X API v2 endpoint for advanced use cases.

Quick Start

Use the xurl skill to post "Hello world!" to X.

Frequently Asked Questions about xurl

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

FAQPage Schema
How do I post tweets from the command line using the X API?

Search the X API v2 from your terminal by using the search function within this CLI. It supports retrieving posts, reading user timelines, and viewing mentions without requiring complex coding or external libraries.

Can I manage followers and direct messages through the X API via CLI?

Yes, you can manage followers and direct messages through the X API via CLI. The tool supports following, unfollowing, blocking, muting, and sending direct messages directly from your terminal interface.

How do I authenticate with the X API v2 using a command-line interface?

Authenticate with the X API v2 by running the manual oauth2 authentication flow provided by the CLI. Your credentials are then securely stored in a local configuration directory for subsequent terminal interactions.

Does this CLI tool support uploading media to the X API for posts?

Yes, this CLI tool supports uploading media to the X API for posts. You can upload images and videos directly from your terminal to attach to your tweets, quotes, or replies without writing custom code.

What are the limitations of using raw API endpoint access for X automation?

Raw API endpoint access for X automation allows direct calls to any X API v2 endpoint but requires manual user authentication. You must handle credential security carefully and ensure exact endpoint syntax to avoid execution errors.