What problem does it solve?
This Skill removes the friction of manually composing and sending authenticated HTTP requests to the X API for common social actions, so you can reliably perform posting, reading, and engagement tasks from an agent or terminal workflow.
Core Features & Use Cases
- Authenticated X API access (CLI): Executes X API v2 requests using the user’s local credentials setup, returning JSON to stdout for easy automation.
- High-level social actions: Supports posting, replying, quoting, deleting, searching, timelines, likes/reposts/bookmarks, and follower/DM operations.
- Raw endpoint mode: Allows curl-style requests to any X API v2 endpoint, including streaming endpoints, when you need something beyond the shortcuts.
Quick Start
Run the xurl command to post a message: xurl post "Hello world!".