x-integration

Post tweets to X and manage likes, replies, retweets, and quotes via NanoClaw's IPC workflow using Chrome/Playwright.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

X automation for NanoClaw enables programmatic interactions with X (Twitter) via a container-host IPC workflow, eliminating repetitive manual steps and keeping sessions isolated and secure.

Core Features & Use Cases

  • Post tweets to X (Twitter) from NanoClaw using a persistent Chrome session.
  • Like, reply, retweet, and quote tweets through container-triggered actions and host IPC.
  • Setup authentication once and reuse sessions across runs for reliable automation, testing, and troubleshooting.

Quick Start

Authenticate with the X integration using the setup script, then rebuild the container and restart NanoClaw to enable 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 to X using Playwright?

Automating X tweets via Playwright is achieved through this Skill's container-host IPC workflow, which maintains a persistent Chrome session for secure browser automation. It handles posting, liking, replying, retweeting, and quoting tweets through grouped container-triggered actions.

What environment variables are required for X automation with NanoClaw?

X automation with NanoClaw requires configuring the CHROME_PATH and NANOCLAW_ROOT environment variables. These settings enable the host/container IPC bridge, ensuring the persistent Playwright Chrome session functions correctly for secure browser automation.

Do I need to authenticate my X account every time I run a browser automation script?

No, you do not need to authenticate your X account every time. You authenticate once using the setup script, and the persistent Playwright Chrome session reuses the login state across subsequent runs for reliable testing, troubleshooting, and browser automation.

Does the NanoClaw X integration support liking, replying, and retweeting?

Yes, the NanoClaw X integration supports liking, replying, retweeting, and quoting tweets. These X interactions are managed via container-triggered actions and host IPC, allowing you to fully manage grouped conversations programmatically.

Why is my X integration not working after setting up the automation script?

Your X integration may not be working if you did not rebuild the container and restart NanoClaw after running the setup script. Proper execution requires applying environment configuration and restarting the IPC bridge to enable the host/container workflow.