x-integration

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automate X (Twitter) actions—posting, liking, replying, retweeting, and quoting—via the NanoClaw assistant to streamline setup, testing, and troubleshooting.

Core Features & Use Cases

  • Post tweets to X through a container- and host-based IPC workflow.
  • Like, reply, retweet, and quote tweets using Playwright-driven automation with session persistence.
  • Use for setup, testing, or troubleshooting of X functionality within a NanoClaw deployment.

Quick Start

Authenticate with X once using the interactive setup script, then issue commands through the main agent 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 X Twitter interactions like posting and liking?

You can automate X Twitter interactions such as posting, liking, replying, retweeting, and quoting by using Playwright-based browser automation coordinated through MCP tools. This approach leverages a container-host IPC workflow to execute actions via session persistence.

What do I need to set up before automating Twitter posts with Playwright?

Before automating Twitter posts with Playwright, you need to configure the CHROME_PATH environment variable and run an interactive setup script to authenticate with X. This generates an authentication marker file required for session persistence.

Can I use browser automation to retweet and quote tweets from a container environment?

Yes, you can use browser automation to retweet and quote tweets from a container environment. The process uses a container-host IPC workflow with Playwright to execute these specific X actions via MCP tools.

How does the container-host IPC workflow handle X authentication for automated interactions?

The container-host IPC workflow handles X authentication by requiring an initial interactive setup to generate an authentication marker. This marker persists the browser session, allowing subsequent automated interactions without repeated logins.

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

Using Playwright for X Twitter automation requires a configured CHROME_PATH environment and an existing authentication marker. It is specifically designed for setup, testing, or troubleshooting within NanoClaw environments rather than large-scale production deployment.

Why is my X Twitter automation not working after the initial setup?

X Twitter automation may fail if the CHROME_PATH environment variable is missing or the authentication marker was not properly generated during the interactive setup. Ensure both the environment configuration and session persistence files are correctly in place.