x-integration

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, dotenv-cli, tsx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to interact with X (formerly Twitter) directly from WhatsApp, bypassing the need for the X website or app and avoiding expensive API fees.

Core Features & Use Cases

  • Post Tweets: Publish new tweets with text content.
  • Like Tweets: Like any tweet by providing its URL.
  • Reply to Tweets: Respond to tweets with your own message.
  • Retweet: Retweet existing tweets.
  • Quote Tweet: Retweet with an added comment.
  • Use Case: You receive an interesting tweet on WhatsApp and want to share your thoughts on it. You can use the quote action to retweet it with your comment, all without leaving WhatsApp.

Quick Start

Use the x-integration skill to post a tweet with the text "Hello from NanoClaw!".

Frequently Asked Questions about x-integration

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

FAQPage Schema
Can I post tweets from WhatsApp without using the official X API?

Yes, you can automate X interactions like posting, liking, and retweeting from WhatsApp without official API subscriptions. This Skill uses Playwright browser automation with a local Chrome installation for session persistence and user-agent spoofing.

How do I automate liking and replying to tweets via browser automation?

To automate liking and replying to tweets, you provide the tweet URL and your desired message to the Skill. It then executes these interactions via Playwright browser automation against the X web interface.

Do I need Playwright and local Chrome installed to manage X activity from WhatsApp?

Yes, you need both Playwright and a local Chrome installation to manage X activity from WhatsApp. These dependencies are required to maintain persistent browser sessions and perform user-agent spoofing to avoid bot detection.

What is the best way to quote tweet from a message received on WhatsApp?

The best way to quote tweet from a WhatsApp message is to use the quote action provided by this Skill. It retweets the target tweet with your added comment directly through browser automation without leaving WhatsApp.

Are there limitations to managing Twitter interactions through browser automation?

A key limitation of managing Twitter interactions through browser automation is the risk of bot detection if sessions are not handled carefully. This Skill mitigates this by using local Chrome for session persistence and user-agent spoofing.