xurl

Authenticate CLI access to X API v2 for posting and managing content.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Authenticated CLI access to the X API v2 enables developers to post, read, and manage posts, replies, DMs, and other interactions without a browser, reducing workflow friction and enabling automation from the terminal.

Core Features & Use Cases

  • One-line commands for posting, reading, following, liking, messaging, and managing content on X directly from the terminal.
  • Raw HTTP access to any X API v2 endpoint via curl-style requests for advanced or custom workflows.
  • Secure, per-app credentials and local token storage, with built-in safety practices to avoid credential leakage.

Quick Start

Authenticate with xurl and start issuing one-liner commands or raw HTTP requests to any X API v2 endpoint.

Frequently Asked Questions about xurl

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

FAQPage Schema
How do I post to the X API v2 from the command line?

You can post to the X API v2 from the command line using xurl by issuing one-line CLI commands after authenticating with your app credentials. It enables posting, reading, and managing content directly from the terminal without a browser.

Can I send raw HTTP requests to X API v2 endpoints via CLI?

Yes, you can send raw HTTP requests to any X API v2 endpoint using curl-style commands supported by xurl. This enables advanced or custom workflows directly from your terminal interface.

Where are X API authentication tokens stored locally?

X API authentication tokens are stored locally at the ~/.xurl directory. Xurl enforces secret safety and per-app credential management to prevent credential leakage during CLI operations.

Do I need a browser to manage X API posts and replies?

No, you do not need a browser to manage X API posts and replies. Xurl provides authenticated CLI access to the X API v2, reducing workflow friction and enabling terminal-based automation.

What is the best way to automate X API interactions without a browser?

The best way to automate X API interactions without a browser is using a CLI tool like xurl. It provides one-line commands for liking, following, and messaging, alongside raw HTTP access for custom X API v2 workflows.

Does xurl support managing multiple X app credentials?

Yes, xurl supports managing multiple X app credentials with secure, per-app credential management. It enforces built-in safety practices to avoid credential leakage while accessing the X API v2.