xurl

Provide a command-line interface for authenticated X API v2 requests.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/planetazuzu/planetazuzu-memory --skill xurl-planetazuzu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xurl
Source: https://github.com/planetazuzu/planetazuzu-memory/tree/main/skills/openclaws-kb/skills/xurl
Command: npx skills add https://github.com/planetazuzu/planetazuzu-memory --skill xurl-planetazuzu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies complex interactions with the X (formerly Twitter) API, allowing users to perform a wide range of actions without needing to write raw API calls.

Core Features & Use Cases

  • Post Management: Create, reply to, quote, and delete posts.
  • Data Retrieval: Search for posts, view timelines, and get user information.
  • Social Actions: Follow, unfollow, like, repost, and manage DMs.
  • Media Handling: Upload images and videos.
  • Raw API Access: Supports direct calls to any X API v2 endpoint.

Quick Start

Post a message to X by running the command: xurl post "Hello from the xurl skill!"

Frequently Asked Questions about xurl

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate posting to X without writing raw API calls?

You can automate posting to X by using a command-line interface that handles authenticated requests to X API v2, allowing you to execute shortcut commands to publish messages directly without writing raw API calls.

What do I need to authenticate my X API requests?

To authenticate X API requests, you must manually run an oauth2 command. This securely handles your credentials and stores them locally in a hidden directory for subsequent automated interactions.

Can I search posts and manage social connections on X via CLI?

Yes, you can search posts and manage social connections on X via CLI. The interface provides shortcut commands for searching posts, viewing timelines, following or unfollowing users, and liking or reposting content.

Does the tool support uploading media to the X API?

Yes, the tool supports uploading media to the X API. You can upload both images and videos as part of your social media automation workflow using the provided command-line shortcut commands.

How do I access unsupported X API v2 endpoints?

You can access any X API v2 endpoint using raw curl-style access provided by the interface. This allows direct calls to endpoints even if they do not have dedicated shortcut commands implemented.