x-integration

Automate posting, liking, replying, retweeting, and quoting tweets on X via Playwright.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/alanmun/vivian --skill x-integration-alanmun
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: x-integration
Source: https://github.com/alanmun/vivian/tree/main/.agents/skills/x-integration
Command: npx skills add https://github.com/alanmun/vivian --skill x-integration-alanmun

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 interactions with the X (formerly Twitter) platform, allowing users to perform actions like posting, liking, replying, retweeting, and quoting tweets without manual browser interaction.

Core Features & Use Cases

  • Post Tweets: Publish new content to your X feed.
  • Like Tweets: Show appreciation for posts.
  • Reply to Tweets: Engage in conversations.
  • Retweet: Share existing tweets with your followers.
  • Quote Tweet: Share a tweet with your own commentary.
  • Use Case: Automatically post daily updates, respond to mentions, or share interesting articles found online.

Quick Start

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

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 without using the expensive X API?▼

You can automate posting tweets by using browser automation tools like Playwright to interact with the X website directly. This approach bypasses expensive API costs, requiring only a one-time manual authentication to start automating social media tasks.

Can I automate liking and replying to tweets programmatically?▼

Yes, you can automate liking and replying to tweets programmatically. By using browser automation, the skill interacts directly with the X platform to engage in conversations and show appreciation for posts without manual browser interaction.

Does automating X interactions with Playwright trigger bot detection?▼

Automating X interactions with Playwright is designed to bypass bot detection by interacting with the website directly instead of using the official API. It requires a manual authentication once to operate under your established browser session.

What is the best way to retweet and quote tweets automatically?▼

The best way to retweet and quote tweets automatically is using browser automation with Playwright. It directly drives the X website interface to share existing tweets with your followers and add your own commentary without manual clicks.

Do I need dotenv-cli to set up automated X posting?▼

Yes, you need dotenv-cli to manage environment variables for your X authentication credentials when setting up automated posting. Combined with Playwright, it ensures your browser automation logs in securely to interact with the platform.