xurl

Interact with the X API v2 via command-line authenticated requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies interactions with the X (Twitter) API, allowing you to perform various actions like posting, replying, searching, and managing your account without complex API calls.

Core Features & Use Cases

  • Post Management: Create new posts, reply to existing ones, quote tweets, and delete your own posts.
  • Content Discovery: Search for posts, view timelines, and see mentions.
  • User Interaction: Follow/unfollow users, block/mute accounts, and send direct messages.
  • Media Handling: Upload images and videos for use in posts.
  • Raw API Access: Make requests to any X API v2 endpoint for advanced use cases.

Quick Start

Use the xurl skill to post "Hello from my AI agent!" 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 to X using the X API v2?

You can automate posting to X API v2 by using shortcut commands to create new posts, reply to existing ones, or quote tweets without constructing complex raw API calls manually.

What is needed to handle OAuth2 authentication for Twitter API requests?

Handling OAuth2 authentication for Twitter API requests requires a setup that manages token lifecycle automatically, enabling authenticated actions like posting, searching, and direct messaging.

Can I search tweets and view timelines using X API v2?

Yes, you can search tweets and view timelines using X API v2 through built-in content discovery commands that retrieve posts, mentions, and user timelines.

Does this approach support uploading media for Twitter posts?

Yes, this approach supports uploading media for Twitter posts by handling image and video uploads natively so they can be attached directly to your new posts or replies.

When should I use raw API access instead of shortcut commands for X automation?

Use raw API access for X automation when you need to make requests to specific X API v2 endpoints for advanced use cases that go beyond standard posting, searching, and user management commands.