x-integration

Automate X posts, likes, replies, retweets, and quotes via Playwright-driven Chrome.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/webboty/flexclaw --skill x-integration-webboty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-integration
Source: https://github.com/webboty/flexclaw/tree/main/.claude/skills/x-integration
Command: npx skills add https://github.com/webboty/flexclaw --skill x-integration-webboty

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) components.

What problem does it solve?

This Skill enables automated posting and interaction on X (Twitter) without using the paid official API by driving the user's real Chrome browser from the host, preserving session state and avoiding common bot-detection pitfalls.

Core Features & Use Cases

  • Post, Like, Reply, Retweet, Quote: Publish tweets, like posts, reply, retweet, and quote tweets from containerized agents.
  • Host Playwright Automation with Persistent Profile: Reuses the user's Chrome profile for real browser fingerprinting and one-time authentication via an interactive setup.
  • IPC-based Integration for NanoClaw: Tasks are written by container agents to an IPC directory and executed on the host; useful for setup, testing, and troubleshooting X functionality initiated from WhatsApp or NanoClaw workflows.

Quick Start

Ask the assistant to post a tweet by saying: @Assistant post a tweet: Hello world!

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 without using the paid X API?

You can automate X interactions like tweet posting and liking without the paid API by using Playwright to drive your real Chrome browser. This approach reuses your persistent browser profile to maintain session state and avoid bot-detection pitfalls.

Can I use Playwright to automate likes and retweets on X?

Yes, Playwright can automate likes, retweets, replies, and quotes on X. The Skill scripts drive a host Chrome session to execute these browser-based interactions via IPC file-based communication.

Do I need a local Chrome installation to automate browser actions on X?

Yes, automating X actions requires a local Chrome installation and CHROME_PATH configuration. You must also configure a saved persistent browser profile for one-time interactive authentication.

What is the best way to trigger X automation tasks from a containerized agent?

Trigger X automation tasks from containerized agents using NanoClaw IPC file-based communication. Container agents write tasks to an IPC directory, and the host executes them via Playwright-driven Chrome sessions.

How does browser-based X automation handle authentication?

Browser-based X automation handles authentication through a one-time interactive setup that saves a persistent Chrome profile. Playwright reuses this profile on the host to maintain your authenticated session state.

Why use a persistent browser profile for X automation instead of headless browsers?

A persistent browser profile provides real browser fingerprinting and preserves session state, avoiding common bot-detection pitfalls that headless browsers frequently trigger when automating X.