xitter

Interact with X/Twitter via the x-cli terminal client using official API credentials.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/Simon-Copilot-Studio/ai-content-hub --skill xitter-simon-copilot-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xitter
Source: https://github.com/Simon-Copilot-Studio/ai-content-hub/tree/main/social-media/xitter
Command: npx skills add https://github.com/Simon-Copilot-Studio/ai-content-hub --skill xitter-simon-copilot-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interacts with X/Twitter from the terminal using official X API credentials, eliminating reliance on browser-based workflows and enabling programmatic posting, timeline reading, search, like/retweet, bookmarks, mentions, and user lookups.

Core Features & Use Cases

  • Post tweets, replies, and quotes from the terminal
  • Read timelines and lookup users along with followers and mentions
  • Search tweets, like, retweet, and manage bookmarks from command line
  • Use upstream x-cli only; no vendored CLI; keep credentials secure

Quick Start

Install upstream x-cli with uv and configure credentials, then run a sample read or post command to verify access.

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?

To post tweets from the command line, you can use this Skill to interact with X via the x-cli terminal client. It requires installing the upstream x-cli tool and configuring official API credentials to enable programmatic posting.

What credentials do I need to read timelines and search tweets via a terminal client?

Searching tweets and reading timelines via terminal requires five official X API credentials: X_API_KEY, X_API_SECRET, X_BEARER_TOKEN, X_ACCESS_TOKEN, and X_ACCESS_TOKEN_SECRET. These must be configured in a path like ~/.config/x-cli/.env.

Can I manage bookmarks, likes, and retweets from a Linux or macOS terminal?

Yes, you can manage bookmarks, likes, and retweets from the terminal on Linux and macOS. This Skill uses the x-cli terminal client to execute these social media actions programmatically without a browser-based workflow.

What is the best way to automate X social media interactions without a browser?

The best way to automate X interactions without a browser is using a command-line client like x-cli. This Skill leverages official API credentials to enable automated timeline reading, user lookups, and tweet posting directly from the terminal.

Does this command-line approach for X require any vendored CLI tools?

No, this command-line approach for X does not require vendored CLI tools. It uses only the upstream x-cli tool, ensuring you interact securely with official API credentials without relying on embedded or bundled client software.