xurl

Interact with the X API from the command line via shortcut commands or raw endpoints.

14|5|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/openclaw-easy/openclaw-easy-desktop --skill xurl-openclaw-easy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xurl
Source: https://github.com/openclaw-easy/openclaw-easy-desktop/tree/main/openclaw/skills/xurl
Command: npx skills add https://github.com/openclaw-easy/openclaw-easy-desktop --skill xurl-openclaw-easy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interact with the X API from the command line.

Core Features & Use Cases

  • Shortcut commands let you post, read, reply, quote, like, repost, follow, unfollow, and DM using simple, human-friendly actions.
  • Raw API access provides curl-style access to any X API v2 endpoint for advanced integrations.
  • Secure and portable authentication guidance ensures credentials stay local and safe on your machine, with support for both interactive and app-based workflows.

Quick Start

Authenticate locally and issue a tweet with a simple command.

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?

You can post tweets from the command line using the X API by issuing simple, human-friendly shortcut commands through a local xurl installation. This allows you to quickly publish content without writing full API requests.

Can I access any X API v2 endpoint with a curl-style command line tool?

Yes, you can access any X API v2 endpoint using raw curl-style API access provided by the tool. This enables advanced integrations and direct interaction with the X API from your terminal.

Do I need to authenticate locally to read timelines and send direct messages via the X API?

Yes, you need to authenticate locally with secure and portable sessions before reading timelines or sending direct messages. This ensures your credentials stay local and safe on your machine during interactive or app-based workflows.

Does this command line tool support uploading media and managing account actions like following?

Yes, the command line tool supports uploading media and managing account actions like following, unfollowing, liking, and reposting. These shortcut commands provide simple execution of core X API interactions.

What is the best way to safely manage X API credentials for terminal automation?

The best way to manage X API credentials for terminal automation is using secure, portable authentication guidance that keeps credentials local and safe. This supports both interactive and app-based workflows.

Can I install the X API command line tool using either brew or npm?

Yes, you can install the X API command line tool using either brew or npm package managers. Both installation methods are supported to set up the local environment required for authenticated sessions.