xurl

Post, search, DM, and manage media on X via the xurl CLI.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/LamseyahElias/jarvis-cloud-v2 --skill xurl-lamseyahelias
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xurl
Source: https://github.com/LamseyahElias/jarvis-cloud-v2/tree/main/hermes-agent/skills/social-media/xurl
Command: npx skills add https://github.com/LamseyahElias/jarvis-cloud-v2 --skill xurl-lamseyahelias

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline X (Twitter) workflows by enabling posting, searching, direct messaging, and media operations from a single, scriptable CLI, reducing context-switching and manual browser tasks.

Core Features & Use Cases

  • Post, reply, quote, and delete posts on X using simple CLI commands.
  • Search timelines, mentions, and DMs, and access raw X API v2 endpoints for advanced workflows.
  • Manage multiple apps and accounts with safe credential handling (OAuth2 PKCE) and guardrails.

Quick Start

Install the CLI, authenticate with OAuth2 for your app, and post a test message using xurl post "Hello from Hermes!"

Frequently Asked Questions about xurl

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

FAQPage Schema
How do I automate Twitter posts from the command line?

Automate Twitter posts from the command line by using a scriptable CLI to execute X API v2 actions, enabling direct post creation, replies, and deletions within your terminal.

What is the best way to manage multiple X accounts via a CLI?

Manage multiple X accounts via a CLI using safe credential handling and OAuth2 PKCE authentication, providing guardrails to securely switch between apps for social-media workflows.

Can I search X timelines and direct messages without a browser?

Search X timelines and direct messages without a browser by running terminal commands that query the X API v2, returning results directly to your command line interface.

Does this CLI tool support raw X API v2 endpoint access?

Yes, the CLI tool supports raw X API v2 endpoint access, exposing both high-level commands for common social-media tasks and direct API routes for advanced data retrieval.

How do I authenticate an X automation script using OAuth2?

Authenticate an X automation script using OAuth2 PKCE by installing the CLI, initiating the secure login flow for your app, and granting permissions to post and manage media.