xurl

Automate X/Twitter posting, reading, and engagement via the official X API CLI.

2.8k|332|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/moltis-org/moltis --skill xurl-moltis-org
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: xurl
Source: https://github.com/moltis-org/moltis/tree/main/crates/skills/src/assets/social-media/xurl
Command: npx skills add https://github.com/moltis-org/moltis --skill xurl-moltis-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interact with X/Twitter via the official X API CLI to automate posting, reading, and engagement tasks without a browser.

Core Features & Use Cases

  • Command-line access to X API v2 for posting, replying, quoting, reading timelines, liking, reposting, bookmarking, following, and direct messaging.
  • Supports media uploads and raw endpoint access for advanced workflows; multi-app and token management across accounts.
  • Use Case: automate cross-account updates, monitor mentions, and respond to DMs from a script or agent.

Quick Start

Install the xurl binary via Homebrew or Go, authenticate using OAuth2, and start issuing commands such as xurl post "Hello" to publish a tweet.

Frequently Asked Questions about xurl

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

FAQPage Schema
How do I automate posting tweets from the command line?▼

Command line X API access allows automating tweets, replies, and reposts without a browser by installing the xurl binary via Homebrew or Go, authenticating with OAuth2, and running commands like `xurl post` to publish content directly.

Can I manage multiple X accounts and tokens using a CLI?▼

Yes, you can manage multiple X accounts and tokens using a CLI through multi-app and token management features, allowing you to automate cross-account updates and switch contexts within your terminal scripts.

Does xurl work on both macOS and Linux for Twitter automation?▼

Yes, xurl supports Twitter automation across Linux and macOS. You can install the binary via Homebrew or Go on either operating system to access and automate X API v2 endpoints.

How do I monitor mentions and reply to DMs via the X API?▼

You can monitor mentions and reply to DMs via the X API by using the xurl CLI to read timelines and send direct messages from a script or agent, automating engagement tasks without a browser.

What is needed to access raw X API v2 endpoints from a script?▼

To access raw X API v2 endpoints from a script, you need the xurl binary installed via Homebrew or Go and an authenticated OAuth2 session, enabling advanced workflows and media uploads directly from your terminal.