Setup & Installation

Install Mia Twitter Stealth using the ClawHub CLI or OpenClaw CLI:

clawhub install mia-twitter-stealth

If the CLI is not installed:

npx clawhub@latest install mia-twitter-stealth

Or install with OpenClaw CLI:

openclaw skills install mia-twitter-stealth

View on ClawHub · View on GitHub

What This Skill Does

Mia Twitter Stealth is a social-media skill for OpenClaw by MiaBloomx.

Mia Twitter Stealth 🕵️‍♀️

Twitter/X automation with advanced stealth techniques to avoid bot detection.

Anti-Detection Features

1. Playwright Stealth

  • Hides navigator.webdriver
  • Masks Chrome automation flags
  • Spoofs plugins and languages

2. Headful Mode

  • headless: false by default
  • Real browser UI visible
  • Avoids headless detection

3. Human Behavior

  • Random typing delays (50-150ms)
  • Mouse movement simulation
  • Random wait times
  • Natural scroll patterns

4. Session Persistence

  • Cookie storage
  • LocalStorage persistence
  • User data directory

5. Cooldown Management

  • Rate limit tracking
  • Automatic backoff
  • 24h cooldown if flagged

Usage

# Post tweet
mia-twitter post "Hello world"

# Reply to tweet
mia-twitter reply <tweet-id> "Great post!"

# Like tweets by search
mia-twitter like --search "AI agents" --limit 10

# Follow users
mia-twitter follow --search "founder" --limit 5

# Check notifications
mia-twitter notifications

Safety

  • Max 5 actions per hour
  • Max 50 per day
  • 2-5 min delays between actions
  • Human-like patterns only

Requirements

  • X_AUTH_TOKEN env var
  • X_CT0 env var
  • Playwright with Chromium

Version History

Latest version: 1.0.0

First published: Feb 5, 2026. Last updated: Feb 5, 2026.

1 version released.

Frequently Asked Questions

Is Mia Twitter Stealth free to use?
Yes. Mia Twitter Stealth is a free, open-source skill available on the OpenClaw Skills Registry. You can install and use it at no cost, and the source code is publicly available for review and contribution.
What platforms does Mia Twitter Stealth support?
It runs on any platform that supports OpenClaw, including macOS, Linux, and Windows. As long as you have the OpenClaw runtime installed, Mia Twitter Stealth will work seamlessly across operating systems.
How do I update Mia Twitter Stealth?
Run openclaw skills update mia-twitter-stealth to get the latest version. OpenClaw will download and apply the update automatically, preserving your existing configuration.
Can I use Mia Twitter Stealth with other skills?
Yes. OpenClaw skills are composable — you can combine Mia Twitter Stealth with any other installed skill in your workflows. This allows you to build powerful multi-step automations by chaining skills together.