xurl

Interact with the X API v2 via command-line shortcuts and raw curl-style requests.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/storyclaw-official/storyclaw-assistant --skill xurl-storyclaw-official
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xurl
Source: https://github.com/storyclaw-official/storyclaw-assistant/tree/main/skills/xurl
Command: npx skills add https://github.com/storyclaw-official/storyclaw-assistant --skill xurl-storyclaw-official

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies making authenticated requests to the X (Twitter) API, allowing you to post, reply, search, and manage your X presence without complex API configurations.

Core Features & Use Cases

  • API Interaction: Post tweets, reply to existing posts, quote tweets, and delete your own posts.
  • Data Retrieval: Search for posts, read individual posts, view user profiles, and access timelines.
  • Social Management: Follow/unfollow users, manage DMs, bookmark posts, and handle media uploads.
  • Use Case: Automatically post daily updates to X, respond to mentions, or search for specific hashtags related to your industry.

Quick Start

Use the xurl skill to post "Hello from my AI assistant!" to X.

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

You can automate posting tweets to X by using a CLI utility that provides shortcut commands for the X API v2. This allows you to schedule and publish posts directly from your terminal without manual web interface interaction.

Can I search and retrieve posts from X using a command-line interface?

Yes, you can search and retrieve posts from X using a command-line interface. The utility supports searching for specific posts, reading individual tweets, viewing user profiles, and accessing timelines through authenticated API v2 endpoints.

What do I need to authenticate with the X API for automated social media management?

To authenticate with the X API for automated social media management, you need the xurl CLI utility and must manually complete OAuth2 user authentication. This ensures secure access for posting, replying, and managing your account.

Does this CLI tool support raw curl-style requests to any X API v2 endpoint?

Yes, the CLI tool supports raw curl-style requests to any X API v2 endpoint. In addition to common shortcut commands for posting and searching, you can directly access any v2 endpoint for custom API interactions and data retrieval.

Can I manage direct messages and follow relationships through the X API command line?

Yes, you can manage direct messages and follow relationships through the X API command line. The utility supports social management features including following and unfollowing users, handling DMs, and bookmarking posts.

What are the limitations of using a CLI for X API interactions compared to a full integration?

Using a CLI for X API interactions requires manual OAuth2 user authentication and the specific xurl utility to be installed. While it supports common actions like posting and searching, complex integrations may require custom raw curl-style endpoint access.