xitter

Manage X/Twitter from the terminal using the official x-cli and API credentials.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ar0cket1/Hermes-Agent-Online-RL --skill xitter-ar0cket1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xitter
Source: https://github.com/ar0cket1/Hermes-Agent-Online-RL/tree/main/skills/social-media/xitter
Command: npx skills add https://github.com/ar0cket1/Hermes-Agent-Online-RL --skill xitter-ar0cket1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interact with X/Twitter from the terminal using the official x-cli credential workflow, enabling posting, reading timelines, searching tweets, liking, retweeting, bookmarks, mentions, and user lookups without a web browser.

Core Features & Use Cases

  • Post tweets, replies, and quote tweets
  • Read timelines and search tweets
  • Like, retweet, bookmark, and look up users
  • Manage credentials using the official X API keys and tokens from the command line

Quick Start

Install upstream x-cli, configure the five X API credentials, and post a test tweet to verify setup.

Frequently Asked Questions about xitter

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

FAQPage Schema
How do I post tweets from the command line using the X API?

Post tweets from the command line by installing the upstream x-cli tool via uv and authenticating with five X API credentials to enable terminal-based tweeting without a web browser.

What credentials do I need to automate Twitter interactions via x-cli?

Automating Twitter interactions via x-cli requires five credentials: X_API_KEY, X_API_SECRET, X_BEARER_TOKEN, X_ACCESS_TOKEN, and X_ACCESS_TOKEN_SECRET, which must be available to the skill environment.

Can I search tweets and read timelines from the terminal with X API keys?

You can search tweets and read timelines directly from the terminal using x-cli with authenticated X API credentials, enabling scriptable timeline monitoring and tweet searching without browser interaction.

Does this terminal-based Twitter approach work for liking, retweeting, and bookmarking?

Terminal-based Twitter management supports liking, retweeting, bookmarking, and checking mentions through the official x-cli API path, allowing full engagement workflow automation from scripts or conversational prompts.

Why use x-cli for command-line tweeting instead of browser automation?

Using x-cli for command-line tweeting relies on the official X API path rather than browser-based approaches, providing stable credential management and scriptable automation for posting, searching, and user lookups.