x-integration

Automates X (Twitter) actions such as posting, liking, replying, and retweeting via WhatsApp using Playwright browser automation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates interactions with X (formerly Twitter) directly from WhatsApp, bypassing the need for the official X API which can be costly and complex to use.

Core Features & Use Cases

  • Post Tweets: Publish new tweets directly from your chat.
  • Engage with Tweets: Like, reply to, retweet, and quote existing tweets.
  • Use Case: You see an interesting tweet and want to share your thoughts or retweet it without leaving your WhatsApp conversation. This Skill allows you to do that seamlessly.

Quick Start

Use the x-integration skill to post a tweet saying "Hello from CribClaw!".

Frequently Asked Questions about x-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I post tweets from WhatsApp without using the X API?

You can post tweets from WhatsApp by using browser automation with Playwright to control the X website directly. This approach bypasses official API costs and complex authentication, letting you publish content seamlessly from your chat interface.

Can I like, reply, and retweet directly from WhatsApp?

Yes, you can like, reply, retweet, and quote tweets directly from WhatsApp. The automation script interacts with the X website to perform these engagement actions without requiring you to leave your messaging app.

Do I need to authenticate my X account manually for browser automation?

Yes, manual authentication setup is required for browser automation to interact with X. You must configure specific environment settings for Chrome to ensure the automated browser session can securely access your account.

What's the best way to automate X interactions without triggering bot detection?

Using Playwright browser automation to interact with the X website is the best way to avoid bot detection. It mimics real browser behavior rather than relying on direct API calls, reducing the risk of automated flags.

Why use WhatsApp to control X instead of the official Twitter API?

Using WhatsApp to control X bypasses the costly and complex official X API. It leverages Playwright browser automation to execute actions like posting and engaging with tweets directly from your existing chat workflow.