xurl

Manage Twitter account activities via the X API using the xurl CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies managing Twitter via the xurl CLI, allowing users to post, search, DM, and engage with media using an official API command-line interface.

Core Features & Use Cases

  • Twitter API Access: Leverage the Twitter API for posting, searching, and interacting with tweets, users, and media.
  • Command-Line Interface: Use the xurl CLI to perform tasks like posting updates, replying, liking, and more.
  • Multi-App Support: Handle multiple accounts and applications with OAuth 2.0 authentication.

Quick Start

Use the xurl skill to post a new tweet with a media file: xurl post "Check out this new update!" --media-id MEDIA_ID.

Frequently Asked Questions about xurl

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

FAQPage Schema
How do I manage Twitter accounts using a command-line interface?

You can manage Twitter accounts using a command-line interface by executing the xurl CLI to post tweets, search content, send direct messages, and upload media via the Twitter API. It supports OAuth 2.0 for authentication.

Can I post tweets with media attachments from the command line?

Yes, you can post tweets with media attachments from the command line using xurl. The CLI allows you to upload media and link it to a post by specifying the media ID during tweet creation.

How do I handle multiple Twitter applications programmatically?

You handle multiple Twitter applications programmatically by leveraging xurl's multi-app support with OAuth 2.0 authentication, allowing you to manage several accounts and applications concurrently.

What is the best way to search and interact with tweets via the Twitter API?

The best way to search and interact with tweets via the Twitter API is using the xurl CLI, which provides command-line access to search tweets, reply, like posts, and interact with users.

Does xurl require OAuth authentication for Twitter API access?

Yes, xurl requires OAuth 2.0 authentication for Twitter API access. This ensures secure authorization when managing multiple accounts, posting updates, or performing direct messaging.

Are there limitations to using a CLI for Twitter social media management?

Using a CLI for Twitter social media management limits visual scheduling, requiring command execution for tasks like posting, searching, and media uploads instead of a graphical dashboard interface.