x-integration

Automate X/Twitter actions via Playwright in a persistent browser session.

5|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/thmtz/nanoclaw-fleet --skill x-integration-thmtz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-integration
Source: https://github.com/thmtz/nanoclaw-fleet/tree/main/.claude/skills/x-integration
Command: npx skills add https://github.com/thmtz/nanoclaw-fleet --skill x-integration-thmtz

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

X (Twitter) interaction automation in NanoClaw requires manual browser steps or paid APIs; this skill provides automated, browser-based actions to post, like, reply, retweet, and quote tweets.

Core Features & Use Cases

  • Automates common X actions (post, like, reply, retweet, quote) using a persistent browser session.
  • Supports setup (interactive login), testing flows, and troubleshooting of X features in NanoClaw environments.
  • Use cases: batch posting, automated engagement tasks for testing, or debugging UI flows.

Quick Start

Authenticate with X using the provided setup script, then run the desired script (post, like, reply, retweet, or quote) to perform actions.

Frequently Asked Questions about x-integration

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

FAQPage Schema
How do I automate Twitter actions without using the paid API?

Automate Twitter actions without the paid API by using a Playwright-based workflow to drive a real browser session for posting, liking, replying, and retweeting. This approach bypasses API costs by executing actions directly through the UI.

Do I need a local Chrome executable to automate X posting with Playwright?

Yes, automating X posting with Playwright requires a local Chrome or Chromium executable. The workflow targets a persistent browser session to safely execute actions and report results within a containerized agent environment.

What is the best way to set up a persistent browser session for X automation?

The best way to set up a persistent browser session for X automation is by running an interactive login script. This authenticates your profile locally, allowing subsequent scripts to execute actions like batch posting without repeated logins.

Can I use browser automation to batch post and test X UI flows?

Yes, you can use browser automation to batch post and test X UI flows. The skill supports automated engagement tasks for testing, debugging UI interactions, and troubleshooting X features in NanoClaw environments.

Why does my automated Twitter workflow require a containerized agent setup?

Your automated Twitter workflow requires a containerized agent setup to safely execute actions and report results. This isolated environment enforces main-group policy and prevents conflicts during persistent browser session operations.

What are the limitations of using Playwright for X interaction automation?

Limitations of using Playwright for X interaction automation include relying on a local Chrome executable and depending on UI stability. If the X interface changes, the browser automation scripts may break and require troubleshooting.