twitter-cli

Control Twitter/X timelines and posting from the command line.

1|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/FPXszk/Oh-MY-TradingView --skill twitter-cli-fpxszk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twitter-cli
Source: https://github.com/FPXszk/Oh-MY-TradingView/tree/main/.agents/skills/twitter-cli
Command: npx skills add https://github.com/FPXszk/Oh-MY-TradingView --skill twitter-cli-fpxszk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a comprehensive command-line interface for managing Twitter/X tasks—reading, posting, replying, liking, following, and searching—directly from the terminal to streamline social-media workflows.

Core Features & Use Cases

  • Read operations: fetch timelines, user profiles, and tweets.
  • Write operations: post tweets, reply, quote, like, retweet, follow, and unfollow.
  • Authentication & safety: supports browser cookies or environment variables to securely authenticate and operate with safeguards against automated behavior.
  • Use cases: developers automating social-media tasks, content teams scheduling updates, researchers collecting public tweets for analysis.

Quick Start

Authenticate via browser cookies or env vars and start issuing twitter-cli commands from your shell.

Frequently Asked Questions about twitter-cli

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

FAQPage Schema
How do I automate Twitter posting from the command line?

You can automate Twitter posting from the command line by using a CLI tool that executes read and write operations like posting tweets, replying, and retweeting directly from your terminal. It enables scripted workflows for content publishing and social-media management.

What's the best way to read Twitter timelines in a scripted environment?

Reading Twitter timelines in a scripted environment is best handled by a command-line interface that fetches timelines and user profiles with configurable output. This allows developers and researchers to collect and process public tweets for automated analysis.

Do I need browser cookies to authenticate a Twitter CLI tool?

Yes, you need browser cookies or environment variables to authenticate a Twitter CLI tool. The tool uses these credentials to securely manage your account and includes safeguards against automated behavior to ensure safe operation.

Can I use command-line automation for Twitter likes and follows?

Yes, you can use command-line automation for Twitter likes and follows. A CLI tool provides specific commands to like, retweet, follow, and unfollow users, streamlining user interaction tasks within automated workflows.

Does a Twitter CLI support safe credential management for automated workflows?

A Twitter CLI supports safe credential management for automated workflows by utilizing browser cookies or environment variables for authentication. It includes robust error handling and safeguards to prevent triggering automated behavior flags.

Why use a command-line interface instead of an API for Twitter automation?

Use a command-line interface for Twitter automation when you need to quickly integrate social-media tasks like monitoring feeds or posting updates into existing shell scripts. It handles authentication and output configuration natively, avoiding complex API integration overhead.