xurl

Perform X API v2 social media actions via command-line interface.

Updated Jul 13, 2026
One-click install
npx skills add https://github.com/zangjeicy/Hermes --skill xurl-zangjeicy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xurl
Source: https://github.com/zangjeicy/Hermes/tree/main/skills/social-media/xurl
Command: npx skills add https://github.com/zangjeicy/Hermes --skill xurl-zangjeicy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the complexity of interacting with the X (Twitter) API by providing a robust, official CLI wrapper that handles authentication, rate-limiting, and JSON-formatted data exchange without requiring manual browser-based interaction.

Core Features & Use Cases

  • Full API Access: Perform posting, replying, searching, and media uploads using the official X v2 API.
  • Social Management: Manage followers, blocks, mutes, and direct messages programmatically.
  • Use Case: Automate your social media presence by scheduling posts, monitoring mentions, or engaging with specific hashtags directly through your agent's terminal interface.

Quick Start

Use the xurl skill to search for the latest posts containing the hashtag buildinpublic and return the top ten results.

Frequently Asked Questions about xurl

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

FAQPage Schema
How do I automate social media posting on X through the command line?

You can automate social media posting on X by using a CLI wrapper that interfaces with the X API v2, handling authentication, rate-limiting, and JSON data exchange to execute posts directly from your terminal.

Do I need OAuth 2.0 credentials to manage Twitter accounts via an API CLI?

Yes, managing Twitter accounts via an API CLI requires valid OAuth 2.0 credentials stored in your local environment to authenticate requests and securely perform actions like posting, searching, and media uploads.

Can I search for hashtags and monitor mentions using the X v2 API?

Yes, you can search for hashtags and monitor mentions using the X v2 API by executing search commands through the CLI, returning JSON-formatted data for specific queries like the latest posts containing targeted keywords.

What is the best way to handle rate-limiting when automating direct messages on X?

The best way to handle rate-limiting when automating direct messages on X is to use an official CLI wrapper that natively manages API rate limits and JSON data exchange, preventing manual errors during workflow automation.

Does this CLI wrapper support raw API endpoint access for advanced Twitter automation?

Yes, this CLI wrapper supports raw API endpoint access for advanced Twitter automation, allowing you to bypass standard commands and directly query the X v2 API for complex social media workflows.

What limitations exist when uploading media through an X API command line tool?

When uploading media through an X API command line tool, you are constrained by the platform's native API v2 rate limits and require the specific xurl binary installed locally to execute the automated file transfers.