x-integration

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

X (Twitter) integration for NanoClaw enables automated execution of common Twitter tasks from within the NanoClaw environment, reducing manual setup and repetitive actions.

Core Features & Use Cases

  • Post tweets, like, reply, retweet, and quote tweets via Playwright-driven browser automation.
  • IPC-driven container workflow with host-side handlers to coordinate tasks and persist authentication.
  • Use cases include setup, testing, troubleshooting, and ongoing automation of X interactions in a secure, isolated container.

Quick Start

Authenticate with X using the provided setup script, then rebuild and restart NanoClaw to enable X automation.

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 from a containerized environment?

Automate posting tweets from a containerized environment by using Playwright browser automation within NanoClaw. IPC-driven task execution coordinates host and container handlers to securely interact with X without manual browser intervention.

Can I like and retweet on X using browser automation?

You can like and retweet on X using browser automation. This skill supports liking, replying, retweeting, and quoting tweets via Playwright-driven browser sessions managed through NanoClaw IPC handlers.

How does Playwright handle authentication for X automation tasks?

Playwright handles authentication for X automation by using a provided setup script to persist authentication data. The script runs under the .claude/skills/x-integration directory, storing session state for subsequent automated tasks.

Do I need to rebuild NanoClaw to start automating X interactions?

You need to rebuild and restart NanoClaw to start automating X interactions. After authenticating with X using the setup script, rebuilding applies the configuration and enables the IPC-driven container workflow.

Why does my X automation task fail inside the container?

X automation tasks fail inside the container when main-group permissions are not correctly enforced or authentication data is missing. Troubleshooting requires verifying the setup script output and ensuring host-container IPC handlers are properly configured.

Isolated container workflow for Twitter automation: what are the limitations?

The isolated container workflow for Twitter automation relies on Playwright browser automation, meaning tasks are subject to browser rendering limitations and X interface changes. It is designed for setup, testing, and troubleshooting rather than high-volume automated scraping.