x-integration

Automate X posting, liking, replying, retweeting, and quoting via Chrome browser automation.

401|53|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Runchuan-BU/BioClaw --skill x-integration-runchuan-bu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-integration
Source: https://github.com/Runchuan-BU/BioClaw/tree/main/.claude/skills/x-integration
Command: npx skills add https://github.com/Runchuan-BU/BioClaw --skill x-integration-runchuan-bu

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

BioClaw users need a way to perform X (Twitter) social actions from WhatsApp without incurring paid API costs or being blocked by automation detection; this Skill drives the user's real Chrome profile to perform posting, liking, replying, retweeting, and quoting via browser automation.

Core Features & Use Cases

  • Post tweets: Publish short updates directly from a WhatsApp group message with character-limit validation and success confirmation.
  • Engage with tweets: Like, reply, retweet, and quote tweets by URL or ID with verification and basic error handling.
  • Use Case: A research group posts experiment updates to X, a maintainer replies to incoming threads, or an automated workflow shares results without using the paid X API.

Quick Start

Ask BioClaw to post a tweet by saying: @Assistant post a tweet: Hello world!

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 from WhatsApp without using the paid X API?

You can automate posting tweets from WhatsApp without the paid X API by using Playwright browser automation to drive your real Chrome profile. This Skill handles posting, liking, and retweeting directly through the browser interface.

Can I use Playwright to like, reply, and retweet on X automatically?

Yes, you can use Playwright to automatically like, reply, retweet, and quote tweets on X by providing the tweet URL or ID. The Skill verifies the action and handles basic errors during the browser automation process.

What do I need to set up to run browser automation for X interactions on my host machine?

To run browser automation for X interactions, you need a persistent Chrome profile, CHROME_PATH environment variable, .env configuration, and Playwright installed on the host. IPC coordination between the container and host scripts is also required.

How does IPC coordination work between container-side tools and host-side Playwright scripts?

IPC coordination between container-side tools and host-side Playwright scripts manages authentication, execution, and result reporting for X browser automation. The container sends action requests while the host-side script drives Chrome to perform the actual social media interactions.

Why should I use browser automation instead of the official X API for social media actions?

Browser automation avoids the high costs of the paid X API and reduces automation detection by using your real Chrome profile with persistent login. It allows you to perform posting, liking, and retweeting directly from WhatsApp workflows without API rate limits.

Does this browser automation method support posting tweets with character limit validation from WhatsApp?

Yes, the browser automation method supports posting tweets from WhatsApp with built-in character-limit validation and success confirmation. It ensures your short updates comply with X limits before publishing through the Playwright-driven Chrome profile.