xitter

Post tweets, read timelines, and search X/Twitter via x-cli.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/KarlinskyS/hermesSkills --skill xitter-karlinskys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xitter
Source: https://github.com/KarlinskyS/hermesSkills/tree/main/social-media/xitter
Command: npx skills add https://github.com/KarlinskyS/hermesSkills --skill xitter-karlinskys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Terminal users can interact with X/Twitter securely and efficiently using the official x-cli, eliminating context-switching to web interfaces.

Core Features & Use Cases

  • Post tweets, read timelines, search tweets, like, retweet, and bookmark.
  • Look up users, followers, and mentions, all from the command line with authenticated access.
  • Use structured outputs for programmatic extraction and automation.

Quick Start

Post a tweet from the terminal using x-cli with your message and optional settings.

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 read timelines from the terminal?

Searching tweets from the command line is done via the x-cli tool during an authenticated session. It returns structured outputs that allow you to extract specific tweet data programmatically for automation workflows.

What X API credentials do I need to configure for x-cli automation?

X API automation with x-cli requires five environment credentials: X_API_KEY, X_API_SECRET, X_BEARER_TOKEN, X_ACCESS_TOKEN, and X_ACCESS_TOKEN_SECRET. These must be configured in your environment before initiating an authenticated session.

Can I look up user followers and mentions using the X API in the terminal?

Yes, you can look up users, followers, and mentions using the X API via the x-cli tool. It performs these user lookups within authenticated sessions directly from your command line interface.

Does terminal-based Twitter posting support structured outputs for automation?

Terminal-based Twitter posting through x-cli supports structured outputs for programmatic extraction. This allows you to automate timeline reading, searching, and posting tasks by piping command outputs into other scripts.