x-integration

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The X integration provides automated browser-based interactions for posting, liking, replying, retweeting, and quoting on Twitter (X) via NanoClaw, enabling setup, testing, and troubleshooting without manual UI navigation.

Core Features & Use Cases

  • Post tweets from NanoClaw using a Playwright-driven browser session.
  • Like, reply, retweet, and quote tweets with programmatic control, accessible through IPC tasks.
  • Use for setup, testing, or troubleshooting in a controlled environment to validate workflow automations.

Quick Start

Authenticate with X using the interactive setup, then run the container to enable automated tweeting and engagement.

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 using Playwright browser sessions?

You need a local Chrome/Chromium installation, Playwright, and a valid X login stored in the data/x-browser-profile directory to authenticate and execute automated Twitter interactions.

What Twitter interactions can I automate for testing workflows?

You can automate posting, liking, replying, retweeting, and quoting tweets to validate workflows, enabling setup, testing, and troubleshooting without manual UI navigation on X.

Do I need a valid X login session to run browser automation for tweeting?

Yes, a valid X login stored in the data/x-browser-profile directory is required. The automation uses your existing authenticated Chrome session to perform real actions on the platform.

Can I use container environments to control X interactions via IPC?

Yes, automated tweeting and engagement are executed via IPC-based tasks between the host and container components, allowing controlled interactions within NanoClaw workflows.

What is the best way to like and retweet through browser automation?

Using a Playwright-driven browser session provides programmatic control to like, retweet, and quote tweets with real actions, making it ideal for controlled testing environments.

Why does my X automation workflow require a local Chrome installation?

The automation relies on Playwright driving a local Chrome/Chromium browser to interact with X's UI directly, requiring a local installation to access the stored authentication profile.