xitter

Post, read, search, and like X/Twitter content via the x-cli terminal client.

1|Updated Apr 30, 2025
One-click install
npx skills add https://github.com/lucasfth/config --skill xitter-lucasfth
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: xitter
Source: https://github.com/lucasfth/config/tree/main/.hermes/skills/social-media/xitter
Command: npx skills add https://github.com/lucasfth/config --skill xitter-lucasfth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interact with X/Twitter from the terminal using the official x-cli client, enabling scripts and automation without leaving your command shell.

Core Features & Use Cases

  • Post tweets, replies, and quotes
  • Read timelines and search tweets
  • Look up users, followers, and following, plus mentions and bookmarks
  • Like and retweet content, manage bookmarks, and perform user lookups with authentication

Quick Start

Install upstream x-cli with uv and begin issuing x-cli commands to post, read, and manage content on X

Frequently Asked Questions about xitter

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

FAQPage Schema
How do I post tweets and manage my X timeline from the terminal?▼

You can post tweets and manage your X timeline from the terminal by using the x-cli client to interact with authenticated sessions. This Skill enables cross-functional posting, reading, searching, and liking directly from your command shell.

What credentials do I need to automate Twitter posting via command line?▼

Automating Twitter posting via command line requires five credentials sourced from environment variables: X_API_KEY, X_API_SECRET, X_BEARER_TOKEN, X_ACCESS_TOKEN, and X_ACCESS_TOKEN_SECRET. Your X application must have proper permissions configured for these tokens to work.

Can I search tweets and look up user followers without using the X web interface?▼

Yes, you can search tweets and look up user followers without the X web interface by running x-cli commands. The Skill supports user lookups, fetching followers and following lists, plus reading mentions and bookmarks across authenticated sessions.

Does this terminal Twitter client support posting replies and quotes?▼

Yes, this terminal Twitter client supports posting replies and quotes in addition to standard tweets. It facilitates cross-functional posting capabilities, allowing you to automate interactive X content generation directly from your scripts.

What is the best way to integrate X API interactions into shell scripts for automation?▼

The best way to integrate X API interactions into shell scripts is using the x-cli client managed via uv. This approach enables reading timelines, liking content, and performing user lookups without leaving your command shell environment.