xitter

Post, read timelines, search tweets, and manage X interactions via x-cli.

Updated May 1, 2026
One-click install
npx skills add https://github.com/xiaoquqi/hermes-agent-skills --skill xitter-xiaoquqi
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: xitter
Source: https://github.com/xiaoquqi/hermes-agent-skills/tree/main/social-media/xitter
Command: npx skills add https://github.com/xiaoquqi/hermes-agent-skills --skill xitter-xiaoquqi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables reliable, policy-friendly X/Twitter interactions from Hermes by leveraging the upstream x-cli to perform posting, timeline retrieval, and user lookups without embedding credentials in Hermes.

Core Features & Use Cases

  • Posting tweets, replies, and quotes via x-cli
  • Reading timelines and searching tweets
  • Liking, retweeting, bookmarking, mentions, and user lookups
  • Use case: monitoring brand mentions and responding quickly using automated workflows

Quick Start

Post to X/Twitter from terminal with API keys.

Frequently Asked Questions about xitter

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

FAQPage Schema
How do I post a tweet from the terminal using API keys?▼

To post a tweet from the terminal, configure the required X API keys and access tokens in your environment to authenticate the x-cli tool. This enables direct posting, replies, and quotes without embedding credentials in your automation workflow.

What credentials do I need to automate Twitter interactions?▼

Automating Twitter interactions requires five environment credentials: X_API_KEY, X_API_SECRET, X_BEARER_TOKEN, X_ACCESS_TOKEN, and X_ACCESS_TOKEN_SECRET. These authenticate the x-cli tool for secure timeline retrieval and posting.

Can I read timelines and search tweets from the command line?▼

Yes, you can read timelines and search tweets from the command line by utilizing the x-cli integration. This allows you to retrieve timeline data and perform tweet searches directly within your automated workflows.

Does this approach support liking, retweeting, and bookmarking tweets?▼

Yes, this approach supports liking, retweeting, and bookmarking tweets. The integration leverages x-cli to perform these actions, alongside mention tracking and user lookups, directly through your configured environment credentials.

What is the best way to monitor brand mentions on X without embedding API keys in scripts?▼

The best way to monitor brand mentions securely is using an x-cli integration that references stored environment credentials. This policy-friendly method retrieves mentions and enables quick automated responses without hardcoding sensitive API keys.

Do I need to install x-cli separately to use Twitter automation?▼

Yes, you must ensure the x-cli tool is installed and properly configured separately. The automation relies on this upstream tool to execute Twitter actions securely using your stored environment credentials.