xurl

Authenticate with the X API and run common tasks via CLI.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/wuv-dreamguide/openclaw --skill xurl-wuv-dreamguide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xurl
Source: https://github.com/wuv-dreamguide/openclaw/tree/main/skills/xurl
Command: npx skills add https://github.com/wuv-dreamguide/openclaw --skill xurl-wuv-dreamguide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Launch and manage authenticated interactions with the X API from a local or remote environment, avoiding manual curl handling and credential exposure.

Core Features & Use Cases

  • Shortcut commands for common X API tasks (post, read, like, follow) with safe defaults.
  • Raw API access to any v2 endpoint using curl-like syntax for advanced use.
  • Real-world use: automate posting updates, replying, searching posts, and managing followers from CI or a dev machine.

Quick Start

Authenticate with xurl and perform a test read from your X account.

Frequently Asked Questions about xurl

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

FAQPage Schema
How do I automate authenticated X API requests from the command line?

Automate X API requests using a CLI that manages authenticated sessions and provides shortcut commands for posting, reading, and searching. It safely handles credentials while offering raw curl-style access to any X API v2 endpoint with deterministic error handling.

Can I post updates and manage followers using the X API v2 in CI pipelines?

Yes, you can post updates, reply, search posts, and manage followers from CI pipelines or a dev machine. The CLI provides high-level commands with safe defaults specifically designed for automating these common X API tasks securely.

What is the best way to avoid credential exposure when accessing the X API?

Avoid credential exposure when accessing the X API by using a dedicated CLI that enforces safe handling of authentication tokens and relies on an authenticated session. This prevents manual curl handling and protects sensitive credentials during API interactions.

Does xurl support raw curl-style access to any X API v2 endpoint?

Yes, xurl supports raw API access to any v2 endpoint using curl-like syntax for advanced use cases. This allows developers to interact with unsupported or custom X API endpoints directly while maintaining an authenticated session.

Do I need to manually configure curl headers for X API authentication?

No, you do not need to manually configure curl headers for X API authentication. The tool relies on an authenticated xurl session and enforces safe handling of credentials automatically, avoiding manual curl handling entirely.