x-integration

Automate X posts, likes, replies, retweets, and quotes via Playwright-driven browser tasks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates X (Twitter) interactions from NanoClaw by driving a local browser-based agent to perform posts, likes, replies, retweets, and quotes, reducing manual workload and keeping actions auditable within a secure sandbox.

Core Features & Use Cases

  • Post tweets, like and reply to tweets, retweet, and quote with comments through Playwright-driven automation.
  • Use cases include setup, testing, or troubleshooting X functionality across a single main group and its managed sessions.
  • Real-world example: an admin runs a scheduled post to announce a product update and responds to user comments via automated actions.

Quick Start

Use the x-integration skill to authenticate, rebuild the container to include MCP tools, and start issuing commands from NanoClaw.

  • Authenticate: Run npx dotenv -e .env -- npx tsx .claude/skills/x-integration/scripts/setup.ts
  • Rebuild container: ./container/build.sh
  • Restart service: npm run build; launchctl kickstart -k gui/$(id -u)/com.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 interactions using Playwright browser automation?

This Skill uses Playwright-driven browser automation to perform Twitter interactions like posting, liking, replying, retweeting, and quoting by delegating tasks to a local host through container IPC.

What's the best way to set up X automation for testing and troubleshooting?

The best way to set up X automation is by running an authentication script, rebuilding the container to include MCP tools, and restarting the NanoClaw service to enable automated posts, likes, and replies.

Do I need container IPC to run browser-based X actions from NanoClaw?

Yes, container IPC is required to run browser-based X actions from NanoClaw, as the automation relies on communication between the container and the local host to securely drive Playwright browser tasks.

Can I schedule tweets and automate replies across managed sessions?

Yes, you can schedule tweets and automate replies across a main group and its managed sessions, enabling administrators to run scheduled posts and respond to user comments through automated actions.

Why does my X automation setup require a container rebuild and service restart?

Your X automation setup requires a container rebuild and service restart to properly load MCP tools and apply the authenticated session configuration before issuing commands from NanoClaw.

Are there limitations to automating X actions within a secure sandbox?

Limitations of automating X actions within a secure sandbox include being restricted to a single main group and its managed sessions, requiring Playwright browser authentication, and needing container rebuilds for configuration changes.