xurl

Authenticate and manage X API v2 requests via the xurl CLI.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Luzzer/Kraken --skill xurl-luzzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xurl
Source: https://github.com/Luzzer/Kraken/tree/main/skills/xurl
Command: npx skills add https://github.com/Luzzer/Kraken --skill xurl-luzzer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Authenticated, scriptable access to the X API from the command line eliminates manual browser-based tasks and accelerates automation of posting, reading, and managing interactions.

Core Features & Use Cases

  • CLI-based authentication and requests to X API v2 endpoints for posts, replies, searches, reads, DMs, and media uploads.
  • Multi-app / multi-user support to manage different accounts and contexts without switching tools.
  • Script-friendly JSON output and shortcut commands that enable automation and integration into workflows.

Quick Start

Post a tweet using xurl via 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 v2 interactions from the command line?

Automate X API v2 interactions from the command line using the xurl CLI to execute authenticated requests for posting, reading, and searching. It outputs script-friendly JSON to streamline terminal-based automation workflows.

Can I manage multiple X accounts from a single CLI tool?

Manage multiple X accounts from a single CLI tool using xurl, which supports multi-app and multi-user workflows. This allows switching contexts and managing different accounts without changing tools.

Does xurl require external secret management for API authentication?

xurl requires proper secret management for API authentication outside the agent context. Users must securely store credentials locally to enforce user authentication before executing CLI commands.

What is the best way to script Twitter API posts and DMs via CLI?

Script Twitter API posts and DMs via CLI using xurl, which provides shortcut commands for X API v2 endpoints. It handles authentication and returns JSON output for easy integration into automated scripts.

What limitations exist when driving the X API from the terminal?

Limitations of driving the X API from the terminal include relying on the locally installed xurl CLI and requiring manual secret management outside the agent context. Users must ensure their local environment is properly configured.