xurl

Manage X API v2 social media tasks via the xurl CLI.

Updated May 4, 2026
One-click install
npx skills add https://github.com/InverterNetwork/hermes-agent --skill xurl-inverternetwork
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xurl
Source: https://github.com/InverterNetwork/hermes-agent/tree/main/skills/social-media/xurl
Command: npx skills add https://github.com/InverterNetwork/hermes-agent --skill xurl-inverternetwork

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the complexity of interacting with the X (Twitter) API by providing a direct, CLI-based interface for posting, searching, and managing social media interactions without needing to build custom integration code.

Core Features & Use Cases

  • Full API Access: Perform standard actions like posting, replying, liking, and bookmarking, or use raw mode for any v2 endpoint.
  • Advanced Search: Retrieve raw post objects for deep analysis or automated engagement workflows.
  • Use Case: An agent can monitor specific hashtags or mentions and automatically draft replies or bookmark relevant content for later review.

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 posting to X Twitter from the command line?

Automated posting to X Twitter from the command line is handled through this CLI interface, which interacts directly with the X API v2 to enable programmatic posting, replying, and managing social media content.

Can I search X Twitter posts programmatically for specific hashtags?

Yes, searching X Twitter posts programmatically retrieves raw post objects for specific hashtags or mentions, enabling deep analysis or automated engagement workflows without custom integration code.

What do I need to authenticate with the X API v2 for social media automation?

Authenticating with the X API v2 for social media automation requires the xurl CLI tool to be installed and authenticated via OAuth 2.0 PKCE before executing any programmatic actions.

Does this CLI tool support raw API access for custom X Twitter workflows?

Yes, this CLI tool supports raw API access for custom X Twitter workflows, allowing you to target any X API v2 endpoint directly for specialized actions beyond standard posting and searching.

What is the best way to monitor X Twitter mentions and automatically draft replies?

Monitoring X Twitter mentions and automatically drafting replies is achieved by using the CLI to retrieve search results for specific hashtags, then processing raw post objects to generate automated engagement responses.

What are the limitations of using CLI automation for X API v2 interactions?

Limitations of using CLI automation for X API v2 interactions include dependency on the external xurl tool being installed and properly authenticated via OAuth 2.0 PKCE before any social media management tasks can execute.