x-integration

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates common X (Twitter) interactions like posting, liking, replying, retweeting, and quoting, bypassing the need for expensive API subscriptions or risky headless browser automation.

Core Features & Use Cases

  • Post Tweets: Publish new tweets directly from your assistant.
  • Engage with Tweets: Like, reply, retweet, or quote existing tweets.
  • Secure Browser Reuse: Leverages your existing Chrome browser profile for authentication, avoiding detection and security risks.
  • Use Case: Automatically post daily updates, engage with industry news by liking or retweeting relevant posts, or respond to mentions.

Quick Start

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

Frequently Asked Questions about x-integration

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

FAQPage Schema
How do I automate X (Twitter) interactions without paying for API access?

Automate X (Twitter) interactions by reusing your existing Chrome browser profile for authentication. This approach bypasses API costs by driving browser automation directly through Playwright to execute social media engagement actions.

Can I use Playwright to post tweets and engage with existing posts?

Yes, Playwright supports posting tweets, liking, replying, retweeting, and quoting existing posts. It automates these actions by controlling your authenticated Chrome browser session to execute social media engagement tasks securely.

Do I need dotenv-cli to configure X automation scripts?

Yes, dotenv-cli is required for execution and configuration of the X automation scripts. It manages environment variables needed to securely run Playwright browser automation tasks for posting and engaging with tweets.

What is the best way to retweet and reply to tweets using browser automation?

The best way to retweet and reply using browser automation is leveraging your active Chrome profile. This method avoids detection by X and security risks associated with risky headless browser automation, ensuring reliable social media engagement.

Why does headless browser automation get detected by X?

Headless browser automation often gets detected by X due to missing browser fingerprints and typical bot patterns. Reusing your existing authenticated Chrome browser profile via Playwright mitigates these detection risks while performing tweet interactions.