xurl

Send authenticated requests to X API v2 endpoints via the xurl CLI.

12|3|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/ApiliumCode/mayros --skill xurl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xurl
Source: https://github.com/ApiliumCode/mayros/tree/main/skills/xurl
Command: npx skills add https://github.com/ApiliumCode/mayros --skill xurl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies complex interactions with the X (Twitter) API, allowing users to perform a wide range of actions without needing to write intricate API request code.

Core Features & Use Cases

  • Post Management: Create, reply to, quote, and delete tweets.
  • Data Retrieval: Search for posts, read user timelines, and get user information.
  • Social Actions: Like, unlike, repost, follow, unfollow, block, and mute users.
  • Direct Messaging: Send and list direct messages.
  • Media Handling: Upload images and videos for use in posts.
  • Raw API Access: Supports direct calls to any X API v2 endpoint for advanced use cases.

Quick Start

Use the xurl skill to post "Hello from Mayros!" 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 automatically using the X API from the command line?

You can post tweets using the X API by executing shortcut commands through the xurl CLI utility, which manages authenticated OAuth2 requests to create, reply to, or quote posts directly from your terminal.

Can I upload media and send direct messages through the X API v2 without writing integration code?

Yes, you can upload media and send direct messages by using the provided CLI shortcut commands for the X API v2, allowing you to handle media attachments and social interactions without manual API request coding.

Do I need OAuth2 authentication to manage followers and timelines with the X API?

Yes, OAuth2 user authentication is required to manage followers, read user timelines, and perform social actions like blocking or muting, ensuring secure authenticated requests to X API v2 endpoints.

What is the best way to access raw X API v2 endpoints for advanced social media automation?

The best way to access raw X API v2 endpoints for advanced automation is using curl-style raw API access, which enables direct authenticated calls to any v2 endpoint beyond the standard shortcut commands.

Does the xurl CLI utility support searching posts and retrieving user information from X?

Yes, the xurl CLI utility supports data retrieval by allowing you to search for posts, read user timelines, and fetch user information through authenticated requests to the X API v2.