twitter

Post tweets, read timelines, and search content via MCP tools.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cris-m/flopsy --skill twitter-cris-m
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twitter
Source: https://github.com/cris-m/flopsy/tree/main/src/team/templates/skills/twitter
Command: npx skills add https://github.com/cris-m/flopsy --skill twitter-cris-m

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates common Twitter/X workflows by enabling posting, reading, searching, and following actions through MCP tools with browser-based cookie authentication.

Core Features & Use Cases

  • Post tweets with twitter_tweet (supports text up to 280 characters and optional media)
  • Read timelines and user tweets with twitter_home and twitter_user_tweets
  • Search tweets and trends with twitter_search and twitter_news
  • Manage social connections with twitter_follow and twitter_unfollow
  • Recovery and auth handling via the bird CLI cookie import when authentication expires

Quick Start

Post a tweet with your message using twitter_tweet to get started.

Frequently Asked Questions about twitter

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

FAQPage Schema
How do I automate posting tweets from a command line interface?

Automating tweets involves using the twitter_tweet tool to publish messages up to 280 characters. It handles the publishing workflow directly through MCP tools without manual browser interaction.

Can I read Twitter timelines and search content without manual login?

Yes, you can read timelines and search content using the twitter_home, twitter_user_tweets, and twitter_search tools. These automate data retrieval without manual browser login by using cookie-based authentication.

How does the browser-based cookie authentication work for Twitter automation?

Cookie authentication uses the bird CLI to import browser cookies when your session expires. This recovery chain safely handles authentication and gracefully manages rate-limiting fallbacks for automated Twitter workflows.

What should I do when my Twitter automation hits rate limits?

When your Twitter automation hits rate limits, the workflow applies graceful fallbacks to handle the limitation safely. You can also use the bird CLI cookie import to verify and restore your authentication session if needed.

Can I manage Twitter follows and unfollows in bulk through automation?

Yes, you can manage social connections using the twitter_follow and twitter_unfollow tools. These automate the process of managing your follows within your defined workflow while handling authentication gracefully.