x-integration

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

X (Twitter) integration for NanoClaw enables automated posting, liking, replying, retweeting, and quoting tweets through a container-backed IPC workflow, reducing manual overhead for X interactions.

Core Features & Use Cases

  • Post tweets to X from NanoClaw
  • Like, reply, retweet, and quote tweets through controlled automation
  • Use case: authenticate once, then run routine X interactions via IPC between container and host to automate workflows

Quick Start

Authenticate with X using the interactive setup, 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 from a containerized environment?

This skill automates posting tweets by utilizing an IPC workflow between the host and container, leveraging Playwright-based browser automation to execute the interactions.

Does X automation with Playwright require a persistent browser profile?

Yes, X automation with Playwright requires a persistent browser profile to maintain authentication sessions. The setup script configures Chrome and creates this profile during initialization.

What is the best way to automate liking and replying to tweets without manual overhead?

The best way to automate liking and replying is to authenticate once via the setup script, then execute routine X interactions through NanoClaw's container-backed IPC task handling.

Can I run automated X interactions using IPC between a container and host?

Yes, you can run automated X interactions using IPC between a container and host. The skill implements host and container MCP tools to handle IPC tasks for automation.

What do I need to set up before automating X tasks with NanoClaw?

Before automating X tasks, you need Chrome installed and a persistent browser profile configured. You must run the interactive setup, rebuild the container, and restart NanoClaw.