xurl

Manage X API v2 social media tasks via a secure CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the complexity of interacting with the X (Twitter) API by providing a standardized, CLI-based interface that handles authentication and request formatting, allowing agents to perform social media operations without manual API management.

Core Features & Use Cases

  • Comprehensive API Access: Supports posting, searching, direct messaging, and media uploads via the official X v2 API.
  • Secure Workflow: Implements strict credential isolation, ensuring that sensitive tokens are never exposed to the LLM context.
  • Use Case: An agent can monitor specific hashtags for industry news, summarize the findings, and automatically draft a reply or quote-post to engage with the community.

Quick Start

Use the xurl skill to search for the latest ten posts containing the hashtag buildinpublic.

Frequently Asked Questions about xurl

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

FAQPage Schema
How do I automate X Twitter API posts from a command-line interface?

Automating X Twitter API posts involves using a command-line interface that manages OAuth 2.0 authentication and formats requests to the X v2 API. This allows agents to schedule and publish posts automatically without manual API interaction.

Do I need OAuth 2.0 credentials configured to use the X API for social media management?

Yes, using the X API for social media management requires OAuth 2.0 credentials. You must install the xurl CLI tool and configure it with your credentials on the host system to enable secure interaction with the X v2 API.

Can I search for specific hashtags on X and automatically draft replies?

Yes, you can search for specific hashtags on X using the API and automatically draft replies. An agent can monitor hashtags, summarize findings, and generate quote-posts to engage with the community through the X v2 API.

How does credential isolation work when using a CLI tool for X API automation?

Credential isolation works by keeping sensitive OAuth 2.0 tokens on the host system and never exposing them to the LLM context. The CLI tool manages authentication securely, ensuring credentials remain separate from the agent's processing environment.

What social media management tasks are supported by the X v2 API command line?

The X v2 API command line supports posting, searching, direct messaging, and media uploads. These comprehensive API access features enable automated social media management tasks through the command-line interface.