xurl

Automate authenticated X API v2 interactions via a CLI.

2|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/AG064/argentum --skill xurl-ag064
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xurl
Source: https://github.com/AG064/argentum/tree/main/skills/xurl
Command: npx skills add https://github.com/AG064/argentum --skill xurl-ag064

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate authenticated interactions with the X (Twitter) API via a CLI, removing the need for manual REST calls and browser-based workflows.

Core Features & Use Cases

  • Command-line access to post, reply, quote, read, search, like, follow, DM, and media upload on X API v2 endpoints.
  • Built-in authentication flows and local token storage to enable repeatable, secure API access without interactive login.
  • Suitable for automation, integration in agents, and data collection workflows over X.

Quick Start

Install and authenticate the xurl CLI on your machine, then run a sample X action using the CLI.

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 interactions from the command line?

Automate X API interactions via a CLI tool that handles posting, searching, and media uploads across X API v2 endpoints. This removes the need for manual REST calls and browser-based workflows in scripting or agent workflows.

Can I use command-line shortcuts for Twitter API v2 actions like replying and quoting?

Use command-line shortcuts for Twitter API v2 actions like replying and quoting to simplify complex REST requests. The tool also supports raw API access for direct endpoint interaction when needed.

Does the CLI handle Twitter API rate limits and authentication automatically?

The CLI handles Twitter API rate limits and authentication automatically by using built-in flows and local token storage. This enables secure, repeatable API access without requiring interactive logins for each execution.

What is the best way to integrate X API posting into agent workflows?

Integrate X API posting into agent workflows by executing CLI commands that output JSON directly. This structured output allows agents to parse responses and handle errors programmatically during automated data collection.

Are there limitations when automating direct messages and media uploads via the X API CLI?

Limitations when automating direct messages and media uploads via the X API CLI include encountering standard X API v2 rate limits. The tool handles these limits but remains bound by the underlying endpoint restrictions.