x-integration

Automate posting, liking, replying, retweeting, and quoting tweets on X via NanoClaw.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates posting, liking, replying, retweeting, and quoting tweets on X (Twitter) via NanoClaw, enabling secure, browser-based interactions without manual repetitive actions.

Core Features & Use Cases

  • Post tweets to X from NanoClaw through container-host IPC.
  • Like, reply, retweet, and quote tweets using real browser sessions for authenticity.
  • Use for setup, testing, or troubleshooting X functionality within NanoClaw.

Quick Start

Authenticate once using the setup script to create a persistent browser profile, then call the x_post, x_like, x_reply, x_retweet, or x_quote tools from the host to perform operations.

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 on X using a real browser session?

Automate posting tweets on X through container-host IPC using Playwright to drive real browser sessions. Authenticate once via a setup script to create a persistent browser profile, then call x_post tools from the host to execute actions.

Do I need Playwright installed to automate X actions from NanoClaw?

Yes, you need Playwright installed to automate X actions from NanoClaw. It requires Playwright for browser automation, a CHROME_PATH setting, and a persistent browser profile at data/x-browser-profile to function correctly.

Can I automate liking, replying, and retweeting on Twitter via NanoClaw?

Yes, you can automate liking, replying, and retweeting on Twitter via NanoClaw. The skill provides dedicated x_like, x_reply, and x_retweet tools that execute these interactions through real browser sessions for authenticity.

What's the best way to set up a persistent browser profile for X automation?

The best way to set up a persistent browser profile for X automation is to run the provided setup script once. This authenticates your account and stores the session at data/x-browser-profile, allowing subsequent automated actions to execute without repeated logins.

Why does my X browser automation fail to find the Chrome executable?

X browser automation fails to find the Chrome executable when the CHROME_PATH setting is missing or incorrect. You must configure CHROME_PATH properly to allow Playwright to locate the browser and execute the automated X workflows.

Can I use this skill to troubleshoot X features within NanoClaw?

Yes, you can use this skill to troubleshoot X features within NanoClaw. It applies to setup, testing, and troubleshooting real-browser workflows for X functionality, enabling you to verify and debug automated posting and interaction behaviors.