x-integration

Automate X interactions by driving a real browser to post, like, reply, retweet, and quote tweets.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automate X (Twitter) interactions from MicroClaw by driving a real browser to post tweets, like, reply, retweet, and quote, enabling setup, testing, or troubleshooting of X functionality without manual steps.

Core Features & Use Cases

  • Post tweets, like, reply, retweet, and quote tweets via browser automation.
  • Setup authentication flow, test workflows, and troubleshoot X tasks from WhatsApp.
  • Works with a container-host IPC bridge to coordinate actions and share session state.

Quick Start

Authenticate with X using the setup flow, then rebuild the container and restart MicroClaw to begin testing X tools.

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 and replies using browser automation?

You can automate posting tweets, replies, and likes by using Playwright browser automation to drive real X sessions. This skill handles text, URLs, and comments through a container-host IPC bridge for end-to-end workflow automation.

How does browser automation handle Twitter authentication for automated interactions?

Browser automation handles Twitter authentication via a dedicated setup flow. Once authenticated, the browser profile and session state are saved, requiring a container rebuild and MicroClaw restart to begin testing automated X tools.

Do I need Playwright to automate X interactions from MicroClaw?

Yes, Playwright is a required dependency for automating X interactions. It provides the core browser automation framework required to drive real web pages, execute actions like quoting tweets, and manage session timeouts within the container.

Can I use browser automation to test and troubleshoot X workflows?

Yes, browser automation is ideal for testing and troubleshooting X workflows. This skill drives real browser actions to verify that posting, liking, and retweeting mechanisms work as expected within your self-contained integration environment.

What environment variables are needed to configure browser automation for Twitter?

Configuring browser automation for Twitter requires environment variables like CHROME_PATH, browser profile settings, and timeout values. These ensure the Playwright browser instance launches correctly and maintains state within the container.