x-integration

Automate X posting, liking, replying, retweeting, and quoting via Playwright.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/mbaker95/nanodex --skill x-integration-mbaker95
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-integration
Source: https://github.com/mbaker95/nanodex/tree/main/.agents/skills/x-integration
Command: npx skills add https://github.com/mbaker95/nanodex --skill x-integration-mbaker95

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, dotenv-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows for programmatic interaction with X (formerly Twitter) directly from your assistant, enabling actions like posting, liking, replying, retweeting, and quoting without manual browser intervention.

Core Features & Use Cases

  • Post Tweets: Publish new messages to your X feed.
  • Engage with Tweets: Like, reply to, or retweet existing tweets.
  • Quote Tweets: Retweet a tweet with an added comment.
  • Use Case: Automatically post daily updates, respond to mentions, or engage with trending topics on X based on predefined triggers or AI-generated content.

Quick Start

Use the x-integration skill to post a tweet with the content "Hello from NanoDex!".

Frequently Asked Questions about x-integration

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

FAQPage Schema
How do I automate posting tweets on X without using the official API?

You can automate posting tweets on X by using browser automation with Playwright and a persistent Chrome profile. This approach handles posting, liking, and replying programmatically while bypassing official API restrictions.

Do I need Playwright and Node.js to automate X interactions?

Yes, you need Playwright and Node.js to automate X interactions. Playwright drives the browser automation required for posting and engaging with tweets, while Node.js executes the scripts.

Can I automate replies and retweets on Twitter through my assistant?

Yes, you can automate replies and retweets on Twitter through your assistant. The skill supports liking, replying, retweeting, and quoting existing tweets directly via browser automation.

How does browser automation avoid detection by X's anti-bot measures?

Browser automation avoids detection by X's anti-bot measures by utilizing a persistent Chrome profile for authentication. This method maintains an active session state that mimics normal user behavior.

What's the best way to integrate X posting with messaging platforms like WhatsApp?

The best way to integrate X posting with messaging platforms like WhatsApp is by using an automation skill designed to manage your X presence programmatically based on triggers from your messaging apps.

Why use a persistent Chrome profile for Twitter automation instead of standard login?

Using a persistent Chrome profile for Twitter automation maintains your authentication session across script executions. This avoids repeated logins and helps prevent triggering X's anti-bot detection systems.