x-integration

Automate X posts, likes, replies, retweets, and quotes from NanoClaw.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

X integration enables automated X actions from a NanoClaw runtime, bridging browser automation for tweets, likes, replies, retweets, and quotes.

Core Features & Use Cases

  • Post tweets with x_post
  • Like tweets with x_like
  • Reply to tweets with x_reply
  • Retweet with x_retweet
  • Quote with x_quote
  • Use Case: Setup authentication and test full X workflows within a NanoClaw deployment.

Quick Start

Authenticate using the interactive setup script, then rebuild the container and restart NanoClaw to enable browser-based X actions.

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 interactions like posting tweets and replying?

Automate X interactions by deploying browser automation to post tweets, like, reply, retweet, and quote within your runtime environment. You can exercise these X operations using Playwright-based scripts configured with a persistent browser profile.

What do I need to set up browser automation for Twitter within a NanoClaw deployment?

Setting up browser automation for Twitter requires the NanoClaw runtime, Playwright as a dependency, and CHROME_PATH configuration. You must authenticate using an interactive setup script, rebuild the container, and restart NanoClaw to enable X actions.

Does Playwright support authenticated X actions with a persistent browser profile?

Yes, Playwright supports authenticated X actions by utilizing a persistent browser profile and an X authentication state. This configuration allows automated browser sessions to maintain login credentials for posting tweets and liking content.

Can I use this to test full X workflows including likes, retweets, and quotes?

Yes, you can test full X workflows including likes, retweets, and quotes. The automation applies to setup, testing, and troubleshooting scenarios to exercise X operations through the host and container integration.

Why are my automated X actions not working after rebuilding the container?

Automated X actions fail when the X authentication state is missing or the CHROME_PATH configuration is incorrect. You must run the interactive setup script to authenticate, then rebuild the container and restart NanoClaw to apply the persistent browser profile.