x-integration

Automate X posts, likes, replies, retweets, and quotes via container-host IPC.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

X (Twitter) interactions can be automated from NanoClaw, enabling posting, liking, replying, retweeting, and quoting without manual browser steps.

Core Features & Use Cases

  • Automate tweets, likes, replies, retweets, and quotes via a container-host IPC workflow.
  • Run browser-based automation using Playwright with a persistent Chrome session and a manual authentication setup.
  • Real-world use: deploy a skill-enabled agent that executes scheduled or on-demand X actions in response to team commands.

Quick Start

Authenticate with X using the setup script, then issue IPC tasks to perform actions from NanoClaw.

Frequently Asked Questions about x-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Twitter posts and likes from a container environment?

Automate Twitter interactions by running a container-host IPC workflow that issues defined tasks like x_post, x_like, and x_reply. It uses Playwright with a persistent browser profile to execute actions without manual intervention.

What is the best way to automate X actions like retweets and quotes on demand?

Automate X actions like retweets and quotes by deploying a skill-enabled agent that executes IPC tasks. The workflow orchestrates x_retweet and x_quote commands between a container agent and host process for scheduled or on-demand execution.

How does container-host IPC work for browser automation with Playwright?

Container-host IPC for browser automation works by passing defined tasks between a container agent and the host process. Playwright maintains a persistent Chrome session, allowing the container to trigger browser actions while the host manages the execution.

Do I need to manually authenticate my X account to use Playwright automation?

Yes, you need to manually authenticate your X account using the setup script. Once authenticated, the persistent browser profile retains the session, enabling subsequent automated interactions without repeated manual logins.

Can I run scheduled Twitter interactions without manual browser steps?

Run scheduled Twitter interactions by deploying a skill-enabled agent that executes IPC tasks on demand. The container-host workflow handles posts, replies, and retweets automatically using a persistent authenticated Chrome session.