x-integration

Automate X interactions via Playwright with a local Chrome profile.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automate X (Twitter) interactions from Deus, enabling efficient testing, setup, and operation of X actions directly from a local workstation.

Core Features & Use Cases

  • Post tweets, like, reply, retweet, and quote tweets on X via Deus using a local browser session.
  • Use for setup, testing, or troubleshooting X functionality without relying on external services.
  • Enforce main-group ownership and coordinate tasks via IPC between container and host components.

Quick Start

Authenticate with X using the setup process, then perform actions from Deus such as posting or replying to tweets.

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 locally using Playwright?

Automate posting tweets locally by executing Playwright browser automation through a local Chrome profile, communicating via IPC to coordinate actions between container and host components.

Can I use browser automation to like, reply, and retweet on X?

Yes, browser automation supports liking, replying, retweeting, and quoting tweets on X by executing targeted actions directly within a local browser session.

How does IPC coordinate X interactions between container and host components?

IPC coordinates X interactions by enforcing main-group ownership and managing communication between container and host components for reliable local operation.

Do I need a local Chrome profile to automate X interactions?

Yes, a local Chrome profile is required because the automation executes browser-based actions on-device, ensuring X interactions run within an authenticated local environment.

What are the limitations of running X automation in a local environment?

Running X automation in a local environment is intended for setup, testing, or troubleshooting, relying on on-device execution rather than external services for operation.