xurl

Authenticate and interact with the X API v2 from the command line.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/Solitude01/proiect-new --skill xurl-solitude01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xurl
Source: https://github.com/Solitude01/proiect-new/tree/main/%E5%88%9B%E6%84%8F/%E9%A3%9E%E7%89%9B/OPENCLAW/openclaw/openclaw/skills/xurl
Command: npx skills add https://github.com/Solitude01/proiect-new --skill xurl-solitude01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

X API automation from the terminal, enabling authenticated interactions for posting, reading, and managing engagement without a browser.

Core Features & Use Cases

  • Perform posts, replies, quotes, reads, DMs, likes, follows, and media uploads against the X API v2 from the command line.
  • Authenticate once and reuse tokens to automate scripts, CI pipelines, and workflows with minimal setup.
  • Use cases include content publishing, analytics retrieval, and workflow automation across X.

Quick Start

Post a tweet using the xurl CLI after configuring authentication.

Frequently Asked Questions about xurl

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

FAQPage Schema
How do I automate X API v2 actions from the command line?

You can automate X API v2 actions from the command line by using a CLI tool that performs authenticated posts, reads, and engagement management. This allows you to execute API interactions directly within terminal scripts.

Can I post tweets and upload media using a CLI without a browser?

Yes, you can post tweets, replies, quotes, and upload media without a browser by running CLI commands against the X API v2. This enables fully automated content publishing from your terminal.

What do I need to set up before authenticating X API v2 CLI automation?

Before authenticating X API v2 CLI automation, you need to obtain prior authentication tokens and configure them locally. Secure handling of these stored tokens is required to prevent credential leakage.

Does the X API CLI support both raw API calls and shortcut commands?

Yes, the X API CLI supports both raw API calls and shortcut CLI commands for managing engagement. This allows flexible interactions using either per-user or per-app contexts for your automation workflows.

How can I reuse X API authentication tokens for CI pipelines?

You can reuse X API authentication tokens for CI pipelines by authenticating once and securely storing the tokens locally. This setup minimizes configuration overhead for automated workflow scripts.

What are the limitations of using a CLI for X API automation?

A limitation of using a CLI for X API automation is the strict requirement for secure local token storage to prevent credential leakage. Additionally, all interactions depend entirely on prior successful authentication.