xurl

Interact with X API v2 endpoints from the command line.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This CLI tool provides seamless, authenticated access to the X API from the terminal, reducing setup friction and keeping credentials secure while enabling common actions like posting, reading, and messaging.

Core Features & Use Cases

  • Authenticated actions: Post, reply, search, read timelines, and manage followers and DMs from the command line.
  • V2 endpoint support: Interact with X API v2 endpoints for current features and data formats.
  • Security guidance: Clear guidance on secret handling and token storage to minimize risk in automated contexts.

Quick Start

Install xurl via your preferred method, authenticate your account, and run a sample command to verify the setup.

Frequently Asked Questions about xurl

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

FAQPage Schema
How do I automate X API v2 interactions from the command line?

You can automate X API v2 interactions from the command line by using a CLI tool that handles authenticated requests for posting, searching, and managing followers. It requires installing the CLI and manually setting up your API credentials.

Can I post tweets and manage direct messages using a command line interface?

Yes, you can post tweets and manage direct messages using a command line interface that supports authenticated X API v2 endpoints. This allows you to perform social media actions directly within automated workflows.

Does this CLI tool support X API v2 endpoints for reading timelines and searching?

Yes, this CLI tool fully supports X API v2 endpoints for reading timelines and searching. It enables seamless interaction with current features and data formats while returning output consistently in JSON.

What is the best way to handle authentication tokens for X API automation?

The best way to handle authentication tokens for X API automation involves following strict security guidance for secret handling and token storage. The CLI tool requires manual credential setup to minimize risk in automated contexts.

Are there limitations when using a CLI tool for X API v2 interactions?

A limitation of using a CLI tool for X API v2 interactions is that it requires manual installation and careful credential setup. Additionally, users must handle output exclusively in JSON format and manage token security themselves.