xurl

Post tweets, replies, quotes, and direct messages via the X API v2 CLI.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/winsorllc/upgraded-carnival --skill xurl-winsorllc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xurl
Source: https://github.com/winsorllc/upgraded-carnival/tree/main/.pi/skills/xurl
Command: npx skills add https://github.com/winsorllc/upgraded-carnival --skill xurl-winsorllc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a command-line interface to interact with the X (Twitter) API, enabling users to manage their social media presence programmatically.

Core Features & Use Cases

  • Post Tweets: Publish new tweets, including text and media.
  • Engage with Content: Reply to tweets, quote tweets, and send direct messages.
  • Information Retrieval: Search for tweets, retrieve user information, and view follower/following lists.
  • Account Management: Follow and unfollow users.
  • Use Case: Automate the posting of daily updates, monitor brand mentions, or engage with followers based on specific triggers.

Quick Start

Use the xurl skill to post the tweet "Hello X API!".

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 using the X API v2?

You can automate posting tweets via the X API v2 by executing authenticated CLI commands to publish text and media. This enables deterministic task execution for scheduling daily updates without manual web interface interaction.

What do I need to send direct messages through the X API?

To send direct messages via the X API, you need valid X API credentials and the xurl CLI tool installed. These prerequisites allow your environment to authenticate requests and execute messaging commands programmatically.

Can I retrieve user information and follower lists from Twitter via command line?

Yes, you can retrieve Twitter user information and follower lists via command line by passing search and lookup parameters to the CLI. The tool returns user data and follower relationships directly in your terminal environment.

Does the xurl CLI tool support quoting and replying to tweets?

Yes, the xurl CLI tool supports quoting and replying to tweets through authenticated X API v2 requests. You can engage with existing content by specifying target tweet IDs in your command parameters.

What is the best way to search for tweets programmatically for brand monitoring?

The best way to search for tweets programmatically for brand monitoring is using a CLI interface for the X API v2. It allows automated, authenticated search queries to retrieve relevant mentions based on specific triggers.