x-integration

Automate X interactions including posting, liking, replying, retweeting, and quoting tweets.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Arno37/nanoclaw_test --skill x-integration-arno37
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: x-integration
Source: https://github.com/Arno37/nanoclaw_test/tree/main/.claude/skills/x-integration
Command: npx skills add https://github.com/Arno37/nanoclaw_test --skill x-integration-arno37

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates Twitter/X interactions for NanoClaw's agents, including posting, liking, replying, retweeting, and quoting tweets.

Core Features & Use Cases

  • Post tweets, like, reply, retweet, and quote tweets via an automated workflow.
  • Setup, test, and troubleshoot X functionality within NanoClaw deployments.
  • Provides host/container IPC with scripts located under .claude/skills/x-integration/scripts for deterministic actions.

Quick Start

Authenticate the X account with the interactive setup script, then rebuild the container and restart NanoClaw to enable X actions.

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 like posting and liking using Playwright?▼

To automate Twitter interactions, this Skill uses Playwright-based scripts to handle posting, liking, replying, retweeting, and quoting. Scripts are located under .claude/skills/x-integration/scripts for deterministic browser automation.

How does host container IPC work for browser automation tasks?▼

Host container IPC for browser automation is implemented via tasks under the /workspace/ipc directory, enabling Playwright scripts to execute deterministic X interactions across host/container boundaries.

Do I need to authenticate my X account before automating tweets?▼

Yes, authenticating the X account is required before automating tweets. You must run the interactive setup script to authenticate, then rebuild the container and restart NanoClaw to enable X actions.

Can I use this Skill to test and troubleshoot X deployment functionality?▼

Yes, this Skill is designed to set up, test, and troubleshoot X functionality within NanoClaw deployments. It provides deterministic browser automation to validate automated Twitter actions.

What are the limitations of using Playwright scripts for Twitter automation?▼

Playwright scripts for Twitter automation require host container IPC via /workspace/ipc. Limitations include dependency on browser stability and the need to rebuild the container and restart NanoClaw after authenticating the X account.