tweet

Automate posting tweets, threads, and replies to X/Twitter via Chrome DevTools.

2|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/AINightCoder/claude-code-social-skills --skill tweet-ainightcoder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tweet
Source: https://github.com/AINightCoder/claude-code-social-skills/tree/main/skills/tweet
Command: npx skills add https://github.com/AINightCoder/claude-code-social-skills --skill tweet-ainightcoder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Posting tweets, threads, and replies on X/Twitter can be tedious when done manually. This Skill uses Chrome DevTools automation to publish content quickly while handling long text by splitting into threads and ensuring proper character weights.

Core Features & Use Cases

  • Automated publishing of tweets, threads, and replies on X/Twitter via browser automation.
  • Automatic long-text splitting into threads with weight-aware trimming and URL handling.
  • Deterministic, repeatable publish flow using Chrome DevTools MCP and a content-splitting helper script.

Quick Start

Use /tweet <content> to publish a tweet or thread.

Frequently Asked Questions about tweet

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

FAQPage Schema
How do I automate posting tweets and threads on X?

Automate posting tweets on X by using browser automation to handle single tweets, replies, and threads, automatically splitting long text into sequential posts with accurate URL weighting.

How does automated tweet splitting handle URLs and character limits?

Tweet splitting uses a weight-aware trimming script to divide long content into threads, ensuring URLs are properly weighted against character limits so that links remain intact across the split posts.

Do I need Chrome DevTools MCP and Python to automate Twitter posts?

Yes, automating Twitter posts requires Chrome DevTools MCP for browser control and Python 3.10 or higher to run the content-splitting helper script for thread generation.

Can I automate replies on Twitter using browser automation?

Yes, browser automation supports automated publishing of replies on X/Twitter, executing a deterministic flow to locate the target and post the response content directly through the interface.

What is the best way to publish long Twitter threads without manual splitting?

Use a deterministic publish flow with an automated content-splitting helper to publish long threads, eliminating manual character counting by processing the text and posting segments sequentially.

Why does my automated tweet posting require a specific browser automation setup?

Tweet posting requires this setup because it uses Chrome DevTools MCP to drive the browser interface directly, ensuring a deterministic, repeatable flow for publishing content without API limits.