x-integration

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

X integration for NanoClaw enables automated interaction with X (Twitter) through a real browser, letting you perform posts, likes, replies, retweets, and quotes within a secure, containerized workflow.

Core Features & Use Cases

  • Post tweets to X programmatically.
  • Like, reply, retweet, and quote tweets from NanoClaw via IPC-driven tasks.
  • Use for setup, testing, or troubleshooting of X functionality in a main-group context.

Quick Start

Authenticate once with the setup script, rebuild the container, 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 using a browser?

Automated tweet posting is handled by executing real browser actions on the X website via Playwright, enabling programmatic posts within a secure, containerized workflow. You trigger these actions via IPC-driven tasks.

Can I use Playwright to automate likes and retweets on X?

Yes, Playwright is used to automate X interactions such as liking, replying, retweeting, and quoting tweets. These actions execute on the X website through IPC-driven tasks within a main-group workflow.

Do I need a container environment to run browser automation for Twitter?

Yes, a container-host IPC bridge is required for task queuing to securely manage browser automation for X. You must authenticate once, rebuild the container, and restart NanoClaw to enable the workflow.

How do I set up session state for automated X interactions?

Session state for X automation is managed through environment configuration and an initial setup script. You authenticate once with the setup script, then rebuild the container and restart NanoClaw to apply saved sessions.

What's the best way to troubleshoot automated X actions in a container?

Troubleshooting X actions involves executing setup or testing tasks via the container-host IPC bridge. You verify environment configuration for Chrome paths and ensure the Playwright browser session state is correctly maintained.