xurl

Automate authenticated X API v2 interactions from the command line.

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/aayushsoam/clawbot-plus --skill xurl-aayushsoam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xurl
Source: https://github.com/aayushsoam/clawbot-plus/tree/main/skills/xurl
Command: npx skills add https://github.com/aayushsoam/clawbot-plus --skill xurl-aayushsoam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables developers to perform authenticated operations against the X API directly from the command line, replacing manual curl workflows with a CLI-driven approach.

Core Features & Use Cases

  • Post, reply, quote, read, follow/unfollow, and send DMs on X API v2 endpoints.
  • Read timelines, search posts, upload media, and manage followers programmatically.
  • Access raw API endpoints and generate JSON-formatted results suitable for automation pipelines.

Quick Start

Install xurl and run it to post a tweet 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 v2 interactions from the command line?

Automating X API v2 interactions from the command line requires a CLI tool that manages authenticated credentials and outputs JSON to stdout. This approach replaces manual curl workflows and supports posting, searching, and managing followers programmatically.

What is the best way to post tweets using a CLI without writing curl commands?

The best way to post tweets using a CLI without curl is to use a purpose-built command line interface that authenticates against the X API v2. This allows you to execute post, reply, and quote commands directly while receiving JSON formatted responses for automation.

Do I need to provide my own X API credentials to manage DMs and followers via a CLI?

Yes, providing user-authenticated credentials on the host is required to manage DMs and followers via a CLI. The tool relies on these local credentials to authorize automated actions like sending direct messages and following accounts.

Can I access raw X API endpoints and still get JSON output for automation pipelines?

Yes, you can access raw X API endpoints and get JSON output for automation pipelines. The CLI supports both higher-level commands and raw API access, formatting all results as JSON to stdout for seamless integration.

Does this CLI tool support media uploads and timeline reading on the X API?

Yes, this CLI tool supports media uploads and timeline reading on the X API. It enables you to programmatically read timelines, search posts, and upload media across X API v2 endpoints using authenticated command line commands.