xurl

Send authenticated requests to the X API v2 via command-line interface.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/JiayueMeng128/OpenClaw2Androidtrying --skill xurl-jiayuemeng128
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xurl
Source: https://github.com/JiayueMeng128/OpenClaw2Androidtrying/tree/main/openclaw/skills/xurl
Command: npx skills add https://github.com/JiayueMeng128/OpenClaw2Androidtrying --skill xurl-jiayuemeng128

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies interactions with the X (formerly Twitter) API, allowing users to perform various actions without needing to manually construct API requests.

Core Features & Use Cases

  • Post Management: Create, reply to, quote, and delete posts.
  • Content Consumption: Read posts, search for content, and view timelines/mentions.
  • User & Social Graph: Manage follows, view followers/following, and interact with user profiles.
  • Direct Messaging: Send and list direct messages.
  • Media Handling: Upload images and videos for posts.

Quick Start

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

You can post a tweet using the X API v2 by executing a shortcut command or raw curl-style request via this CLI interface. It supports creating, replying to, quoting, and deleting posts directly.

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

Yes, you can manage followers and send direct messages through the X API. This interface allows you to manage follows, view follower lists, list direct messages, and send DMs.

Does posting media to Twitter via the API require manual OAuth2 authentication?

Posting media requires manual user authentication via an OAuth2 flow outside the agent session. Once authenticated, you can upload images and videos for your posts.

What is the best way to search content and view timelines on X without building API requests manually?

The best way to search content and view timelines on X without manual API requests is using this CLI tool. It simplifies reading posts, searching for content, and viewing mentions.

Are there limitations to accessing raw v2 endpoints with this X API interface?

A limitation is that you must manually complete the OAuth2 user authentication flow outside the agent session. Afterward, you can access any v2 endpoint using raw curl-style requests.

How does xurl interact with the X API for social graph management?

Xurl interacts with the X API by providing a command-line interface for authenticated requests. It handles social graph management by allowing you to view followers, manage follows, and interact with profiles.