x-integration

Automate X (Twitter) actions via Playwright browser automation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows your AI assistant to interact with X (formerly Twitter) by posting tweets, liking, replying, retweeting, and quoting, bridging the gap between AI capabilities and social media engagement.

Core Features & Use Cases

  • Post Tweets: Share updates, thoughts, or announcements directly to X.
  • Engage with Content: Like, reply, retweet, or quote existing tweets to participate in conversations.
  • Use Case: Automatically post daily market summaries, reply to customer service inquiries on X, or retweet trending industry news.

Quick Start

Use the x-integration skill to post a tweet with the message "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 posting tweets with an AI agent without using the X API?

Automating posting tweets without the X API is achieved by using browser automation with Playwright to control a persistent Chrome profile, allowing AI agents to post, like, and reply while bypassing expensive APIs.

How does browser automation handle X authentication to avoid bot detection?

X authentication for browser automation requires a manual login via a persistent Chrome profile. This approach avoids bot detection by operating on the host machine rather than using programmatic API tokens.

Can I use Playwright to automate liking, replying, and retweeting on X?

Yes, you can use Playwright to automate liking, replying, and retweeting on X. The Skill enables these engagement actions by controlling the browser interface directly from your AI agent.

Do I need a persistent Chrome profile to automate X social media actions?

Yes, a persistent Chrome profile is required to maintain authentication and avoid bot detection. This allows the automation to operate securely on the host machine via IPC with containerized agents.

What are the limitations of using browser automation for X engagement instead of the official API?

Limitations of browser automation for X engagement include requiring a persistent Chrome profile on the host machine and manual authentication, which operates differently from direct API integrations and depends on browser interface stability.