xurl

Manage X API v2 interactions including auth, posting, searching, messaging via CLI.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/hammadparveez/mrhammadclaw --skill xurl-hammadparveez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xurl
Source: https://github.com/hammadparveez/mrhammadclaw/tree/main/skills/xurl
Command: npx skills add https://github.com/hammadparveez/mrhammadclaw --skill xurl-hammadparveez

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies complex interactions with the X (Twitter) API, allowing users to perform actions like posting, replying, searching, and managing their account without needing to directly handle API authentication or complex request formatting.

Core Features & Use Cases

  • Post & Reply: Easily publish tweets, reply to existing posts, and quote tweets.
  • Content Discovery: Search for posts, users, and trends using powerful query parameters.
  • Account Management: Follow/unfollow users, manage DMs, and interact with posts (like, bookmark, repost).
  • Use Case: Automatically post daily updates, respond to customer inquiries, or monitor brand mentions on X.

Quick Start

Use the xurl skill to post "Hello X world!" to your timeline.

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 using the X API v2 by utilizing a command-line interface that handles OAuth 2.0 authentication and request formatting, letting you publish posts, reply, and quote tweet directly from your terminal.

Can I search for users and trends on X without writing raw API requests?

Yes, you can search for users and trends on X using human-friendly shortcut commands instead of raw API requests, simplifying content discovery and query parameter handling for your searches.

How does OAuth 2.0 authentication work for X API command line interactions?

OAuth 2.0 authentication for X API command line interactions is managed automatically by the utility, abstracting away the complex token handling so you can securely manage your account, post updates, and send direct messages.

Do I need to install any specific dependencies to manage X direct messages and media uploads?

Yes, you need to install the required xurl CLI utility to manage X direct messages and media uploads, which serves as the underlying engine for executing your account management and engagement commands.

What is the best way to monitor brand mentions on X via the API?

The best way to monitor brand mentions on X via the API is using CLI shortcut commands to search for specific posts and trends, allowing you to easily track and interact with relevant content without manual request formatting.

Can I use raw curl-style requests for X platform engagement if shortcuts are not enough?

Yes, you can use raw curl-style requests for X platform engagement if the human-friendly shortcut commands are not enough, providing flexibility for advanced API interactions and custom query parameters.